summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet1-1/+3
2025-07-05bcachefs: btree read retry fixesKent Overstreet1-1/+1
2025-06-19bcachefs: Don't log fsck err in the journal if doing repair elsewhereKent Overstreet1-1/+3
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang1-1/+1
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet1-0/+3
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-29/+29
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet1-17/+24
2025-05-21bcachefs: bch2_inum_snapshot_to_path()Kent Overstreet1-19/+3
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet1-1/+1
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet1-8/+9
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet1-4/+4
2025-05-21bcachefs: Run most explicit recovery passes persistentKent Overstreet1-1/+1
2025-05-21bcachefs: bch2_fsck_err_opt()Kent Overstreet1-0/+42
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-5/+5
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet1-4/+10
2025-05-21bcachefs: bch2_run_explicit_recovery_pass_printbuf()Kent Overstreet1-1/+1
2025-04-28bcachefs: More informative error message when shutting down due to errorKent Overstreet1-1/+3
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet1-5/+12
2025-04-03bcachefs: use nonblocking variant of print_string_as_lines in error pathBharadwaj Raju1-2/+2
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet1-0/+3
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet1-9/+4
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet1-37/+59
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet1-11/+96
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-12/+18
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet1-1/+1
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet1-9/+25
2025-03-14bcachefs: bch2_write_op_error() now prints info about data updateKent Overstreet1-0/+6
2025-03-14bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...Kent Overstreet1-30/+18
2025-03-14bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...Kent Overstreet1-1/+31
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