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