summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet1-0/+1
2023-10-23bcachefs: Fix overlapping extent repairKent Overstreet1-38/+100
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet1-64/+1
2023-10-23bcachefs: Fix a null ptr deref in check_xattr()Kent Overstreet1-2/+2
2023-10-23bcachefs: fsck: delete dead codeKent Overstreet1-41/+0
2023-10-23bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix lookup_inode_for_snapshot()Kent Overstreet1-1/+5
2023-10-23bcachefs: need_snapshot_cleanup shouldn't be a fsck errorKent Overstreet1-12/+16
2023-10-23bcachefs: Improve key_visible_in_snapshot()Kent Overstreet1-8/+16
2023-10-23bcachefs: Refactor overlapping extent checksKent Overstreet1-66/+87
2023-10-23bcachefs: check_extent(): don't use key_visible_in_snapshot()Kent Overstreet1-35/+12
2023-10-23bcachefs: check_extent() refactoringKent Overstreet1-49/+50
2023-10-23bcachefs: fsck: walk_inode() now takes is_whiteoutKent Overstreet1-12/+13
2023-10-23bcachefs: Simplify check_extent()Kent Overstreet1-20/+10
2023-10-23bcachefs: overlapping_extents_found()Kent Overstreet1-37/+83
2023-10-23bcachefs: fsck: inode_walker: last_pos, seen_this_posKent Overstreet1-16/+23
2023-10-23bcachefs: check_extents(): make sure to check i_sectors for last inodeKent Overstreet1-1/+2
2023-10-23bcachefs: Convert snapshot table to RCU arrayKent Overstreet1-1/+1
2023-10-23bcachefs: Enumerate recovery passesKent Overstreet1-66/+11
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-4/+4
2023-10-23bcachefs: Fix a format string warningKent Overstreet1-1/+1
2023-10-23bcachefs: fsck: Break walk_inode() up into multiple functionsKent Overstreet1-46/+57
2023-10-23bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEKent Overstreet1-10/+12
2023-10-23bcachefs: Improve error message for overlapping extentsKent Overstreet1-6/+32
2023-10-23bcachefs: New error message helpersKent Overstreet1-25/+34
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-12/+12
2023-10-23bcachefs: Fix check_overlapping_extents()Kent Overstreet1-1/+1
2023-10-23bcachefs: BTREE_ID_snapshot_treeKent Overstreet1-1/+2
2023-10-23bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet1-1/+1
2023-10-23bcachefs: bch2_bkey_get_iter() helpersKent Overstreet1-54/+18
2023-10-23bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet1-1/+1
2023-10-23bcachefs: Make sure hash info gets initialized in fsckKent Overstreet1-13/+12
2023-10-23bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet1-3/+8
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: Suppress transaction restart err messageKent Overstreet1-2/+2
2023-10-23bcachefs: Reimplement repair for overlapping extentsDaniel Hill1-23/+121
2023-10-23bcachefs: let __bch2_btree_insert() pass in flagsDaniel Hill1-1/+2
2023-10-23bcachefs: Unwritten extents supportKent Overstreet1-2/+2
2023-10-23bcachefs: Use for_each_btree_key_upto() more consistentlyKent Overstreet1-12/+8
2023-10-23bcachefs: Fix hash_check_key()Kent Overstreet1-1/+1
2023-10-23bcachefs: New btree helpersKent Overstreet1-3/+1
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-4/+4
2023-10-23bcachefs: More style fixesKent Overstreet1-2/+1
2023-10-23bcachefs: Make error messages more uniformKent Overstreet1-13/+13
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+2
2023-10-23bcachefs: Re-enable hash_redo_key()Kent Overstreet1-5/+8
2023-10-23bcachefs: fsck: Another transaction restart handling fixKent Overstreet1-7/+5
2023-10-23bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Kent Overstreet1-12/+18
2023-10-23bcachefs: Minor transaction restart handling fixKent Overstreet1-2/+2
2023-10-23bcachefs: Increment restart count in bch2_trans_begin()Kent Overstreet1-6/+4