From: Linus Torvalds Date: Thu, 2 May 2024 17:49:12 +0000 (-0700) Subject: Merge tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave... X-Git-Tag: v6.9-rc7~20 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f03359bca01bf4372cf2c118cd9a987a5951b1c8;p=linux-block.git Merge tag 'for-6.9-rc6-tag' of git://git./linux/kernel/git/kdave/linux Pull btrfs fixes from David Sterba: - set correct ram_bytes when splitting ordered extent. This can be inconsistent on-disk but harmless as it's not used for calculations and it's only advisory for compression - fix lockdep splat when taking cleaner mutex in qgroups disable ioctl - fix missing mutex unlock on error path when looking up sys chunk for relocation * tag 'for-6.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: btrfs: set correct ram_bytes when splitting ordered extent btrfs: take the cleaner_mutex earlier in qgroup disable btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks() --- f03359bca01bf4372cf2c118cd9a987a5951b1c8