Commit 73082fbdb10a for kernel

commit 73082fbdb10aba317e8469f51e3411814f2e65b4
Merge: d762a96e3dc2 82323b1a7088
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Mon Apr 27 16:35:44 2026 -0700

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

    Pull btrfs fixes from David Sterba:

     - space reservation fixes:
         - correctly undo 'may_use' accounting for remap tree
         - avoid double decrement of 'may_use' when submitting async io

     - actually enable the shutdown ioctl callback (not just the superblock
       ops)

     - raid stripe tree fixes when deleting extents
         - add missing error handling
         - fix various incorrect values set

     - fix transaction state when removing a directory, possibly leading to
       EIO during log replay

     - additional b-tree node key checks during metadata readahead

     - error handling and transaction abort updates

    * tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
      btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
      btrfs: check return value of btrfs_partially_delete_raid_extent()
      btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
      btrfs: replace ASSERT with proper error handling in stripe lookup fallback
      btrfs: fix wrong min_objectid in btrfs_previous_item() call
      btrfs: fix raid stripe search missing entries at leaf boundaries
      btrfs: copy devid in btrfs_partially_delete_raid_extent()
      btrfs: handle unexpected free-space-tree key types
      btrfs: fix missing last_unlink_trans update when removing a directory
      btrfs: don't clobber errors in add_remap_tree_entries()
      btrfs: enable shutdown ioctl for non-experimental builds
      btrfs: apply first key check for readahead when possible
      btrfs: abort transaction in do_remap_reloc_trans() on failure
      btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
      btrfs: fix bytes_may_use leak in move_existing_remap()