aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-9/+22
2023-10-22bcachefs: Array bounds fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix bkey format calculationGravatar Kent Overstreet 1-2/+4
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-15/+39
2023-10-22bcachefs: kill EBUG_ON() redefinition in bkey.cGravatar Kent Overstreet 1-9/+8
2023-10-22bcachefs: Fix shift by 64 in set_inc_field()Gravatar Kent Overstreet 1-27/+24
2023-10-22bcachefs: bkey_format helper improvementsGravatar Kent Overstreet 1-8/+30
2023-10-22bcachefs: Use memcpy_u64s_small() for copying keysGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add some unlikely() annotationsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: extents no longer require special handling for packingGravatar Kent Overstreet 1-9/+0
2023-10-22bcachefs: Inline bch2_bkey_format_add_key()Gravatar Kent Overstreet 1-26/+0
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: bch2_bkey_cmp_packed_inlined()Gravatar Kent Overstreet 1-105/+3
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Gravatar Kent Overstreet 1-26/+54
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Fix shift-by-64 in bch2_bkey_format_validate()Gravatar Kent Overstreet 1-10/+10
2023-10-22bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: Start using bpos.snapshot fieldGravatar Kent Overstreet 1-6/+11
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Gravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix bkey format generation for 32 bit fieldsGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: Drop typechecking from bkey_cmp_packed()Gravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Make __bch2_bkey_cmp_packed() smallerGravatar Kent Overstreet 1-16/+10
2023-10-22bcachefs: More bset.c microoptimizationGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: cmp_int()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Improve c version of __bkey_cmp_bitsGravatar Kent Overstreet 1-5/+4
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: revamp to_text methodsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+1164