aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix overlapping extent repairGravatar Kent Overstreet 1-38/+100
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 1-64/+1
2023-10-22bcachefs: Fix a null ptr deref in check_xattr()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: fsck: delete dead codeGravatar Kent Overstreet 1-41/+0
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix lookup_inode_for_snapshot()Gravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: need_snapshot_cleanup shouldn't be a fsck errorGravatar Kent Overstreet 1-12/+16
2023-10-22bcachefs: Improve key_visible_in_snapshot()Gravatar Kent Overstreet 1-8/+16
2023-10-22bcachefs: Refactor overlapping extent checksGravatar Kent Overstreet 1-66/+87
2023-10-22bcachefs: check_extent(): don't use key_visible_in_snapshot()Gravatar Kent Overstreet 1-35/+12
2023-10-22bcachefs: check_extent() refactoringGravatar Kent Overstreet 1-49/+50
2023-10-22bcachefs: fsck: walk_inode() now takes is_whiteoutGravatar Kent Overstreet 1-12/+13
2023-10-22bcachefs: Simplify check_extent()Gravatar Kent Overstreet 1-20/+10
2023-10-22bcachefs: overlapping_extents_found()Gravatar Kent Overstreet 1-37/+83
2023-10-22bcachefs: fsck: inode_walker: last_pos, seen_this_posGravatar Kent Overstreet 1-16/+23
2023-10-22bcachefs: check_extents(): make sure to check i_sectors for last inodeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Convert snapshot table to RCU arrayGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Enumerate recovery passesGravatar Kent Overstreet 1-66/+11
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix a format string warningGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: fsck: Break walk_inode() up into multiple functionsGravatar Kent Overstreet 1-46/+57
2023-10-22bcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODEGravatar Kent Overstreet 1-10/+12
2023-10-22bcachefs: Improve error message for overlapping extentsGravatar Kent Overstreet 1-6/+32
2023-10-22bcachefs: New error message helpersGravatar Kent Overstreet 1-25/+34
2023-10-22bcachefs: Convert -ENOENT to private error codesGravatar Kent Overstreet 1-12/+12
2023-10-22bcachefs: Fix check_overlapping_extents()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: BTREE_ID_snapshot_treeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_bkey_get_iter() helpersGravatar Kent Overstreet 1-54/+18
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Make sure hash info gets initialized in fsckGravatar Kent Overstreet 1-13/+12
2023-10-22bcachefs: Fix a null ptr deref in fsck check_extents()Gravatar Kent Overstreet 1-3/+8
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Suppress transaction restart err messageGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Reimplement repair for overlapping extentsGravatar Daniel Hill 1-23/+121
2023-10-22bcachefs: let __bch2_btree_insert() pass in flagsGravatar Daniel Hill 1-1/+2
2023-10-22bcachefs: Unwritten extents supportGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Use for_each_btree_key_upto() more consistentlyGravatar Kent Overstreet 1-12/+8
2023-10-22bcachefs: Fix hash_check_key()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New btree helpersGravatar Kent Overstreet 1-3/+1
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Make error messages more uniformGravatar Kent Overstreet 1-13/+13
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Re-enable hash_redo_key()Gravatar Kent Overstreet 1-5/+8
2023-10-22bcachefs: fsck: Another transaction restart handling fixGravatar Kent Overstreet 1-7/+5
2023-10-22bcachefs: bch2_btree_delete_range_trans() now returns -BCH_ERR_transaction_re...Gravatar Kent Overstreet 1-12/+18
2023-10-22bcachefs: Minor transaction restart handling fixGravatar Kent Overstreet 1-2/+2