mbox series

[GIT,PULL] Btrfs fix for 6.10-rc7

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

Pull-request

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

Message

David Sterba July 1, 2024, 5:36 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 1, 2024, 8:16 p.m. UTC | #1
The pull request you sent on Mon,  1 Jul 2024 19:36:54 +0200:

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

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

Thank you!