mbox series

[GIT,PULL] Btrfs fixes for 6.11-rc7

Message ID cover.1725472780.git.dsterba@suse.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Btrfs fixes for 6.11-rc7 | expand

Pull-request

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

Message

David Sterba Sept. 4, 2024, 6:11 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Sept. 4, 2024, 6:57 p.m. UTC | #1
The pull request you sent on Wed,  4 Sep 2024 20:11:04 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1263a7bf8a0e77c6cda8f5a40509d99829216a45

Thank you!