summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/btree_trans_commit.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Kill journal pre-reservationsKent Overstreet2023-11-141-34/+2
* bcachefs: Make sure to drop/retake btree locks before reclaimKent Overstreet2023-11-131-6/+42
* bcachefs: btree_trans->write_lockedKent Overstreet2023-11-131-36/+49
* bcachefs: rebalance_work btree is not a snapshots btreeKent Overstreet2023-11-041-0/+1
* bcachefs: Fix build errors with gcc 10Kent Overstreet2023-11-041-3/+3
* bcachefs: Don't downgrade locks on transaction restartKent Overstreet2023-11-011-6/+3
* bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet2023-10-311-4/+2
* bcachefs: Fix btree_node_type enumKent Overstreet2023-10-311-6/+5
* bcachefs: bch2_btree_id_str()Kent Overstreet2023-10-311-1/+1
* bcachefs: Always check for invalid bkeys in main commit pathKent Overstreet2023-10-221-4/+0
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-5/+3
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-5/+5
* bcachefs: Put bkey invalid check in commit path in a more useful placeKent Overstreet2023-10-221-19/+19
* bcachefs: Fix a double free on invalid bkeyKent Overstreet2023-10-221-1/+0
* bcachefs: Fix btree write buffer with snapshots btreesKent Overstreet2023-10-221-0/+1
* bcachefs: Split out snapshot.cKent Overstreet2023-10-221-1/+1
* bcachefs: btree_journal_iter.cKent Overstreet2023-10-221-1/+1
* bcachefs: Split up btree_update_leaf.cKent Overstreet2023-10-221-0/+1156