summaryrefslogtreecommitdiff
path: root/fs/bcachefs/error.c
AgeCommit message (Expand)Author
2025-07-08bcachefs: Don't set BCH_FS_error on transaction restartKent Overstreet
2025-07-05bcachefs: btree read retry fixesKent Overstreet
2025-06-19bcachefs: Don't log fsck err in the journal if doing repair elsewhereKent Overstreet
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang
2025-06-11bcachefs: Log fsck errors in the journalKent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-31bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)Kent Overstreet
2025-05-21bcachefs: bch2_inum_snapshot_to_path()Kent Overstreet
2025-05-21bcachefs: bch2_run_explicit_recovery_pass() cleanupKent Overstreet
2025-05-21bcachefs: bch2_fs_emergency_read_only2()Kent Overstreet
2025-05-21bcachefs: Rename fsck_running, recovery_running flagsKent Overstreet
2025-05-21bcachefs: Run most explicit recovery passes persistentKent Overstreet
2025-05-21bcachefs: bch2_fsck_err_opt()Kent Overstreet
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet
2025-05-21bcachefs: Simplify bch2_count_fsck_err()Kent Overstreet
2025-05-21bcachefs: bch2_run_explicit_recovery_pass_printbuf()Kent Overstreet
2025-04-28bcachefs: More informative error message when shutting down due to errorKent Overstreet
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet
2025-04-03bcachefs: use nonblocking variant of print_string_as_lines in error pathBharadwaj Raju
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet
2025-03-14bcachefs: Kick devices out after too many write IO errorsKent Overstreet
2025-03-14bcachefs: bch2_write_op_error() now prints info about data updateKent Overstreet
2025-03-14bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...Kent Overstreet
2025-03-14bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...Kent Overstreet
2024-12-21bcachefs: Plumb bkey_validate_context to journal_entry_validateKent Overstreet
2024-12-21bcachefs: bkey_fsck_err now respects errors_silentKent Overstreet
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet
2024-12-21bcachefs: do_fsck_ask_yn()Kent Overstreet
2024-12-21bcachefs: Don't error out when logging fsck errorKent Overstreet
2024-12-21bcachefs: BCH_FS_recovery_runningKent Overstreet
2024-12-21bcachefs: struct bkey_validate_contextKent Overstreet
2024-12-21bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_errKent Overstreet
2024-12-21bcachefs: Kill FSCK_NEED_FSCKKent Overstreet
2024-10-20bcachefs: Fix __bch2_fsck_err() warningKent Overstreet
2024-10-04bcachefs: Make sure we print error that causes fsck to bail outKent Overstreet
2024-10-04bcachefs: bkey errors are only AUTOFIX during readKent Overstreet
2024-09-27bcachefs: Fix fsck warnings from bkey validationKent Overstreet
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet
2024-07-14bcachefs: Unlock trans when waiting for user input in fsckKent Overstreet
2024-07-14bcachefs: twf: convert bch2_stdio_redirect_readline() to darrayKent Overstreet
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet
2024-07-14bcachefs: add might_sleep() annotations for fsck_err()Kent Overstreet
2024-06-20bcachefs: Fix safe errors by defaultKent Overstreet
2024-05-08bcachefs: allow for custom action in fsck error messagesKent Overstreet
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet