summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03bcachefs: reconstruct_inode()Kent Overstreet1-2/+50
2024-04-03bcachefs: Subvolume reconstructionKent Overstreet1-19/+148
2024-04-03bcachefs: ratelimit informational fsck errorsKent Overstreet1-4/+4
2024-04-01bcachefs: Fix overlapping extent repairKent Overstreet1-4/+6
2024-04-01bcachefs: Fix remove_dirent()Kent Overstreet1-3/+4
2024-04-01bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-04-01bcachefs: Fix use after free in check_root_trans()Kent Overstreet1-7/+11
2024-03-18bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet1-8/+21
2024-03-18bcachefs: Fix check_key_has_snapshot() callKent Overstreet1-1/+3
2024-03-14bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet1-3/+3
2024-03-14bcachefs: bch2_check_subvolume_structure()Kent Overstreet1-27/+133
2024-03-14bcachefs: bch_subvolume::fs_path_parentKent Overstreet1-6/+27
2024-03-14bcachefs: Correctly reattach subvolumesKent Overstreet1-5/+23
2024-03-14bcachefs: check_path() now prints full inode when reattachingKent Overstreet1-8/+18
2024-03-14bcachefs: Pass inode bkey to check_path()Kent Overstreet1-29/+26
2024-03-14bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet1-4/+9
2024-03-14bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet1-0/+6
2024-03-14bcachefs: check dirent->d_parent_subvolKent Overstreet1-4/+57
2024-03-14bcachefs: check inode->bi_parent_subvol against direntKent Overstreet1-22/+13
2024-03-14bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet1-23/+4
2024-03-14bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet1-58/+56
2024-03-14bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet1-0/+10
2024-03-14bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet1-21/+24
2024-03-14bcachefs: check_inode_dirent_inode()Kent Overstreet1-36/+89
2024-03-14bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet1-0/+25
2024-03-10bcachefs: factor out check_inode_backpointer()Kent Overstreet1-9/+29
2024-03-10bcachefs: Factor out check_subvol_dirent()Kent Overstreet1-48/+57
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet1-40/+13
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet1-4/+3
2024-03-10bcachefs: fix check_inode_deleted_list()Kent Overstreet1-6/+3
2024-01-26bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet1-11/+12
2024-01-06bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet1-9/+7
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet1-66/+40
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet1-46/+60
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