Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Sep 2025 15:01:18 +0000 (08:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Sep 2025 15:01:18 +0000 (08:01 -0700)
commitb10c31b70bf00ba4688c4b364691640a92b7f4bf
tree38b4cd8bc0c24f5df8f51fb7c2c2d6551b850c05
parent02ffd6f89c50ca0bff0c4578949ff99e70451757
parent3d1267475b94b3df7a61e4ea6788c7c5d9e473c4
Merge tag 'for-6.17-rc5-tag' of git://git./linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - fix delayed inode tracking in xarray, eviction can race with
   insertion and leave behind a disconnected inode

 - on systems with large page (64K) and small block size (4K) fix
   compression read that can return partially filled folio

 - slightly relax compression option format for backward compatibility,
   allow to specify level for LZO although there's only one

 - fix simple quota accounting of compressed extents

 - validate minimum device size in 'device add'

 - update maintainers' entry

* tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: don't allow adding block device of less than 1 MB
  MAINTAINERS: update btrfs entry
  btrfs: fix subvolume deletion lockup caused by inodes xarray race
  btrfs: fix corruption reading compressed range when block size is smaller than page size
  btrfs: accept and ignore compression level for lzo
  btrfs: fix squota compressed stats leak
MAINTAINERS
fs/btrfs/super.c