Commit 9e99c1accb1d for kernel

commit 9e99c1accb1df0b07e409ce21f15fa4e8ddca28f
Merge: 399537bea39b 261592ba06aa
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Apr 17 15:08:29 2025 -0700

    Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefs

    Pull bcachefs fixes from Kent Overstreet:
     "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"

    * tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefs:
      bcachefs: Fix snapshotting a subvolume, then renaming it
      bcachefs: Add missing READ_ONCE() for metadata replicas
      bcachefs: snapshot_node_missing is now autofix
      bcachefs: Log message when incompat version requested but not enabled
      bcachefs: Print version_incompat_allowed on startup
      bcachefs: Silence extent_poisoned error messages
      bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIX
      bcachefs: fix bch2_dev_usage_full_read_fast()
      bcachefs: Don't print data read retry success on non-errors
      bcachefs: Add missing error handling
      bcachefs: Prevent granting write refs when filesystem is read-only