public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.11-rc7
@ 2024-09-04 18:11 David Sterba
  2024-09-04 18:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2024-09-04 18:11 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

a few more fixes, for stable trees.  Please pull, thanks.

- followup fix for direct io and fsync under some conditions, reported
  by QEMU users

- fix a potential leak when disabling quotas while some extent tracking
  work can still happen

- in zoned mode handle unexpected change of zone write pointer in
  RAID1-like block groups, turn the zones to read-only

----------------------------------------------------------------
The following changes since commit ecb54277cb63c273e8d74272e5b9bfd80c2185d9:

  btrfs: fix uninitialized return value from btrfs_reclaim_sweep() (2024-08-27 16:42:09 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.11-rc6-tag

for you to fetch changes up to cd9253c23aedd61eb5ff11f37a36247cd46faf86:

  btrfs: fix race between direct IO write and fsync when using same fd (2024-09-03 20:29:55 +0200)

----------------------------------------------------------------
Fedor Pchelkin (1):
      btrfs: qgroup: don't use extent changeset when not needed

Filipe Manana (1):
      btrfs: fix race between direct IO write and fsync when using same fd

Naohiro Aota (1):
      btrfs: zoned: handle broken write pointer on zones

 fs/btrfs/ctree.h       |  1 -
 fs/btrfs/direct-io.c   | 16 +++-------------
 fs/btrfs/file.c        |  9 +++++++--
 fs/btrfs/qgroup.c      |  3 +--
 fs/btrfs/transaction.h |  6 ++++++
 fs/btrfs/zoned.c       | 30 +++++++++++++++++++++++++-----
 6 files changed, 42 insertions(+), 23 deletions(-)

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

end of thread, other threads:[~2024-09-04 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-04 18:11 [GIT PULL] Btrfs fixes for 6.11-rc7 David Sterba
2024-09-04 18:57 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox