summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)Author
2024-03-10bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet
2024-03-10bcachefs: bch2_check_subvolume_structure()Kent Overstreet
2024-03-10bcachefs: bch_subvolume::fs_path_parentKent Overstreet
2024-03-10bcachefs: Correctly reattach subvolumesKent Overstreet
2024-03-10bcachefs: check_path() now prints full inode when reattachingKent Overstreet
2024-03-10bcachefs: Pass inode bkey to check_path()Kent Overstreet
2024-03-10bcachefs: Fix path where dirent -> subvol missing and we don't fixKent Overstreet
2024-03-10bcachefs: Repair subvol dirents that point to non subvolsKent Overstreet
2024-03-10bcachefs: check dirent->d_parent_subvolKent Overstreet
2024-03-10bcachefs: check inode->bi_parent_subvol against direntKent Overstreet
2024-03-10bcachefs: delete duplicated checks in check_dirent_to_subvol()Kent Overstreet
2024-03-10bcachefs: simplify check_dirent_inode_dirent()Kent Overstreet
2024-03-10bcachefs: check bi_parent_subvol in check_inode()Kent Overstreet
2024-03-10bcachefs: better log message in lookup_inode_for_snapshot()Kent Overstreet
2024-03-10bcachefs: check_inode_dirent_inode()Kent Overstreet
2024-03-10bcachefs: Check subvol <-> inode pointers in check_inode()Kent Overstreet
2024-03-10darray: lift from bcachefsKent Overstreet
2024-03-10bcachefs: factor out check_inode_backpointer()Kent Overstreet
2024-03-10bcachefs: Factor out check_subvol_dirent()Kent Overstreet
2024-03-10bcachefs: move fsck_write_inode() to inode.cKent Overstreet
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet
2024-03-10bcachefs: fix check_inode_deleted_list()Kent Overstreet
2024-01-25bcachefs: __lookup_dirent() works in snapshot, not subvolbcachefs-2024-01-26Kent Overstreet
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet
2024-01-01bcachefs: check_directory_structure() can now be run onlineKent Overstreet
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet
2024-01-01bcachefs: Clean up btree_transKent Overstreet
2024-01-01bcachefs: btree_iter -> btree_path_idx_tKent Overstreet
2024-01-01bcachefs: fsck -> bch2_trans_run()Kent Overstreet
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: kill for_each_btree_key_old_upto()Kent Overstreet
2024-01-01bcachefs: for_each_btree_key_upto() -> for_each_btree_key_old_upto()Kent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: qstr_eq()Kent Overstreet
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet
2024-01-01bcachefs: check_root() can now be run onlineKent Overstreet
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: Check for unlinked inodes not on deleted listKent Overstreet
2024-01-01bcachefs: Improved backpointer messages in fsckKent Overstreet
2023-11-14bcachefs: Fix bch2_check_nlinks() for snapshotsKent Overstreet
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet
2023-10-31bcachefs: Check for too-large encoded extentsKent Overstreet
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet
2023-10-31bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarilyKent Overstreet
2023-10-22bcachefs: bch_err_msg(), bch_err_fn() now filters out transaction restart errorsKent Overstreet