summaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Whiteouts for snapshotsKent Overstreet1-1/+1
2023-10-23bcachefs: Kill bpos_diff() XXX check for perf regressionKent Overstreet1-31/+0
2023-10-23bcachefs: Start using bpos.snapshot fieldKent Overstreet1-10/+32
2023-10-23bcachefs: Split out bpos_cmp() and bkey_cmp()Kent Overstreet1-14/+12
2023-10-23bcachefs: Drop bkey noopsKent Overstreet1-10/+0
2023-10-23bcachefs: Fix bpos_diff()Kent Overstreet1-0/+31
2023-10-23bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet1-18/+3
2023-10-23bcachefs: KEY_TYPE_alloc_v2Kent Overstreet1-0/+1
2023-10-23bcachefs: Don't allocate stripes at POS_MINKent Overstreet1-0/+5
2023-10-23bcachefs: Drop typechecking from bkey_cmp_packed()Kent Overstreet1-44/+3
2023-10-23bcachefs: Indirect inline data extentsKent Overstreet1-0/+1
2023-10-23bcachefs: Disable extent mergingKent Overstreet1-2/+1
2023-10-23bcachefs: btree_ptr_v2Kent Overstreet1-0/+1
2023-10-23bcachefs: Inline data extentsKent Overstreet1-0/+1
2023-10-23bcachefs: bkey noopsKent Overstreet1-0/+10
2023-10-23bcachefs: Don't use rep movsq for small memcopiesKent Overstreet1-2/+2
2023-10-23bcachefs: ReflinkKent Overstreet1-0/+2
2023-10-23bcachefs: Refactor various code to not be extent specificKent Overstreet1-1/+1
2023-10-23bcachefs: Don't overflow stack in bch2_extent_merge_inline()Kent Overstreet1-4/+1
2023-10-23bcachefs: cmp_int()Kent Overstreet1-2/+2
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-57/+31
2023-10-23bcachefs: Erasure codingKent Overstreet1-0/+2
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+627