summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_iter.c
AgeCommit message (Expand)AuthorFilesLines
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