[GIT PULL] Btrfs fixes for 6.3-rc5

From: David Sterba
Date: Sun Apr 02 2023 - 13:40:39 EST


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(-)