summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-9/+22
2023-10-23bcachefs: Array bounds fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Fix bkey format calculationKent Overstreet1-2/+4
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-15/+39
2023-10-23bcachefs: kill EBUG_ON() redefinition in bkey.cKent Overstreet1-9/+8
2023-10-23bcachefs: Fix shift by 64 in set_inc_field()Kent Overstreet1-27/+24
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet1-8/+30
2023-10-23bcachefs: Use memcpy_u64s_small() for copying keysKent Overstreet1-1/+1
2023-10-23bcachefs: Add some unlikely() annotationsKent Overstreet1-3/+3
2023-10-23bcachefs: extents no longer require special handling for packingKent Overstreet1-9/+0
2023-10-23bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet1-26/+0
2023-10-23bcachefs: More style fixesKent Overstreet1-3/+0
2023-10-23bcachefs: bch2_bkey_cmp_packed_inlined()Kent Overstreet1-105/+3
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+2
2023-10-23bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet1-26/+54
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-4/+5
2023-10-23bcachefs: Fix shift-by-64 in bch2_bkey_format_validate()Kent Overstreet1-10/+10
2023-10-23bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet1-1/+8
2023-10-23bcachefs: Start using bpos.snapshot fieldKent Overstreet1-6/+11
2023-10-23bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet1-4/+4
2023-10-23bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet1-1/+6
2023-10-23bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet1-4/+4
2023-10-23bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet1-16/+10
2023-10-23bcachefs: More bset.c microoptimizationKent Overstreet1-1/+1
2023-10-23bcachefs: cmp_int()Kent Overstreet1-1/+1
2023-10-23bcachefs: Improve c version of __bkey_cmp_bitsKent Overstreet1-5/+4
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-2/+2
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1164