summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bset.h
AgeCommit message (Expand)Author
2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet
2023-10-22bcachefs: bch2_btree_node_to_text() const correctnessKent Overstreet
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet
2023-10-22bcachefs: Btree split improvementKent Overstreet
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet
2023-10-22bcachefs: Optimize __bkey_unpack_key_format_checked()Kent Overstreet
2023-10-22bcachefs: Kill bch2_bset_fix_invalidated_key()Kent Overstreet
2023-10-22bcachefs: Increase BSET_CACHELINE to 256 bytesKent Overstreet
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2023-10-22bcachefs: Drop bkey noopsKent Overstreet
2023-10-22bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet
2023-10-22bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet
2023-10-22bcachefs: add const annotations to bset.cKent Overstreet
2023-10-22bcachefs: Split out debug_check_btree_accountingKent Overstreet
2023-10-22bcachefs: Drop sysfs interface to debug parametersKent Overstreet
2023-10-22bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet
2023-10-22bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet
2023-10-22bcachefs: Fix bch2_sort_keys() to not modify src keysKent Overstreet
2023-10-22bcachefs: Rework iter->pos handlingKent Overstreet
2023-10-22bcachefs: Rework of cut_front & cut_backKent Overstreet
2023-10-22bcachefs: bkey noopsKent Overstreet
2023-10-22bcachefs: Fall back to slowpath on exact comparisonKent Overstreet
2023-10-22bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet
2023-10-22bcachefs: Fix bch2_btree_node_iter_prev_filter()Kent Overstreet
2023-10-22bcachefs: cmp_int()Kent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: revamp to_text methodsKent Overstreet
2023-10-22bcachefs: Comparison function cleanupsKent Overstreet
2023-10-22bcachefs: Pass around bset_tree lessKent Overstreet
2023-10-22bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet
2023-10-22bcachefs: lift ordering restriction on 0 size extentsKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet