index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
error.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-08
bcachefs: Don't set BCH_FS_error on transaction restart
Kent Overstreet
1
-1
/
+3
2025-07-05
bcachefs: btree read retry fixes
Kent Overstreet
1
-1
/
+1
2025-06-19
bcachefs: Don't log fsck err in the journal if doing repair elsewhere
Kent Overstreet
1
-1
/
+3
2025-06-11
bcachefs: Fix possible console lock involved deadlock
Alan Huang
1
-1
/
+1
2025-06-11
bcachefs: Log fsck errors in the journal
Kent Overstreet
1
-0
/
+3
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
1
-29
/
+29
2025-05-31
bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)
Kent Overstreet
1
-17
/
+24
2025-05-21
bcachefs: bch2_inum_snapshot_to_path()
Kent Overstreet
1
-19
/
+3
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass() cleanup
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: bch2_fs_emergency_read_only2()
Kent Overstreet
1
-8
/
+9
2025-05-21
bcachefs: Rename fsck_running, recovery_running flags
Kent Overstreet
1
-4
/
+4
2025-05-21
bcachefs: Run most explicit recovery passes persistent
Kent Overstreet
1
-1
/
+1
2025-05-21
bcachefs: bch2_fsck_err_opt()
Kent Overstreet
1
-0
/
+42
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
1
-5
/
+5
2025-05-21
bcachefs: Simplify bch2_count_fsck_err()
Kent Overstreet
1
-4
/
+10
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass_printbuf()
Kent Overstreet
1
-1
/
+1
2025-04-28
bcachefs: More informative error message when shutting down due to error
Kent Overstreet
1
-1
/
+3
2025-04-20
bcachefs: Error ratelimiting is no longer only during fsck
Kent Overstreet
1
-5
/
+12
2025-04-03
bcachefs: use nonblocking variant of print_string_as_lines in error path
Bharadwaj Raju
1
-2
/
+2
2025-04-03
bcachefs: Fix scheduling while atomic from logging changes
Kent Overstreet
1
-0
/
+3
2025-03-29
bcachefs: Better printing of inconsistency errors
Kent Overstreet
1
-9
/
+4
2025-03-29
bcachefs: bch2_count_fsck_err()
Kent Overstreet
1
-37
/
+59
2025-03-28
bcachefs: Better helpers for inconsistency errors
Kent Overstreet
1
-11
/
+96
2025-03-28
bcachefs: Consistent indentation of multiline fsck errors
Kent Overstreet
1
-12
/
+18
2025-03-24
bcachefs: fs-common.c -> namei.c
Kent Overstreet
1
-1
/
+1
2025-03-14
bcachefs: Kick devices out after too many write IO errors
Kent Overstreet
1
-9
/
+25
2025-03-14
bcachefs: bch2_write_op_error() now prints info about data update
Kent Overstreet
1
-0
/
+6
2025-03-14
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...
Kent Overstreet
1
-30
/
+18
2025-03-14
bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...
Kent Overstreet
1
-1
/
+31
2024-12-21
bcachefs: Plumb bkey_validate_context to journal_entry_validate
Kent Overstreet
1
-2
/
+7
2024-12-21
bcachefs: bkey_fsck_err now respects errors_silent
Kent Overstreet
1
-2
/
+10
2024-12-21
bcachefs: bch2_inum_to_path()
Kent Overstreet
1
-0
/
+34
2024-12-21
bcachefs: do_fsck_ask_yn()
Kent Overstreet
1
-25
/
+34
2024-12-21
bcachefs: Don't error out when logging fsck error
Kent Overstreet
1
-12
/
+17
2024-12-21
bcachefs: BCH_FS_recovery_running
Kent Overstreet
1
-1
/
+1
2024-12-21
bcachefs: struct bkey_validate_context
Kent Overstreet
1
-4
/
+16
2024-12-21
bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_err
Kent Overstreet
1
-3
/
+4
2024-12-21
bcachefs: Kill FSCK_NEED_FSCK
Kent Overstreet
1
-8
/
+13
2024-10-20
bcachefs: Fix __bch2_fsck_err() warning
Kent Overstreet
1
-1
/
+4
2024-10-04
bcachefs: Make sure we print error that causes fsck to bail out
Kent Overstreet
1
-3
/
+9
2024-10-04
bcachefs: bkey errors are only AUTOFIX during read
Kent Overstreet
1
-2
/
+9
2024-09-27
bcachefs: Fix fsck warnings from bkey validation
Kent Overstreet
1
-1
/
+13
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
1
-0
/
+22
2024-07-14
bcachefs: Unlock trans when waiting for user input in fsck
Kent Overstreet
1
-4
/
+28
2024-07-14
bcachefs: twf: convert bch2_stdio_redirect_readline() to darray
Kent Overstreet
1
-6
/
+9
2024-07-14
bcachefs: fsck_err() may now take a btree_trans
Kent Overstreet
1
-1
/
+8
2024-07-14
bcachefs: add might_sleep() annotations for fsck_err()
Kent Overstreet
1
-0
/
+2
2024-06-20
bcachefs: Fix safe errors by default
Kent Overstreet
1
-1
/
+18
2024-05-08
bcachefs: allow for custom action in fsck error messages
Kent Overstreet
1
-11
/
+48
2024-04-01
bcachefs: On emergency shutdown, print out current journal sequence number
Kent Overstreet
1
-1
/
+3
[next]