[GIT PULL] bcachefs fixes for 6.15-rc3
From: Kent Overstreet
Date: Thu Apr 17 2025 - 16:21:08 EST
6.15 is looking good here.
The following changes since commit 55fd97fbc4744a43fb2d134908e481266cf33bda:
bcachefs: Use sort_nonatomic() instead of sort() (2025-04-06 19:33:53 -0400)
are available in the Git repository at:
git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-04-17
for you to fetch changes up to 261592ba06aa44001ab95fd47bafa4225bab25cf:
bcachefs: Fix snapshotting a subvolume, then renaming it (2025-04-17 14:17:16 -0400)
----------------------------------------------------------------
bcachefs fixes for 6.15-rc3
Usual set of small fixes/logging improvements.
One bigger user reported fix, for inode <-> dirent inconsistencies
reported in fsck, after moving a subvolume that had been snapshotted.
----------------------------------------------------------------
Alan Huang (1):
bcachefs: Add missing error handling
Gabriel Shahrouzi (1):
bcachefs: Prevent granting write refs when filesystem is read-only
Kent Overstreet (9):
bcachefs: Don't print data read retry success on non-errors
bcachefs: fix bch2_dev_usage_full_read_fast()
bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIX
bcachefs: Silence extent_poisoned error messages
bcachefs: Print version_incompat_allowed on startup
bcachefs: Log message when incompat version requested but not enabled
bcachefs: snapshot_node_missing is now autofix
bcachefs: Add missing READ_ONCE() for metadata replicas
bcachefs: Fix snapshotting a subvolume, then renaming it
fs/bcachefs/bcachefs.h | 2 ++
fs/bcachefs/btree_update_interior.c | 2 +-
fs/bcachefs/buckets.c | 3 ++-
fs/bcachefs/buckets.h | 5 -----
fs/bcachefs/errcode.h | 2 +-
fs/bcachefs/extents.c | 2 +-
fs/bcachefs/fs-ioctl.c | 2 +-
fs/bcachefs/fsck.c | 44 ++++++++++++++++++++++++++++++++++++-
fs/bcachefs/io_read.c | 24 ++++++++++++--------
fs/bcachefs/recovery.c | 5 ++++-
fs/bcachefs/sb-errors_format.h | 4 ++--
fs/bcachefs/super-io.c | 20 +++++++++++++++--
fs/bcachefs/super.c | 9 +++++++-
13 files changed, 98 insertions(+), 26 deletions(-)