mbox series

[GIT,PULL] Btrfs fixes for 6.10-rc6

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

Pull-request

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

Message

David Sterba June 27, 2024, 3:28 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 27, 2024, 5:34 p.m. UTC | #1
The pull request you sent on Thu, 27 Jun 2024 17:28:32 +0200:

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

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

Thank you!