Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Jun 2024 17:26:16 +0000 (10:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Jun 2024 17:26:16 +0000 (10:26 -0700)
commit66e55ff12e7391549c4a85a7a96471dcf891cb03
treeecb769dd3cba7162473a1276288d5d0e93e6ebfb
parentfd19d4a492af77b1e8fb0439781a3048d1d1f554
parenta7e4c6a3031c74078dba7fa36239d0f4fe476c53
Merge tag 'for-6.10-rc5-tag' of git://git./linux/kernel/git/kdave/linux

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
fs/btrfs/free-space-cache.c