[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1719501798.git.dsterba@suse.com>
Date: Thu, 27 Jun 2024 17:28:32 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 6.10-rc6
Hi,
a few more fixes. Please pull, thanks.
- fix quota root leak after quota disable failure
- fix condition when checking if a zone can be added as free
- allocate inode in NOFS context during logging or tree-log replay
- handle raid-stripe-tree lookup correctly during scrub
----------------------------------------------------------------
The following changes since commit cebae292e0c32a228e8f2219c270a7237be24a6a:
btrfs: zoned: allocate dummy checksums for zoned NODATASUM writes (2024-06-13 20:43:55 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-rc5-tag
for you to fetch changes up to a7e4c6a3031c74078dba7fa36239d0f4fe476c53:
btrfs: qgroup: fix quota root leak after quota disable failure (2024-06-25 00:35:50 +0200)
----------------------------------------------------------------
Filipe Manana (2):
btrfs: use NOFS context when getting inodes during logging and log replay
btrfs: qgroup: fix quota root leak after quota disable failure
Naohiro Aota (1):
btrfs: zoned: fix initial free space detection
Qu Wenruo (1):
btrfs: scrub: handle RST lookup error correctly
fs/btrfs/free-space-cache.c | 2 +-
fs/btrfs/qgroup.c | 4 ++--
fs/btrfs/scrub.c | 26 +++++++++++++++-----------
fs/btrfs/tree-log.c | 43 ++++++++++++++++++++++++++++---------------
4 files changed, 46 insertions(+), 29 deletions(-)
Powered by blists - more mailing lists