index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
error.c
Age
Commit message (
Expand
)
Author
2025-07-08
bcachefs: Don't set BCH_FS_error on transaction restart
Kent Overstreet
2025-07-05
bcachefs: btree read retry fixes
Kent Overstreet
2025-06-19
bcachefs: Don't log fsck err in the journal if doing repair elsewhere
Kent Overstreet
2025-06-11
bcachefs: Fix possible console lock involved deadlock
Alan Huang
2025-06-11
bcachefs: Log fsck errors in the journal
Kent Overstreet
2025-06-02
bcachefs: bch_err_throw()
Kent Overstreet
2025-05-31
bcachefs: Use bch2_err_matches() for BCH_ERR_fsck_(fix|ignore)
Kent Overstreet
2025-05-21
bcachefs: bch2_inum_snapshot_to_path()
Kent Overstreet
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass() cleanup
Kent Overstreet
2025-05-21
bcachefs: bch2_fs_emergency_read_only2()
Kent Overstreet
2025-05-21
bcachefs: Rename fsck_running, recovery_running flags
Kent Overstreet
2025-05-21
bcachefs: Run most explicit recovery passes persistent
Kent Overstreet
2025-05-21
bcachefs: bch2_fsck_err_opt()
Kent Overstreet
2025-05-21
bcachefs: print_str_as_lines() -> print_str()
Kent Overstreet
2025-05-21
bcachefs: Simplify bch2_count_fsck_err()
Kent Overstreet
2025-05-21
bcachefs: bch2_run_explicit_recovery_pass_printbuf()
Kent Overstreet
2025-04-28
bcachefs: More informative error message when shutting down due to error
Kent Overstreet
2025-04-20
bcachefs: Error ratelimiting is no longer only during fsck
Kent Overstreet
2025-04-03
bcachefs: use nonblocking variant of print_string_as_lines in error path
Bharadwaj Raju
2025-04-03
bcachefs: Fix scheduling while atomic from logging changes
Kent Overstreet
2025-03-29
bcachefs: Better printing of inconsistency errors
Kent Overstreet
2025-03-29
bcachefs: bch2_count_fsck_err()
Kent Overstreet
2025-03-28
bcachefs: Better helpers for inconsistency errors
Kent Overstreet
2025-03-28
bcachefs: Consistent indentation of multiline fsck errors
Kent Overstreet
2025-03-24
bcachefs: fs-common.c -> namei.c
Kent Overstreet
2025-03-14
bcachefs: Kick devices out after too many write IO errors
Kent Overstreet
2025-03-14
bcachefs: bch2_write_op_error() now prints info about data update
Kent Overstreet
2025-03-14
bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...
Kent Overstreet
2025-03-14
bcachefs: bch2_indirect_extent_missing_error() prints path, not just inode nu...
Kent Overstreet
2024-12-21
bcachefs: Plumb bkey_validate_context to journal_entry_validate
Kent Overstreet
2024-12-21
bcachefs: bkey_fsck_err now respects errors_silent
Kent Overstreet
2024-12-21
bcachefs: bch2_inum_to_path()
Kent Overstreet
2024-12-21
bcachefs: do_fsck_ask_yn()
Kent Overstreet
2024-12-21
bcachefs: Don't error out when logging fsck error
Kent Overstreet
2024-12-21
bcachefs: BCH_FS_recovery_running
Kent Overstreet
2024-12-21
bcachefs: struct bkey_validate_context
Kent Overstreet
2024-12-21
bcachefs: bch2_bucket_do_index(): inconsistent_err -> fsck_err
Kent Overstreet
2024-12-21
bcachefs: Kill FSCK_NEED_FSCK
Kent Overstreet
2024-10-20
bcachefs: Fix __bch2_fsck_err() warning
Kent Overstreet
2024-10-04
bcachefs: Make sure we print error that causes fsck to bail out
Kent Overstreet
2024-10-04
bcachefs: bkey errors are only AUTOFIX during read
Kent Overstreet
2024-09-27
bcachefs: Fix fsck warnings from bkey validation
Kent Overstreet
2024-08-13
bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()
Kent Overstreet
2024-07-14
bcachefs: Unlock trans when waiting for user input in fsck
Kent Overstreet
2024-07-14
bcachefs: twf: convert bch2_stdio_redirect_readline() to darray
Kent Overstreet
2024-07-14
bcachefs: fsck_err() may now take a btree_trans
Kent Overstreet
2024-07-14
bcachefs: add might_sleep() annotations for fsck_err()
Kent Overstreet
2024-06-20
bcachefs: Fix safe errors by default
Kent Overstreet
2024-05-08
bcachefs: allow for custom action in fsck error messages
Kent Overstreet
2024-04-01
bcachefs: On emergency shutdown, print out current journal sequence number
Kent Overstreet
[next]