All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fixes for 6.3-rc5
@ 2023-04-02 17:34 David Sterba
  2023-04-02 18:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2023-04-02 17:34 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel

Hi,

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

- scan block devices in non-exclusive mode to avoid temporary mkfs
  failures

- fix race between quota disable and quota assign ioctls

- fix deadlock when aborting transaction during relocation with scrub

- ignore fiemap path cache when there are multiple paths for a node

----------------------------------------------------------------
The following changes since commit e15acc25880cf048dba9df94d76ed7e7e10040e6:

  btrfs: zoned: drop space_info->active_total_bytes (2023-03-15 20:51:07 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.3-rc4-tag

for you to fetch changes up to 2280d425ba3599bdd85c41bd0ec8ba568f00c032:

  btrfs: ignore fiemap path cache when there are multiple paths for a node (2023-03-29 01:16:23 +0200)

----------------------------------------------------------------
Anand Jain (1):
      btrfs: scan device in non-exclusive mode

Filipe Manana (3):
      btrfs: fix race between quota disable and quota assign ioctls
      btrfs: fix deadlock when aborting transaction during relocation with scrub
      btrfs: ignore fiemap path cache when there are multiple paths for a node

 fs/btrfs/backref.c     | 85 +++++++++++++++++++++++++++++++++++++-------------
 fs/btrfs/ioctl.c       |  2 ++
 fs/btrfs/qgroup.c      | 11 ++++++-
 fs/btrfs/transaction.c | 15 ++++++++-
 fs/btrfs/volumes.c     | 20 ++++++++++--
 5 files changed, 107 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2023-04-02 18:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-02 17:34 [GIT PULL] Btrfs fixes for 6.3-rc5 David Sterba
2023-04-02 18:02 ` 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.