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