aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/bkey.h
AgeCommit message (Expand)AuthorFilesLines
10 daysbcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-5/+5
11 daysbcachefs: bch2_bkey_format_field_overflows()Kent Overstreet1-0/+23
2024-04-13bcachefs: Check for packed bkeys that are too bigKent Overstreet1-0/+6
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet1-201/+1
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet1-4/+1
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-13/+9
2023-10-22bcachefs: Array bounds fixesKent Overstreet1-3/+3
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-1/+8
2023-10-22bcachefs: bkey_format helper improvementsKent Overstreet1-1/+2
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet1-6/+6
2023-10-22bcachefs: bch2_btree_node_ondisk_to_text()Kent Overstreet1-2/+2
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet1-1/+6
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet1-4/+14
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-2/+63
2023-10-22bcachefs: extents no longer require special handling for packingKent Overstreet1-1/+0
2023-10-22bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet1-11/+36
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet1-0/+94
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet1-2/+3
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet1-1/+3
2023-10-22bcachefs: Add an overflow check in set_bkey_val_u64s()Kent Overstreet1-2/+5
2023-10-22bcachefs: Whiteouts for snapshotsKent Overstreet1-1/+1
2023-10-22bcachefs: Kill bpos_diff() XXX check for perf regressionKent Overstreet1-31/+0
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet1-10/+32
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet1-14/+12
2023-10-22bcachefs: Drop bkey noopsKent Overstreet1-10/+0
2023-10-22bcachefs: Fix bpos_diff()Kent Overstreet1-0/+31
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet1-18/+3
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet1-0/+1
2023-10-22bcachefs: Don't allocate stripes at POS_MINKent Overstreet1-0/+5
2023-10-22bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet1-44/+3
2023-10-22bcachefs: Indirect inline data extentsKent Overstreet1-0/+1
2023-10-22bcachefs: Disable extent mergingKent Overstreet1-2/+1
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet1-0/+1
2023-10-22bcachefs: Inline data extentsKent Overstreet1-0/+1
2023-10-22bcachefs: bkey noopsKent Overstreet1-0/+10
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet1-2/+2
2023-10-22bcachefs: ReflinkKent Overstreet1-0/+2
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet1-1/+1
2023-10-22bcachefs: Don't overflow stack in bch2_extent_merge_inline()Kent Overstreet1-4/+1
2023-10-22bcachefs: cmp_int()Kent Overstreet1-2/+2
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-57/+31
2023-10-22bcachefs: Erasure codingKent Overstreet1-0/+2
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+627