aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/bkey_methods.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-6/+0
2023-10-22bcachefs: support btree updates of prejournaled keysGravatar Brian Foster 1-0/+2
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-8/+13
2023-10-22bcachefs: Allow for unknown key typesGravatar Kent Overstreet 1-2/+10
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Btree iterator, update flags no longer conflictGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: remove unused key cache coherency flagGravatar Brian Foster 1-3/+0
2023-10-22bcachefs: bch2_mark_key() now takes btree_id & levelGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: BKEY_INVALID_FROM_JOURNALGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Plumb btree_id & level to trans_markGravatar Kent Overstreet 1-5/+74
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-6/+12
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: Move trigger fns to bkey_opsGravatar Kent Overstreet 1-0/+27
2023-10-22bcachefs: Kill bch2_bkey_debugcheckGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Re-implement extent merging in transaction commit pathGravatar Kent Overstreet 1-4/+1
2023-10-22bcachefs: Clean up key mergingGravatar Kent Overstreet 1-15/+14
2023-10-22bcachefs: Kill bkey ops->debugcheck methodGravatar Kent Overstreet 1-1/+0
2023-10-22bcachefs: Kill bkey_type_successorGravatar Kent Overstreet 1-0/+19
2023-10-22bcachefs: Fix bch2_ptr_swab for indirect extentsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Debug code improvementsGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Print out name of bkey typeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bkey_merge() now takes bkey_sGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-45/+20
2023-10-22bcachefs: Hold usage_lock over mark_key and fs_usage_applyGravatar Kent Overstreet 1-0/+12
2023-10-22bcachefs: revamp to_text methodsGravatar Kent Overstreet 1-8/+8
2023-10-22bcachefs: btree gc refactoringGravatar Kent Overstreet 1-11/+0
2023-10-22bcachefs: fix bch2_val_to_text()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+87