summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: don't lose errors from iterators that have been freedKent Overstreet1-2/+4
2023-10-23bcachefs: fix bch2_trans_unlock()Kent Overstreet1-4/+4
2023-10-23bcachefs: add missing bch2_btree_iter_node_drop() callKent Overstreet1-8/+0
2023-10-23bcachefs: move some checks to expensive_debug_checksKent Overstreet1-0/+6
2023-10-23bcachefs: Unlink not-touched iters on successful transaction commitKent Overstreet1-1/+3
2023-10-23bcachefs: traverse all iterators on transaction restartKent Overstreet1-12/+18
2023-10-23bcachefs: Add iter->idxKent Overstreet1-17/+10
2023-10-23bcachefs: Kill btree_iter->nextKent Overstreet1-91/+10
2023-10-23bcachefs: Change btree_iter_traverse_error() to not use iter->nextKent Overstreet1-41/+24
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-44/+54
2023-10-23bcachefs: Better bch2_trans_copy_iter()Kent Overstreet1-37/+57
2023-10-23bcachefs: Btree iterators now always have a btree_transKent Overstreet1-18/+18
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-15/+48
2023-10-23bcachefs: Btree iter improvementsKent Overstreet1-28/+66
2023-10-23bcachefs: increase BTREE_ITER_MAXKent Overstreet1-31/+62
2023-10-23bcachefs: Remove direct use of bch2_btree_iter_link()Kent Overstreet1-2/+2
2023-10-23bcachefs: fix an incorrect bkey_debugcheck() callKent Overstreet1-1/+17
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-2/+2
2023-10-23bcachefs: Btree locking fix, refactoringKent Overstreet1-4/+24
2023-10-23bcachefs: fix btree iterator bug when using depth > 0Kent Overstreet1-1/+4
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-15/+4
2023-10-23bcachefs: Fix a btree iter bug when iter pos == POS_MAXKent Overstreet1-3/+11
2023-10-23bcachefs: Comparison function cleanupsKent Overstreet1-60/+71
2023-10-23bcachefs: Pass around bset_tree lessKent Overstreet1-8/+8
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-5/+1
2023-10-23bcachefs: convert bchfs_write_index_update() to bch2_extent_update()Kent Overstreet1-13/+23
2023-10-23bcachefs: mempoolify btree_transKent Overstreet1-10/+5
2023-10-23bcachefs: make struct btree_iter a bit smallerKent Overstreet1-7/+7
2023-10-23bcachefs: lift ordering restriction on 0 size extentsKent Overstreet1-56/+119
2023-10-23bcachefs: Fix an assertion in the btree node merge pathKent Overstreet1-48/+7
2023-10-23bcachefs: trace transaction restartsKent Overstreet1-6/+15
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1844