summaryrefslogtreecommitdiff
path: root/fs/bcachefs/backpointers.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-10bcachefs: better check_bp_exists() error messageKent Overstreet1-4/+4
2024-12-29bcachefs: better backpointer_target_not_found() error messageKent Overstreet1-1/+12
2024-12-29bcachefs: bch2_backpointer_get_key() now repairs dangling backpointersKent Overstreet1-42/+28
2024-12-29bcachefs: check_extents_to_backpointers() now only checks buckets with mismat...Kent Overstreet1-18/+321
2024-12-29bcachefs: Add write buffer flush param to backpointer_get_key()Kent Overstreet1-5/+7
2024-12-29bcachefs: bch2_extent_ptr_to_bp() no longer depends on deviceKent Overstreet1-22/+4
2024-12-29bcachefs: bcachefs_metadata_version_backpointer_bucket_genKent Overstreet1-22/+5
2024-12-21bcachefs: trace_write_buffer_maybe_flushKent Overstreet1-1/+1
2024-12-21bcachefs: Guard against backpointers to unknown btreesKent Overstreet1-2/+5
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-1/+1
2024-12-21bcachefs: New backpointers helpersKent Overstreet1-13/+45
2024-12-21bcachefs: kill bch_backpointer.bucket_offset usageKent Overstreet1-8/+7
2024-12-21bcachefs: Fix check_backpointers_to_extents range limitingKent Overstreet1-38/+25
2024-12-21bcachefs: bch_backpointer -> bkey_i_backpointerKent Overstreet1-130/+85
2024-12-21bcachefs: check for backpointers to invalid deviceKent Overstreet1-0/+4
2024-12-21bcachefs: Kill bch2_get_next_backpointer()Kent Overstreet1-89/+36
2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet1-10/+14
2024-11-11bcachefs: Allow for unknown key types in backpointers fsckKent Overstreet1-4/+6
2024-11-08bcachefs: Fix missing validation for bch_backpointer.levelKent Overstreet1-1/+6
2024-09-28bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-09-21bcachefs: Remove duplicated include in backpointers.cYang Li1-1/+0
2024-09-21bcachefs: Rework btree node pinningKent Overstreet1-6/+7
2024-09-21bcachefs: bch2_dev_rcu_noerror()Kent Overstreet1-3/+3
2024-09-21bcachefs: Progress indicator for extents_to_backpointersKent Overstreet1-6/+82
2024-08-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-5/+3
2024-08-14bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet1-10/+5
2024-07-15bcachefs: fsck_err() may now take a btree_transKent Overstreet1-6/+6
2024-07-15bcachefs: btree ids are 64 bit bitmasksKent Overstreet1-5/+5
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-06-30bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet1-44/+24
2024-05-29bcachefs: Fix uninitialized var warningKent Overstreet1-1/+1
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet1-2/+2
2024-05-09bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-36/+70
2024-05-09bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-2/+5
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-5/+5
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-7/+7
2024-05-09bcachefs: for_each_btree_key_continue()Kent Overstreet1-23/+5
2024-05-09bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-2/+1
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet1-1/+1
2024-04-18bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet1-1/+1
2024-04-15bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet1-3/+5
2024-04-03bcachefs: Check for extents that point to same spaceKent Overstreet1-7/+166
2024-04-01bcachefs: fix backpointer for missing alloc key msgKent Overstreet1-1/+1
2024-04-01bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet1-4/+2
2024-04-01bcachefs: Fix assert in bch2_backpointer_invalid()Kent Overstreet1-0/+5
2024-03-14bcachefs: reconstruct_alloc cleanupKent Overstreet1-2/+1
2024-03-14bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet1-90/+47
2024-03-14bcachefs: Kill more -EIO error codesKent Overstreet1-2/+1