Commit e829083bc46d for kernel
commit e829083bc46d3d79b9aade758c350ec12342c9bd
Merge: 8dfce8991b95 0d0f1314e8f8
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Thu Jan 29 09:07:17 2026 -0800
Merge tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Pull btrfs fixes from David Sterba:
- fix leaked folio refcount on s390x when using hw zlib compression
acceleration
- remove own threshold from ->writepages() which could collide with
cgroup limits and lead to a deadlock when metadadata are not written
because the amount is under the internal limit
* tag 'for-6.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
btrfs: zlib: fix the folio leak on S390 hardware acceleration
btrfs: do not strictly require dirty metadata threshold for metadata writepages