All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.17-rc6
@ 2025-09-11  5:37 David Sterba
  2025-09-11 15:53 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2025-09-11  5:37 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

please pull a few more fixes for btrfs. Thanks.

- 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

----------------------------------------------------------------
The following changes since commit 986bf6ed44dff7fbae7b43a0882757ee7f5ba21b:

  btrfs: avoid load/store tearing races when checking if an inode was logged (2025-08-22 00:58:55 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.17-rc5-tag

for you to fetch changes up to 3d1267475b94b3df7a61e4ea6788c7c5d9e473c4:

  btrfs: don't allow adding block device of less than 1 MB (2025-09-05 19:52:10 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: fix squota compressed stats leak

Calvin Owens (1):
      btrfs: accept and ignore compression level for lzo

Josef Bacik (1):
      MAINTAINERS: update btrfs entry

Mark Harmstone (1):
      btrfs: don't allow adding block device of less than 1 MB

Omar Sandoval (1):
      btrfs: fix subvolume deletion lockup caused by inodes xarray race

Qu Wenruo (1):
      btrfs: fix corruption reading compressed range when block size is smaller than page size

 MAINTAINERS          |  1 -
 fs/btrfs/extent_io.c | 40 ++++++++++++++++++++++++++++++----------
 fs/btrfs/inode.c     | 12 +++++++++++-
 fs/btrfs/qgroup.c    |  6 ++++--
 fs/btrfs/super.c     |  9 ++++++---
 fs/btrfs/volumes.c   |  5 +++++
 6 files changed, 56 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-11 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-11  5:37 [GIT PULL] Btrfs fixes for 6.17-rc6 David Sterba
2025-09-11 15:53 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.