]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Dec 2024 22:17:21 +0000 (14:17 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 18 Dec 2024 22:17:21 +0000 (14:17 -0800)
commiteabcdba3ad4098460a376538df2ae36500223c1e
treeb861756439a51342f5d261773f3b049b99992840
parentb69810f38cb01fbc958190de43f1a02247f56a9c
parentdfb92681a19e1d5172420baa242806414b3eff6f
Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - 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

* tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: tree-checker: reject inline extent items with 0 ref count
  btrfs: split bios to the fs sector size boundary
  btrfs: use bio_is_zone_append() in the completion handler
  btrfs: fix improper generation check in snapshot delete
fs/btrfs/bio.c
fs/btrfs/extent-tree.c