Pull btrfs fixes from David Sterba:
 - fix quota root leak after quota disable failure
 - fix condition when checking if a zone can be added as free
 - allocate inode in NOFS context during logging or tree-log replay
 - handle raid-stripe-tree lookup correctly during scrub
* tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: qgroup: fix quota root leak after quota disable failure
  btrfs: scrub: handle RST lookup error correctly
  btrfs: zoned: fix initial free space detection
  btrfs: use NOFS context when getting inodes during logging and log replay