summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Clean up btree_transKent Overstreet1-1/+1
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet1-1/+1
2024-01-01bcachefs: fsck -> bch2_trans_run()Kent Overstreet1-43/+34
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-34/+5
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet1-18/+12
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet1-8/+8
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet1-18/+4
2024-01-01bcachefs: qstr_eq()Kent Overstreet1-2/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-4/+2
2024-01-01bcachefs: check_root() can now be run onlineKent Overstreet1-8/+2
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet1-9/+9
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet1-72/+58
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet1-32/+15
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-20/+20
2024-01-01bcachefs: Check for unlinked inodes not on deleted listKent Overstreet1-2/+25
2024-01-01bcachefs: Improved backpointer messages in fsckKent Overstreet1-28/+22
2023-11-15bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet1-17/+17
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-36/+60
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet1-1/+48
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-2/+3
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet1-0/+1
2023-10-23bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet1-72/+32
2023-10-23bcachefs: Silence transaction restart error messageKent Overstreet1-2/+2
2023-10-23bcachefs: More minor smatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-58/+38
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-7/+14
2023-10-23bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-28/+22
2023-10-23bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet1-10/+3
2023-10-23bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet1-11/+25
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-1/+1
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet1-0/+1
2023-10-23bcachefs: Fix overlapping extent repairKent Overstreet1-38/+100
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet1-64/+1
2023-10-23bcachefs: Fix a null ptr deref in check_xattr()Kent Overstreet1-2/+2
2023-10-23bcachefs: fsck: delete dead codeKent Overstreet1-41/+0
2023-10-23bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix lookup_inode_for_snapshot()Kent Overstreet1-1/+5
2023-10-23bcachefs: need_snapshot_cleanup shouldn't be a fsck errorKent Overstreet1-12/+16
2023-10-23bcachefs: Improve key_visible_in_snapshot()Kent Overstreet1-8/+16
2023-10-23bcachefs: Refactor overlapping extent checksKent Overstreet1-66/+87
2023-10-23bcachefs: check_extent(): don't use key_visible_in_snapshot()Kent Overstreet1-35/+12
2023-10-23bcachefs: check_extent() refactoringKent Overstreet1-49/+50
2023-10-23bcachefs: fsck: walk_inode() now takes is_whiteoutKent Overstreet1-12/+13
2023-10-23bcachefs: Simplify check_extent()Kent Overstreet1-20/+10
2023-10-23bcachefs: overlapping_extents_found()Kent Overstreet1-37/+83
2023-10-23bcachefs: fsck: inode_walker: last_pos, seen_this_posKent Overstreet1-16/+23
2023-10-23bcachefs: check_extents(): make sure to check i_sectors for last inodeKent Overstreet1-1/+2