Commit 3b5f4b83c4ab for kernel

commit 3b5f4b83c4abc0c9b0a7b9e2b44e816611b7f2ec
Merge: 62cc90241548 c4c0673e4cb1
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Jul 28 08:13:45 2026 -0700

    Merge tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

    Pull btrfs fixes from David Sterba:
     "Zoned mode:
       - fix assertion and handle case of finished zone and truncated extent
       - fix zone metadata write pointer on actual zone reset
       - fix deadlock caused metadata writeback and transaction commit
       - fix return value reuse leading to confusion about chunk
         reservations

      raid56 scrub:
       - fix tracking of sector checksums when there are not checksums found
       - fix inverted logic when submitting parity read bio

      mount/remount fixes:
       - fix leaking 'remount in progress' state which can break other
         operations to work (qgroup rescan, autodefrag, reclaim)
       - adjust using global block reserve after read-only mount when using
         rescue= option
       - handle missing raid stripe tree when mounted with 'ignorebadroots'

      Misc:
       - fix -Wmaybe-uninitialized warning in GET_CSUMS ioctl"

    * tag 'for-7.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
      btrfs: raid56: fix scrub read assembly submitting no reads
      btrfs: zoned: skip fully truncated ordered extents at zone finish
      btrfs: initialize 'args' to avoid compiler warning in btrfs_ioctl_get_csums()
      btrfs: zoned: fix missing chunk metadata reservation
      btrfs: raid56: fix an incorrect csum skip during scrub
      btrfs: report missing raid stripe tree root during lookup
      btrfs: skip global block reserve accounting for rescue mounts
      btrfs: zoned: reset meta_write_pointer on zone reset
      btrfs: zoned: fix deadlock between metadata writeback and transaction commit
      btrfs: fix leaking BTRFS_FS_STATE_REMOUNTING flag