aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/error.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet1-5/+5
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-1/+6
2025-05-21bcachefs: bch2_fsck_err_opt()Kent Overstreet1-0/+4
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet1-3/+1
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet1-0/+1
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet1-1/+0
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet1-1/+7
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet1-27/+14
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet1-1/+6
2025-03-14bcachefs: Finish bch2_account_io_completion() conversionsKent Overstreet1-24/+9
2025-03-14bcachefs: bch2_account_io_completion()Kent Overstreet1-0/+20
2025-03-14bcachefs: bch2_write_op_error() now prints info about data updateKent Overstreet1-0/+1
2025-03-14bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction restartsKent Overstreet1-3/+0
2025-03-14bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode numberKent Overstreet1-0/+3
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet1-0/+6
2024-12-21bcachefs: Don't error out when logging fsck errorKent Overstreet1-5/+9
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet1-2/+2
2024-12-21bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_errKent Overstreet1-2/+4
2024-12-21bcachefs: Kill FSCK_NEED_FSCKKent Overstreet1-6/+6
2024-12-21bcachefs: delete dead codeKent Overstreet1-20/+0
2024-10-04bcachefs: bkey errors are only AUTOFIX during readKent Overstreet1-6/+3
2024-09-27bcachefs: Fix fsck warnings from bkey validationKent Overstreet1-1/+1
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-16/+23
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-6/+13
2024-07-14bcachefs: add might_sleep() annotations for fsck_err()Kent Overstreet1-1/+4
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet1-7/+0
2024-03-31bcachefs: Improved topology repair checksKent Overstreet1-0/+6
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet1-2/+2
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-1/+1
2023-12-19bcachefs: fix BCH_FSCK_ERR enumKent Overstreet1-1/+1
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-22/+58
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet1-5/+5
2023-10-22bcachefs: fix_errors option is now a proper enumKent Overstreet1-7/+0
2023-10-22bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet1-0/+1
2023-10-22bcachefs: Don't print out duplicate fsck errorsKent Overstreet1-1/+2
2023-10-22bcachefs: Dump transaction updates before panicingKent Overstreet1-1/+1
2023-10-22bcachefs: Error message improvementKent Overstreet1-20/+9
2023-10-22bcachefs: Improve bch2_fsck_err()Kent Overstreet1-2/+1
2023-10-22bcachefs: Convert fsck errors to errcode.hKent Overstreet1-21/+6
2023-10-22bcachefs: bch2_trans_inconsistent()Kent Overstreet1-0/+20
2023-10-22bcachefs: Use unlikely() in err_on() macrosKent Overstreet1-4/+4
2023-10-22bcachefs: Don't ratelimit certain fsck errorsKent Overstreet1-0/+1
2023-10-22bcachefs: New and improved topology repair codeKent Overstreet1-0/+3
2023-10-22bcachefs: Improve some IO error messagesKent Overstreet1-13/+16
2023-10-22bcachefs: Improve assorted error messagesKent Overstreet1-0/+1
2023-10-22bcachefs: Kill bch2_fs_bug()Kent Overstreet1-20/+0
2023-10-22bcachefs: Add an option for fsck error ratelimitingKent Overstreet1-0/+1
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+229