]> git.ipfire.org Git - thirdparty/linux.git/commit
bcachefs: bch2_write_op_error() now prints info about data update
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 10 Feb 2025 22:04:08 +0000 (17:04 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:14 +0000 (21:02 -0400)
commit1ccbcd320577271c85d9a5bfbdd3394cb9baadb3
tree44450a7787571ff40b316edf16398047ba6ae092
parent3faa4647a0c3fd0e27e966a8c72ab9863014d518
bcachefs: bch2_write_op_error() now prints info about data update

A user has been seeing the "error verifying existing checksum while
rewriting existing data (memory corruption?)" error.

This generally indicates a hardware issue (and that may be the case
here), but it might also indicate a bug, in which case we need more
information to look for patterns.

Reported-by: Roland Vet <vet.roland@protonmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/compress.c
fs/bcachefs/error.c
fs/bcachefs/error.h
fs/bcachefs/io_write.c
fs/bcachefs/io_write.h