[GIT PULL] Btrfs fixes fro 6.18-rc6
From: David Sterba
Date: Tue Nov 11 2025 - 04:27:03 EST
Hi,
please pull a few more fixes, thanks.
- fix new inode name tracking in tree-llog
- fix conventional zone and stripe calculations in zoned mode
- fix bio reference counts on error paths in relocation and scrub
----------------------------------------------------------------
The following changes since commit 3b1a4a59a2086badab391687a6a0b86e03048393:
btrfs: mark dirty extent range for out of bound prealloc extents (2025-10-30 19:18:18 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.18-rc5-tag
for you to fetch changes up to c367af440e03eba7beb0c9f3fe540f9bcb69134a:
btrfs: release root after error in data_reloc_print_warning_inode() (2025-11-05 20:01:12 +0100)
----------------------------------------------------------------
Filipe Manana (1):
btrfs: do not update last_log_commit when logging inode due to a new name
Naohiro Aota (2):
btrfs: zoned: fix conventional zone capacity calculation
btrfs: zoned: fix stripe width calculation
Zilin Guan (2):
btrfs: scrub: put bio after errors in scrub_raid56_parity_stripe()
btrfs: release root after error in data_reloc_print_warning_inode()
fs/btrfs/inode.c | 4 +++-
fs/btrfs/scrub.c | 2 ++
fs/btrfs/tree-log.c | 2 +-
fs/btrfs/zoned.c | 60 +++++++++++++++++++++++++----------------------------
4 files changed, 34 insertions(+), 34 deletions(-)