summaryrefslogtreecommitdiff
path: root/fs/bcachefs/backpointers.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-06-01bcachefs: Replace rcu_read_lock() with guardsKent Overstreet1-2/+1
2025-05-22bcachefs: bch2_check_bucket_backpointer_mismatch()Kent Overstreet1-1/+2
2025-05-22bcachefs: Improve bucket_bitmap codeKent Overstreet1-0/+7
2025-05-22bcachefs: Debug params are now static_keysKent Overstreet1-1/+1
2025-05-22bcachefs: "buckets with backpointer mismatches" now allocated on demandKent Overstreet1-0/+4
2025-03-15bcachefs: bcachefs_metadata_version_stripe_backpointersKent Overstreet1-1/+14
2025-03-15bcachefs: bch2_bkey_ptr_data_type() now correctly returns cached for cached ptrsKent Overstreet1-1/+6
2025-03-15bcachefs: Factor out progress.[ch]Kent Overstreet1-2/+2
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet1-2/+3
2024-12-29bcachefs: kill __bch2_extent_ptr_to_bp()Kent Overstreet1-15/+3
2024-12-29bcachefs: bch2_extent_ptr_to_bp() no longer depends on deviceKent Overstreet1-11/+6
2024-12-29bcachefs: bcachefs_metadata_version_backpointer_bucket_genKent Overstreet1-1/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-1/+2
2024-12-21bcachefs: kill bch_backpointer.bucket_offset usageKent Overstreet1-0/+8
2024-12-21bcachefs: bch_backpointer -> bkey_i_backpointerKent Overstreet1-30/+21
2024-12-21bcachefs: bucket_pos_to_bp_end()Kent Overstreet1-0/+10
2024-12-21bcachefs: fix bp_pos_to_bucket_nodev_noerrorKent Overstreet1-1/+1
2024-12-21bcachefs: Kill bch2_get_next_backpointer()Kent Overstreet1-7/+4
2024-09-21bcachefs: bch2_trigger_ptr() calculates sectors even when no deviceKent Overstreet1-7/+16
2024-08-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-3/+2
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-1/+1
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-11/+26
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-2/+2
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-2/+2
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet1-4/+10
2024-04-15bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet1-6/+3
2024-04-01bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet1-6/+26
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-0/+1
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet1-17/+10
2023-11-05bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster1-0/+9
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-1/+1
2023-10-23bcachefs: remove duplicate code between backpointer update pathsBrian Foster1-4/+4
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-1/+1
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+1
2023-10-23bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet1-17/+7
2023-10-23bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet1-1/+2
2023-10-23bcachefs: Improve the backpointer to missing extent messageKent Overstreet1-1/+1
2023-10-23bcachefs: Mark stripe buckets with correct data typeKent Overstreet1-1/+9
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-23bcachefs: Don't use key cache during fsckKent Overstreet1-1/+1
2023-10-23bcachefs: New on disk format: BackpointersKent Overstreet1-0/+131