mbox series

[GIT,PULL] Btrfs fixes for 6.12-rc3

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc2-tag

Message

David Sterba Oct. 10, 2024, 3:01 p.m. UTC
Hi,

please pull a few more fixes, thanks.

- update fstrim loop and add more cancellation points, fix reported
  delayed or blocked suspend if there's a huge chunk queued

- fix error handling in recent qgroup xarray conversion

- in zoned mode, fix warning printing device path without RCU protection

- again fix invalid extent xarray state (6252690f7e1b), lost due to
  refactoring

----------------------------------------------------------------
The following changes since commit d6e7ac65d4c106149d08a0ffba39fc516ae3d21b:

  btrfs: disable rate limiting when debug enabled (2024-10-01 19:29:41 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc2-tag

for you to fetch changes up to e761be2a0744086fc4793a4870d4b5746b7fe8cd:

  btrfs: fix clear_dirty and writeback ordering in submit_one_sector() (2024-10-09 13:23:51 +0200)

----------------------------------------------------------------
Filipe Manana (2):
      btrfs: fix missing error handling when adding delayed ref with qgroups enabled
      btrfs: zoned: fix missing RCU locking in error message when loading zone info

Luca Stefani (2):
      btrfs: split remaining space to discard in chunks
      btrfs: add cancellation points to trim loops

Naohiro Aota (1):
      btrfs: fix clear_dirty and writeback ordering in submit_one_sector()

 fs/btrfs/delayed-ref.c      | 42 +++++++++++++++++++++++++++++++++---------
 fs/btrfs/extent-tree.c      | 26 +++++++++++++++++++++-----
 fs/btrfs/extent_io.c        | 14 +++++++-------
 fs/btrfs/free-space-cache.c |  4 ++--
 fs/btrfs/free-space-cache.h |  6 ++++++
 fs/btrfs/volumes.h          |  6 ++++++
 fs/btrfs/zoned.c            |  2 +-
 7 files changed, 76 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 10, 2024, 5:30 p.m. UTC | #1
The pull request you sent on Thu, 10 Oct 2024 17:01:57 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc2-tag

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

Thank you!