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