summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.c
AgeCommit message (Expand)AuthorFilesLines
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