summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/bset.h
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet2024-03-311-0/+2
* bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-211-2/+1
* bcachefs: bch2_btree_node_to_text() const correctnessKent Overstreet2023-10-221-2/+2
* bcachefs: Drop some anonymous structs, unionsKent Overstreet2023-10-221-1/+1
* bcachefs: Btree split improvementKent Overstreet2023-10-221-0/+5
* bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet2023-10-221-93/+0
* bcachefs: Optimize __bkey_unpack_key_format_checked()Kent Overstreet2023-10-221-6/+5
* bcachefs: Kill bch2_bset_fix_invalidated_key()Kent Overstreet2023-10-221-1/+0
* bcachefs: Increase BSET_CACHELINE to 256 bytesKent Overstreet2023-10-221-1/+1
* bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet2023-10-221-19/+1
* bcachefs: Drop bkey noopsKent Overstreet2023-10-221-1/+1
* bcachefs: KEY_TYPE_discard is no longer usedKent Overstreet2023-10-221-30/+14
* bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet2023-10-221-1/+1
* bcachefs: add const annotations to bset.cKent Overstreet2023-10-221-3/+3
* bcachefs: Split out debug_check_btree_accountingKent Overstreet2023-10-221-1/+1
* bcachefs: Drop sysfs interface to debug parametersKent Overstreet2023-10-221-15/+4
* bcachefs: Remove some uses of PAGE_SIZE in the btree codeKent Overstreet2023-10-221-2/+32
* bcachefs: Change bch2_dump_bset() to also print key valuesKent Overstreet2023-10-221-2/+2
* bcachefs: Fix bch2_sort_keys() to not modify src keysKent Overstreet2023-10-221-6/+0
* bcachefs: Rework iter->pos handlingKent Overstreet2023-10-221-15/+15
* bcachefs: Rework of cut_front & cut_backKent Overstreet2023-10-221-0/+10
* bcachefs: bkey noopsKent Overstreet2023-10-221-1/+6
* bcachefs: Fall back to slowpath on exact comparisonKent Overstreet2023-10-221-2/+1
* bcachefs: kill BFLOAT_FAILED_PREVKent Overstreet2023-10-221-1/+0
* bcachefs: Fix bch2_btree_node_iter_prev_filter()Kent Overstreet2023-10-221-6/+2
* bcachefs: cmp_int()Kent Overstreet2023-10-221-1/+1
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-3/+3
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-2/+2
* bcachefs: Comparison function cleanupsKent Overstreet2023-10-221-56/+25
* bcachefs: Pass around bset_tree lessKent Overstreet2023-10-221-2/+23
* bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possibleKent Overstreet2023-10-221-5/+0
* bcachefs: lift ordering restriction on 0 size extentsKent Overstreet2023-10-221-39/+29
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+668