[GIT PULL] Btrfs fixes for 6.12-rc3
From: David Sterba
Date: Thu Oct 10 2024 - 11:06:56 EST
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(-)