aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Gravatar Kent Overstreet 1-0/+23
2024-04-13bcachefs: Check for packed bkeys that are too bigGravatar Kent Overstreet 1-0/+6
2024-03-13bcachefs: Split out bkey_types.hGravatar Kent Overstreet 1-201/+1
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathGravatar Kent Overstreet 1-4/+1
2023-11-05bcachefs: bkey_copy() is no longer a macroGravatar Kent Overstreet 1-13/+9
2023-10-22bcachefs: Array bounds fixesGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-1/+8
2023-10-22bcachefs: bkey_format helper improvementsGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: bch2_btree_node_ondisk_to_text()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Drop some anonymous structs, unionsGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: bkey_min(), bkey_max()Gravatar Kent Overstreet 1-4/+14
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-2/+63
2023-10-22bcachefs: extents no longer require special handling for packingGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Inline bch2_bkey_format_add_key()Gravatar Kent Overstreet 1-11/+36
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hGravatar Kent Overstreet 1-0/+94
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Gravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Add an overflow check in set_bkey_val_u64s()Gravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: Whiteouts for snapshotsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Kill bpos_diff() XXX check for perf regressionGravatar Kent Overstreet 1-31/+0
2023-10-22bcachefs: Start using bpos.snapshot fieldGravatar Kent Overstreet 1-10/+32
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Gravatar Kent Overstreet 1-14/+12
2023-10-22bcachefs: Drop bkey noopsGravatar Kent Overstreet 1-10/+0
2023-10-22bcachefs: Fix bpos_diff()Gravatar Kent Overstreet 1-0/+31
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutGravatar Kent Overstreet 1-18/+3
2023-10-22bcachefs: KEY_TYPE_alloc_v2Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Don't allocate stripes at POS_MINGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Drop typechecking from bkey_cmp_packed()Gravatar Kent Overstreet 1-44/+3
2023-10-22bcachefs: Indirect inline data extentsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Disable extent mergingGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: btree_ptr_v2Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Inline data extentsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bkey noopsGravatar Kent Overstreet 1-0/+10
2023-10-22bcachefs: Don't use rep movsq for small memcopiesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: ReflinkGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Refactor various code to not be extent specificGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Don't overflow stack in bch2_extent_merge_inline()Gravatar Kent Overstreet 1-4/+1
2023-10-22bcachefs: cmp_int()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-57/+31
2023-10-22bcachefs: Erasure codingGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+627