[GIT PULL] Btrfs fix for 6.10-rc7
From: David Sterba
Date: Mon Jul 01 2024 - 13:37:26 EST
Hi,
please pull the following branch. It contains a fixup for a recent fix
that prevents an infinite loop during block group reclaim.
Unfortunately it introduced an unsafe way of updating block group list
and could race with relocation. This could be hit on fast devices when
relocation/balance does not have enough space.
Thanks.
----------------------------------------------------------------
The following changes since commit a7e4c6a3031c74078dba7fa36239d0f4fe476c53:
btrfs: qgroup: fix quota root leak after quota disable failure (2024-06-25 00:35:50 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-rc6-tag
for you to fetch changes up to 48f091fd50b2eb33ae5eaea9ed3c4f81603acf38:
btrfs: fix adding block group to a reclaim list and the unused list during reclaim (2024-07-01 17:33:15 +0200)
----------------------------------------------------------------
Naohiro Aota (1):
btrfs: fix adding block group to a reclaim list and the unused list during reclaim
fs/btrfs/block-group.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)