mbox series

[GIT,PULL] Btrfs fixes for 6.13-rc4

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

Pull-request

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

Message

David Sterba Dec. 18, 2024, 5:49 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Dec. 18, 2024, 10:20 p.m. UTC | #1
The pull request you sent on Wed, 18 Dec 2024 18:49:53 +0100:

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

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

Thank you!