summaryrefslogtreecommitdiff
path: root/fs/bcachefs/backpointers.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-17/+12
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-5/+0
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-262/+67
2023-10-23bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet1-3/+4
2023-10-23bcachefs: Improve the backpointer to missing extent messageKent Overstreet1-15/+24
2023-10-23bcachefs: Fix bch2_check_extents_to_backpointers()Kent Overstreet1-11/+19
2023-10-23bcachefs: Flush write buffer as needed in backpointers repairKent Overstreet1-6/+25
2023-10-23bcachefs: Fix a 64 bit divideKent Overstreet1-1/+1
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-23fixup bcachefs: New on disk format: BackpointersKent Overstreet1-8/+27
2023-10-23bcachefs: Don't use key cache during fsckKent Overstreet1-2/+3
2023-10-23bcachefs: Run check_extents_to_backpointers() in multiple passesKent Overstreet1-18/+124
2023-10-23bcachefs: Run bch2_check_backpointers_to_extents() in multiple passes if nece...Kent Overstreet1-13/+132
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-0/+799