summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)Author
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
2023-10-22bcachefs: Suppress transaction restart err messageKent Overstreet
2023-10-22bcachefs: Reimplement repair for overlapping extentsDaniel Hill
2023-10-22bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill
2023-10-22bcachefs: Unwritten extents supportKent Overstreet
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet
2023-10-22bcachefs: Fix hash_check_key()Kent Overstreet
2023-10-22bcachefs: New btree helpersKent Overstreet
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet
2023-10-22bcachefs: More style fixesKent Overstreet
2023-10-22bcachefs: Make error messages more uniformKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Re-enable hash_redo_key()Kent Overstreet
2023-10-22bcachefs: fsck: Another transaction restart handling fixKent Overstreet
2023-10-22bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Kent Overstreet
2023-10-22bcachefs: Minor transaction restart handling fixKent Overstreet
2023-10-22bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet