summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_update_leaf.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Deferred btree updatesKent Overstreet1-53/+205
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-6/+4
2023-10-23bcachefs: Btree locking fix, refactoringKent Overstreet1-13/+21
2023-10-23bcachefs: Don't block on journal reservation with btree locks heldKent Overstreet1-11/+27
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet1-29/+39
2023-10-23bcachefs: Move key marking out of extents.cKent Overstreet1-0/+3
2023-10-23bcachefs: Pass around bset_tree lessKent Overstreet1-10/+6
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-44/+13
2023-10-23bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet1-1/+0
2023-10-23bcachefs: lift ordering restriction on 0 size extentsKent Overstreet1-3/+6
2023-10-23bcachefs: bkey_written()Kent Overstreet1-2/+2
2023-10-23bcachefs: Factor out btree_key_can_insert()Kent Overstreet1-13/+42
2023-10-23bcachefs: Fix an assertionKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-20/+0
2023-10-23bcachefs: Fix a use after free in the journal codeKent Overstreet1-2/+1
2023-10-23bcachefs: trace transaction restartsKent Overstreet1-2/+15
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+737