[GIT PULL] bcachefs fixes for 6.11-rc6
From: Kent Overstreet
Date: Sat Aug 31 2024 - 22:44:27 EST
Hi Linus, just a couple small ones.
the data corruption in the buffered write path is troubling; inode lock
should not have been able to cause that...
Cheers,
Kent
The following changes since commit 49aa7830396bce33b00fa7ee734c35de36521138:
bcachefs: Fix rebalance_work accounting (2024-08-24 10:16:21 -0400)
are available in the Git repository at:
git://evilpiepirate.org/bcachefs.git tags/bcachefs-2024-08-21
for you to fetch changes up to 3d3020c461936009dc58702e267ff67b0076cbf2:
bcachefs: Mark more errors as autofix (2024-08-31 19:27:01 -0400)
----------------------------------------------------------------
bcachefs fixes for 6.11-rc6
- Fix a rare data corruption in the rebalance path, caught as a nonce
inconsistency on encrypted filesystems
- Revert lockless buffered write path
- Mark more errors as autofix
----------------------------------------------------------------
Kent Overstreet (4):
bcachefs: Fix failure to return error in data_update_index_update()
bcachefs: Fix bch2_extents_match() false positive
bcachefs: Revert lockless buffered IO path
bcachefs: Mark more errors as autofix
fs/bcachefs/data_update.c | 1 +
fs/bcachefs/errcode.h | 1 -
fs/bcachefs/extents.c | 23 ++++++-
fs/bcachefs/fs-io-buffered.c | 149 +++++++++++------------------------------
fs/bcachefs/sb-errors_format.h | 10 +--
5 files changed, 68 insertions(+), 116 deletions(-)