summaryrefslogtreecommitdiff
path: root/fs/bcachefs/error.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet1-2/+7
2024-12-21bcachefs: bkey_fsck_err now respects errors_silentKent Overstreet1-2/+10
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet1-0/+34
2024-12-21bcachefs: do_fsck_ask_yn()Kent Overstreet1-25/+34
2024-12-21bcachefs: Don't error out when logging fsck errorKent Overstreet1-12/+17
2024-12-21bcachefs: BCH_FS_recovery_runningKent Overstreet1-1/+1
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-4/+16
2024-12-21bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_errKent Overstreet1-3/+4
2024-12-21bcachefs: Kill FSCK_NEED_FSCKKent Overstreet1-8/+13
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet1-1/+4
2024-10-04bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet1-3/+9
2024-10-04bcachefs: bkey errors are only AUTOFIX during readKent Overstreet1-2/+9
2024-09-27bcachefs: Fix fsck warnings from bkey validationKent Overstreet1-1/+13
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-0/+22
2024-07-14bcachefs: Unlock trans when waiting for user input in fsckKent Overstreet1-4/+28
2024-07-14bcachefs: twf: convert bch2_stdio_redirect_readline() to darrayKent Overstreet1-6/+9
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-1/+8
2024-07-14bcachefs: add might_sleep() annotations for fsck_err()Kent Overstreet1-0/+2
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet1-1/+18
2024-05-08bcachefs: allow for custom action in fsck error messagesKent Overstreet1-11/+48
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet1-1/+3
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet1-1/+1
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-2/+8
2024-01-05bcachefs: Don't autofix errors we can't fixKent Overstreet1-1/+2
2024-01-05bcachefs: Online fsck can now fix errorsKent Overstreet1-4/+4
2024-01-05bcachefs: 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-01bcachefs: Enumerate fsck errorsKent Overstreet1-1/+6
2023-11-01bcachefs: bch_sb_field_errorsKent Overstreet1-11/+11
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet1-1/+2
2023-10-22bcachefs: Break up io.cKent Overstreet1-1/+0
2023-10-22bcachefs: Make topology repair a normal recovery passKent Overstreet1-3/+0
2023-10-22bcachefs: fix_errors option is now a proper enumKent Overstreet1-6/+6
2023-10-22bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet1-1/+2
2023-10-22bcachefs: Make sure hash info gets initialized in fsckKent Overstreet1-0/+5
2023-10-22bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet1-4/+59
2023-10-22bcachefs: Don't print out duplicate fsck errorsKent Overstreet1-10/+20
2023-10-22bcachefs: Improve btree node read error pathKent Overstreet1-1/+4
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet1-0/+2
2023-10-22bcachefs: Ensure fsck error is printed before panicKent Overstreet1-2/+5
2023-10-22bcachefs: Improve bch2_fsck_err()Kent Overstreet1-59/+93
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet1-7/+6
2023-10-22bcachefs: Log message improvementsKent Overstreet1-2/+2
2023-10-22bcachefs: Don't ratelimit certain fsck errorsKent Overstreet1-0/+1
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet1-3/+15
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet1-5/+5
2023-10-22bcachefs: Turn c->state_lock into an rwsemKent Overstreet1-2/+2
2023-10-22bcachefs: fsck_error_lock requires GFP_NOFSKent Overstreet1-1/+1
2023-10-22bcachefs: Add an option for fsck error ratelimitingKent Overstreet1-4/+9