aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/error.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: fix_errors option is now a proper enumGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: Fix bch2_fsck_ask_yn()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Make sure hash info gets initialized in fsckGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Allow answering y or n to all fsck errors of given typeGravatar Kent Overstreet 1-4/+59
2023-10-22bcachefs: Don't print out duplicate fsck errorsGravatar Kent Overstreet 1-10/+20
2023-10-22bcachefs: Improve btree node read error pathGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Ensure fsck error is printed before panicGravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: Improve bch2_fsck_err()Gravatar Kent Overstreet 1-59/+93
2023-10-22bcachefs: Convert fsck errors to errcode.hGravatar Kent Overstreet 1-7/+6
2023-10-22bcachefs: Log message improvementsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Don't ratelimit certain fsck errorsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: New and improved topology repair codeGravatar Kent Overstreet 1-3/+15
2023-10-22bcachefs: Use x-macros for more enumsGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Turn c->state_lock into an rwsemGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: fsck_error_lock requires GFP_NOFSGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Add an option for fsck error ratelimitingGravatar Kent Overstreet 1-4/+9
2023-10-22bcachefs: Flush fsck errors when looping in btree gcGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Track whether filesystem has errors in superblockGravatar Kent Overstreet 1-18/+14
2023-10-22bcachefs: Handle fsck errors at runtime betterGravatar Kent Overstreet 1-3/+13
2023-10-22bcachefs: Only check inode i_nlink during full fsckGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+159