summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/bkey_methods.h
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: BTREE_TRIGGER_ATOMICKent Overstreet2024-01-211-4/+6
* bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-051-32/+18
* bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet2024-01-051-4/+22
* bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2024-01-051-2/+0
* bcachefs: mark now takes bkey_sKent Overstreet2024-01-051-2/+2
* bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-051-6/+6
* bcachefs: Kill BTREE_UPDATE_PREJOURNALKent Overstreet2024-01-011-2/+0
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-2/+3
* bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEWKent Overstreet2023-10-311-10/+0
* bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet2023-10-221-6/+0
* bcachefs: support btree updates of prejournaled keysBrian Foster2023-10-221-0/+2
* bcachefs: Change check for invalid key typesKent Overstreet2023-10-221-8/+13
* bcachefs: Allow for unknown key typesKent Overstreet2023-10-221-2/+10
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-221-0/+3
* bcachefs: Btree iterator, update flags no longer conflictKent Overstreet2023-10-221-1/+1
* bcachefs: remove unused key cache coherency flagBrian Foster2023-10-221-3/+0
* bcachefs: bch2_mark_key() now takes btree_id & levelKent Overstreet2023-10-221-6/+6
* bcachefs: BKEY_INVALID_FROM_JOURNALKent Overstreet2023-10-221-0/+2
* bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet2023-10-221-4/+4
* bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet2023-10-221-1/+1
* bcachefs: More style fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Plumb btree_id & level to trans_markKent Overstreet2023-10-221-5/+74
* bcachefs: Add rw to .key_invalid()Kent Overstreet2023-10-221-6/+12
* bcachefs: Convert .key_invalid methods to printbufsKent Overstreet2023-10-221-8/+8
* bcachefs: Move trigger fns to bkey_opsKent Overstreet2023-10-221-0/+27
* bcachefs: Kill bch2_bkey_debugcheckKent Overstreet2023-10-221-2/+0
* bcachefs: Re-implement extent merging in transaction commit pathKent Overstreet2023-10-221-4/+1
* bcachefs: Clean up key mergingKent Overstreet2023-10-221-15/+14
* bcachefs: Kill bkey ops->debugcheck methodKent Overstreet2023-10-221-1/+0
* bcachefs: Kill bkey_type_successorKent Overstreet2023-10-221-0/+19
* bcachefs: Fix bch2_ptr_swab for indirect extentsKent Overstreet2023-10-221-2/+2
* bcachefs: Debug code improvementsKent Overstreet2023-10-221-2/+1
* bcachefs: Print out name of bkey typeKent Overstreet2023-10-221-1/+1
* bcachefs: bkey_merge() now takes bkey_sKent Overstreet2023-10-221-2/+2
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-45/+20
* bcachefs: Hold usage_lock over mark_key and fs_usage_applyKent Overstreet2023-10-221-0/+12
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-8/+8
* bcachefs: btree gc refactoringKent Overstreet2023-10-221-11/+0
* bcachefs: fix bch2_val_to_text()Kent Overstreet2023-10-221-1/+2
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+87