summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/bkey.h
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-605/+0
2025-05-21bcachefs: debug_check_bset_lookupsKent Overstreet-2/+1
2025-05-21bcachefs: Debug params are now static_keysKent Overstreet-1/+1
2025-05-21bcachefs: Be precise about bch_io_failuresKent Overstreet-0/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet-7/+0
2024-09-27bcachefs: Check for accounting keys with bversion=0Kent Overstreet-2/+2
2024-09-27bcachefs: rename version -> bversionKent Overstreet-2/+2
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet-3/+4
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet-0/+7
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet-5/+5
2024-05-08bcachefs: bch2_bkey_format_field_overflows()Kent Overstreet-0/+23
2024-04-13bcachefs: Check for packed bkeys that are too bigKent Overstreet-0/+6
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet-201/+1
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathKent Overstreet-4/+1
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet-13/+9
2023-10-22bcachefs: Array bounds fixesKent Overstreet-3/+3
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet-1/+8
2023-10-22bcachefs: bkey_format helper improvementsKent Overstreet-1/+2
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet-6/+6
2023-10-22bcachefs: bch2_btree_node_ondisk_to_text()Kent Overstreet-2/+2
2023-10-22bcachefs: Drop some anonymous structs, unionsKent Overstreet-1/+6
2023-10-22bcachefs: bkey_min(), bkey_max()Kent Overstreet-4/+14
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet-2/+63
2023-10-22bcachefs: extents no longer require special handling for packingKent Overstreet-1/+0
2023-10-22bcachefs: Inline bch2_bkey_format_add_key()Kent Overstreet-11/+36
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet-0/+94
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet-2/+3
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet-1/+3
2023-10-22bcachefs: Add an overflow check in set_bkey_val_u64s()Kent Overstreet-2/+5
2023-10-22bcachefs: Whiteouts for snapshotsKent Overstreet-1/+1
2023-10-22bcachefs: Kill bpos_diff() XXX check for perf regressionKent Overstreet-31/+0
2023-10-22bcachefs: Start using bpos.snapshot fieldKent Overstreet-10/+32
2023-10-22bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet-14/+12
2023-10-22bcachefs: Drop bkey noopsKent Overstreet-10/+0
2023-10-22bcachefs: Fix bpos_diff()Kent Overstreet-0/+31
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet-18/+3
2023-10-22bcachefs: KEY_TYPE_alloc_v2Kent Overstreet-0/+1
2023-10-22bcachefs: Don't allocate stripes at POS_MINKent Overstreet-0/+5
2023-10-22bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet-44/+3
2023-10-22bcachefs: Indirect inline data extentsKent Overstreet-0/+1
2023-10-22bcachefs: Disable extent mergingKent Overstreet-2/+1
2023-10-22bcachefs: btree_ptr_v2Kent Overstreet-0/+1
2023-10-22bcachefs: Inline data extentsKent Overstreet-0/+1
2023-10-22bcachefs: bkey noopsKent Overstreet-0/+10
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet-2/+2
2023-10-22bcachefs: ReflinkKent Overstreet-0/+2
2023-10-22bcachefs: Refactor various code to not be extent specificKent Overstreet-1/+1
2023-10-22bcachefs: Don't overflow stack in bch2_extent_merge_inline()Kent Overstreet-4/+1
2023-10-22bcachefs: cmp_int()Kent Overstreet-2/+2
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet-57/+31