summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/error.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet2024-04-011-1/+3
* bcachefs: Split out recovery_passes.cKent Overstreet2024-03-311-1/+1
* bcachefs: Kill more -EIO error codesKent Overstreet2024-03-131-2/+8
* bcachefs: Don't autofix errors we can't fixKent Overstreet2024-01-051-1/+2
* bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-051-4/+4
* bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-051-24/+58
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-011-9/+9
* bcachefs: bch_sb.recovery_passes_requiredKent Overstreet2024-01-011-0/+3
* bcachefs: Enumerate fsck errorsKent Overstreet2023-11-011-1/+6
* bcachefs: bch_sb_field_errorsKent Overstreet2023-11-011-11/+11
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-1/+2
* bcachefs: Break up io.cKent Overstreet2023-10-221-1/+0
* bcachefs: Make topology repair a normal recovery passKent Overstreet2023-10-221-3/+0
* bcachefs: fix_errors option is now a proper enumKent Overstreet2023-10-221-6/+6
* bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet2023-10-221-1/+2
* bcachefs: Make sure hash info gets initialized in fsckKent Overstreet2023-10-221-0/+5
* bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet2023-10-221-4/+59
* bcachefs: Don't print out duplicate fsck errorsKent Overstreet2023-10-221-10/+20
* bcachefs: Improve btree node read error pathKent Overstreet2023-10-221-1/+4
* bcachefs: Fixes for building in userspaceKent Overstreet2023-10-221-0/+2
* bcachefs: Ensure fsck error is printed before panicKent Overstreet2023-10-221-2/+5
* bcachefs: Improve bch2_fsck_err()Kent Overstreet2023-10-221-59/+93
* bcachefs: Convert fsck errors to errcode.hKent Overstreet2023-10-221-7/+6
* bcachefs: Log message improvementsKent Overstreet2023-10-221-2/+2
* bcachefs: Don't ratelimit certain fsck errorsKent Overstreet2023-10-221-0/+1
* bcachefs: New and improved topology repair codeKent Overstreet2023-10-221-3/+15
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-5/+5
* bcachefs: Turn c->state_lock into an rwsemKent Overstreet2023-10-221-2/+2
* bcachefs: fsck_error_lock requires GFP_NOFSKent Overstreet2023-10-221-1/+1
* bcachefs: Add an option for fsck error ratelimitingKent Overstreet2023-10-221-4/+9
* bcachefs: Flush fsck errors when looping in btree gcKent Overstreet2023-10-221-4/+5
* bcachefs: Track whether filesystem has errors in superblockKent Overstreet2023-10-221-18/+14
* bcachefs: Handle fsck errors at runtime betterKent Overstreet2023-10-221-3/+13
* bcachefs: Only check inode i_nlink during full fsckKent Overstreet2023-10-221-2/+3
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+159