summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.c
AgeCommit message (Expand)Author
2023-05-15interleave unpackbkey_unpackKent Overstreet
2023-05-14__bch2_bkey_unpack_key(): avoid unaligned accessKent Overstreet
2023-05-14bcachefs: New and improved __bch2_bkey_unpack_key()Kent Overstreet
2023-05-14bcachefs: bkey_format_processedKent Overstreet
2023-05-14bcachefs: Drop compiled bkey unpackHristo Venev
2023-05-13bcachefs: Use memcpy_u64s_small() for copying keysKent Overstreet
2023-05-12bcachefs: Add some unlikely() annotationsKent Overstreet
2023-05-12bcachefs: extents no longer require special handling for packingKent Overstreet
2023-05-12bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet
2023-05-12bcachefs: More style fixesKent Overstreet
2023-05-12bcachefs: bch2_bkey_cmp_packed_inlined()Kent Overstreet
2023-05-12bcachefs: Assorted checkpatch fixesKent Overstreet
2023-05-12bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet
2023-05-12bcachefs: Heap allocate printbufsKent Overstreet
2023-05-12bcachefs: Fix shift-by-64 in bch2_bkey_format_validate()Kent Overstreet
2023-05-12bcachefs: Fix for bch2_bkey_pack_pos() not initializing len/version fieldsKent Overstreet
2023-05-12bcachefs: Start using bpos.snapshot fieldKent Overstreet
2023-05-12bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet
2023-05-12bcachefs: Fix bkey format generation for 32 bit fieldsKent Overstreet
2023-05-12bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet
2023-05-12bcachefs: Make __bch2_bkey_cmp_packed() smallerKent Overstreet
2023-05-12bcachefs: More bset.c microoptimizationKent Overstreet
2023-05-12bcachefs: cmp_int()Kent Overstreet
2023-05-12bcachefs: Improve c version of __bkey_cmp_bitsKent Overstreet
2023-05-12bcachefs: Make bkey types globally uniqueKent Overstreet
2023-05-12bcachefs: revamp to_text methodsKent Overstreet
2023-05-12bcachefs: Initial commitKent Overstreet