aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Silence transaction restart error messageKent Overstreet
2023-10-22bcachefs: More minor smatch fixesKent Overstreet
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: __bch2_btree_insert() -> bch2_btree_insert_trans()Kent Overstreet
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Fix bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: bch2_propagate_key_to_snapshot_leaves()Kent Overstreet
2023-10-22bcachefs: Split out snapshot.cKent Overstreet
2023-10-22bcachefs: Log a message when running an explicit recovery passKent Overstreet
2023-10-22bcachefs: Fix overlapping extent repairKent Overstreet
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in check_xattr()Kent Overstreet
2023-10-22bcachefs: fsck: delete dead codeKent Overstreet
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet
2023-10-22bcachefs: Fix lookup_inode_for_snapshot()Kent Overstreet
2023-10-22bcachefs: need_snapshot_cleanup shouldn't be a fsck errorKent Overstreet
2023-10-22bcachefs: Improve key_visible_in_snapshot()Kent Overstreet
2023-10-22bcachefs: Refactor overlapping extent checksKent Overstreet
2023-10-22bcachefs: check_extent(): don't use key_visible_in_snapshot()Kent Overstreet
2023-10-22bcachefs: check_extent() refactoringKent Overstreet
2023-10-22bcachefs: fsck: walk_inode() now takes is_whiteoutKent Overstreet
2023-10-22bcachefs: Simplify check_extent()Kent Overstreet
2023-10-22bcachefs: overlapping_extents_found()Kent Overstreet
2023-10-22bcachefs: fsck: inode_walker: last_pos, seen_this_posKent Overstreet
2023-10-22bcachefs: check_extents(): make sure to check i_sectors for last inodeKent Overstreet
2023-10-22bcachefs: Convert snapshot table to RCU arrayKent Overstreet
2023-10-22bcachefs: Enumerate recovery passesKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Fix a format string warningKent Overstreet
2023-10-22bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet
2023-10-22bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet
2023-10-22bcachefs: Improve error message for overlapping extentsKent Overstreet
2023-10-22bcachefs: New error message helpersKent Overstreet
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Fix check_overlapping_extents()Kent Overstreet
2023-10-22bcachefs: BTREE_ID_snapshot_treeKent Overstreet
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet
2023-10-22bcachefs: Make sure hash info gets initialized in fsckKent Overstreet
2023-10-22bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet