[GIT PULL] Btrfs fixes for 7.3-rc2
From: David Sterba
Date: Sat Sep 05 2026 - 12:26:51 EST
Hi,
please pull the following fixes and updates. Thanks.
- preserve inode compression level when changing attributes
- fix lost wakeup when waiting for a zstd workspace
- fix bio context leaks after ordered extent processing errors
- in send, handle unexpected extents for non-regular inodes
- handle edge case in creation of reloc tree with enabled quotas
- in scrub report the exact failing offset, not the stripe base
- error handling fixes
- error code propagation in send, zoned mode and raid-stripe-tree
- restore active device pointer after seeding device addition error
- transaction abort fixups
- update Chris' email address
----------------------------------------------------------------
The following changes since commit 4096e2a06f43fae209d6472d395f3219e02ab2e6:
btrfs: skip hole detection during full fsync for files without holes (2026-08-07 19:17:19 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-7.3-rc1-tag
for you to fetch changes up to 6a7a45b1d94799a5eb8e6d26e65cf31a3fcda9e5:
MAINTAINERS: update Chris Mason's email address (2026-09-02 22:19:30 +0200)
----------------------------------------------------------------
Avi Weiss (1):
btrfs: send: fix lost error return value in will_overwrite_ref()
Chris Mason (1):
MAINTAINERS: update Chris Mason's email address
FAN YE (1):
btrfs: zstd: fix lost wakeup when waiting for a workspace
Guanghui Yang (3):
btrfs: clean up target device if block group marking fails
btrfs: detach failed sprout device from transaction update list
btrfs: restore active device pointers after failed sprout
James C. Owens (1):
btrfs: scrub: report the failing sector's address, not the stripe base
Johannes Thumshirn (2):
btrfs: zoned: finish active block group cleanup if call_zone_finish() fails
btrfs: zoned: propagate do_zone_finish() error in btrfs_zone_finish_endio()
Leo Martins (1):
btrfs: abort transaction before releasing tree_log_mutex on commit failure
Qu Wenruo (4):
btrfs: fix the possible bioc_list memory leak during error
btrfs: return proper negative error code for update_raid_extent_item()
btrfs: do not force reloc root creation during qgroup_account_snapshot()
btrfs: tests: do not touch page cache if root/inode allocation failed
Sam Ho (1):
btrfs: preserve the compression property when other inode flags change
Shuangpeng Bai (1):
btrfs: fix transaction use-after-free in raid stripe insertion
ZhengYuan Huang (1):
btrfs: send: reject extents for non-regular inodes
MAINTAINERS | 2 +-
fs/btrfs/dev-replace.c | 2 +-
fs/btrfs/inode.c | 3 +++
fs/btrfs/ioctl.c | 21 ++++++++++++++++++---
fs/btrfs/raid-stripe-tree.c | 25 ++++++++++++++++---------
fs/btrfs/raid-stripe-tree.h | 1 +
fs/btrfs/scrub.c | 24 ++++++++++++++----------
fs/btrfs/send.c | 9 ++++++++-
fs/btrfs/tests/extent-io-tests.c | 5 +++--
fs/btrfs/transaction.c | 19 ++++++++++++++++++-
fs/btrfs/volumes.c | 4 ++++
fs/btrfs/zoned.c | 16 +++++++---------
fs/btrfs/zstd.c | 11 ++++++++++-
13 files changed, 104 insertions(+), 38 deletions(-)