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