aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: drop btree_insert->did_workKent Overstreet1-1/+0
2023-10-22bcachefs: Always use bch2_extent_trim_atomic()Kent Overstreet1-3/+0
2023-10-22bcachefs: increase BTREE_ITER_MAXKent Overstreet1-1/+1
2023-10-22bcachefs: Use journal preres for deferred btree updatesKent Overstreet1-0/+4
2023-10-22bcachefs: Convert bucket invalidation to key marking pathKent Overstreet1-4/+5
2023-10-22bcachefs: Persist alloc info on clean shutdownKent Overstreet1-0/+3
2023-10-22bcachefs: Deferred btree updatesKent Overstreet1-0/+12
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-22bcachefs: kill extent_insert_hookKent Overstreet1-22/+5
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-2/+9
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+168