aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Clean up btree_transGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: btree_iter -> btree_path_idx_tGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: fsck -> bch2_trans_run()Gravatar Kent Overstreet 1-43/+34
2024-01-01bcachefs: for_each_btree_key() now declares loop iterGravatar Kent Overstreet 1-34/+5
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Gravatar Kent Overstreet 1-18/+12
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Gravatar Kent Overstreet 1-8/+8
2024-01-01bcachefs: darray_for_each() now declares loop iterGravatar Kent Overstreet 1-18/+4
2024-01-01bcachefs: qstr_eq()Gravatar Kent Overstreet 1-2/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printGravatar Kent Overstreet 1-4/+2
2024-01-01bcachefs: check_root() can now be run onlineGravatar Kent Overstreet 1-8/+2
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Gravatar Kent Overstreet 1-9/+9
2024-01-01bcachefs: Kill for_each_btree_key()Gravatar Kent Overstreet 1-72/+58
2024-01-01bcachefs: Explicity go RW for fsckGravatar Kent Overstreet 1-32/+15
2024-01-01bcachefs: convert bch_fs_flags to x-macroGravatar Kent Overstreet 1-1/+1
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-20/+20
2024-01-01bcachefs: Check for unlinked inodes not on deleted listGravatar Kent Overstreet 1-2/+25
2024-01-01bcachefs: Improved backpointer messages in fsckGravatar Kent Overstreet 1-28/+22
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsGravatar Kent Overstreet 1-1/+1
2023-11-05bcachefs: x-macro-ify inode flags enumGravatar Kent Overstreet 1-17/+17
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-36/+60
2023-10-31bcachefs: Check for too-large encoded extentsGravatar Kent Overstreet 1-1/+48
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-2/+3
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsGravatar Kent Overstreet 1-72/+32
2023-10-22bcachefs: Silence transaction restart error messageGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: More minor smatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-58/+38
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-7/+14
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert more code to bch_err_msg()Gravatar Kent Overstreet 1-28/+22
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Gravatar Kent Overstreet 1-10/+3
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Gravatar Kent Overstreet 1-11/+25
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix overlapping extent repairGravatar Kent Overstreet 1-38/+100
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 1-64/+1
2023-10-22bcachefs: Fix a null ptr deref in check_xattr()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: fsck: delete dead codeGravatar Kent Overstreet 1-41/+0
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix lookup_inode_for_snapshot()Gravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: need_snapshot_cleanup shouldn't be a fsck errorGravatar Kent Overstreet 1-12/+16
2023-10-22bcachefs: Improve key_visible_in_snapshot()Gravatar Kent Overstreet 1-8/+16
2023-10-22bcachefs: Refactor overlapping extent checksGravatar Kent Overstreet 1-66/+87
2023-10-22bcachefs: check_extent(): don't use key_visible_in_snapshot()Gravatar Kent Overstreet 1-35/+12
2023-10-22bcachefs: check_extent() refactoringGravatar Kent Overstreet 1-49/+50
2023-10-22bcachefs: fsck: walk_inode() now takes is_whiteoutGravatar Kent Overstreet 1-12/+13
2023-10-22bcachefs: Simplify check_extent()Gravatar Kent Overstreet 1-20/+10
2023-10-22bcachefs: overlapping_extents_found()Gravatar Kent Overstreet 1-37/+83
2023-10-22bcachefs: fsck: inode_walker: last_pos, seen_this_posGravatar Kent Overstreet 1-16/+23
2023-10-22bcachefs: check_extents(): make sure to check i_sectors for last inodeGravatar Kent Overstreet 1-1/+2