[GIT PULL] Btrfs fixes for 6.13-rc4

From: David Sterba
Date: Wed Dec 18 2024 - 12:50:49 EST


Hi,

a few more fixes. This is based on 6.13-rc1 as it needs
exported bio_is_zone_append() (commit 0ef2b9e698dbf9ba78f).

Please pull, thanks.

- tree-checker catches invalid number of inline extent references

- zoned mode fixes:
- enhance zone append IO command so it also detects emulated writes
- handle bio splitting at sectorsize boundary

- when deleting a snapshot, fix a condition for visiting nodes in reloc
trees

----------------------------------------------------------------
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.13-rc3-tag

for you to fetch changes up to dfb92681a19e1d5172420baa242806414b3eff6f:

btrfs: tree-checker: reject inline extent items with 0 ref count (2024-12-17 19:54:32 +0100)

----------------------------------------------------------------
Christoph Hellwig (2):
btrfs: use bio_is_zone_append() in the completion handler
btrfs: split bios to the fs sector size boundary

Josef Bacik (1):
btrfs: fix improper generation check in snapshot delete

Qu Wenruo (1):
btrfs: tree-checker: reject inline extent items with 0 ref count

fs/btrfs/bio.c | 16 +++++++++++-----
fs/btrfs/ctree.h | 19 +++++++++++++++++++
fs/btrfs/extent-tree.c | 6 +++---
fs/btrfs/tree-checker.c | 27 ++++++++++++++++++++++++++-
4 files changed, 59 insertions(+), 9 deletions(-)