index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
testmgr.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Switch a BUG_ON() to a warning
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Use kvpmalloc mempools for compression bounce
Kent Overstreet
1
-20
/
+5
2023-10-22
bcachefs: Read journal when keep_journal on
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Various fixes for interior update path
Kent Overstreet
1
-21
/
+14
2023-10-22
bcachefs: Use memalloc_nofs_save()
Kent Overstreet
1
-5
/
+9
2023-10-22
bcachefs: Improve error message in fsck
Kent Overstreet
1
-10
/
+15
2023-10-22
bcachefs: Add an option for keeping journal entries after startup
Kent Overstreet
5
-33
/
+47
2023-10-22
bcachefs: Fix an assertion when nothing to replay
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Journal updates to interior nodes
Kent Overstreet
9
-274
/
+146
2023-10-22
bcachefs: Replay interior node keys
Kent Overstreet
1
-8
/
+16
2023-10-22
bcachefs: trans_commit() path can now insert to interior nodes
Kent Overstreet
9
-114
/
+296
2023-10-22
bcachefs: Disable extent merging
Kent Overstreet
2
-48
/
+19
2023-10-22
bcachefs: Fix a locking bug in fsck
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix count_iters_for_insert()
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix an iterator bug
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Shut down quicker
Kent Overstreet
1
-0
/
+6
2023-10-22
bcachefs: BCH_FEATURE_new_extent_overwrite is now required
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Clear BCH_FEATURE_extents_above_btree_updates on clean shutdown
Kent Overstreet
2
-2
/
+2
2023-10-22
bcachefs: Fix another iterator leak
Kent Overstreet
1
-26
/
+34
2023-10-22
bcachefs: Don't use peek_filter() unnecessarily
Kent Overstreet
2
-10
/
+5
2023-10-22
bcachefs: Fix a use after free in dio write path
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Drop unused export
Kent Overstreet
2
-5
/
+3
2023-10-22
bcachefs: Move extent overwrite handling out of core btree code
Kent Overstreet
15
-602
/
+404
2023-10-22
bcachefs: btree_iter_peek_with_updates()
Kent Overstreet
2
-3
/
+87
2023-10-22
bcachefs: Fix build when CONFIG_BCACHEFS_DEBUG=n
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: More btree iter invariants
Kent Overstreet
2
-91
/
+59
2023-10-22
bcachefs: Simplify bch2_btree_iter_peek_slot()
Kent Overstreet
1
-52
/
+24
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
5
-119
/
+120
2023-10-22
bcachefs: Skip 0 size deleted extents in journal replay
Kent Overstreet
1
-2
/
+7
2023-10-22
bcachefs: Traverse iterator in journal replay
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Don't log errors that are expected during shutdown
Kent Overstreet
3
-4
/
+7
2023-10-22
bcachefs: Fix bch2_dump_bset()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Fix another iterator leak
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Fix off by one error in bch2_extent_crc_append()
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix extent_sort_fix_overlapping()
Kent Overstreet
1
-8
/
+31
2023-10-22
bcachefs: Some btree iterator improvements
Kent Overstreet
2
-64
/
+65
2023-10-22
bcachefs: Journal pin cleanups
Kent Overstreet
4
-82
/
+59
2023-10-22
bcachefs: Dont't del sysfs dir until after we go RO
Kent Overstreet
1
-4
/
+4
2023-10-22
bcachefs: Fix error message on bucket sector count overflow
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Improve an error message
Kent Overstreet
1
-12
/
+15
2023-10-22
bcachefs: BCH_SB_FEATURES_ALL
Kent Overstreet
2
-5
/
+7
2023-10-22
bcachefs: fix setting btree_node_accessed()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Use btree_ptr_v2.mem_ptr to avoid hash table lookup
Kent Overstreet
4
-17
/
+44
2023-10-22
bcachefs: Fix incorrect initialization of btree_node_old_extent_overwrite()
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Issue discards when needed to allocate journal write
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERS
Kent Overstreet
12
-93
/
+136
2023-10-22
bcachefs: Seralize btree_update operations at btree_update_nodes_written()
Kent Overstreet
4
-6
/
+29
2023-10-22
bcachefs: btree_ptr_v2
Kent Overstreet
11
-26
/
+117
2023-10-22
bcachefs: introduce b->hash_val
Kent Overstreet
7
-44
/
+52
2023-10-22
bcachefs: Fix traversing to interior nodes
Kent Overstreet
1
-2
/
+1
[next]