]> Gentwo Git Trees - linux/.git/commit
Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2025 16:44:43 +0000 (06:44 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2025 16:44:43 +0000 (06:44 -1000)
commit942048d46abac01e1219c5833701ff5b0cb52e7f
tree9b5006e35651d2c8f203f9afe1a6e1f00846305b
parent43e9ad0c55a369ecc84a4788d06a8a6bfa634f1c
parentada7d45b568abe4f1fd9c53d66e05fbea300674b
Merge tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - in send, fix duplicated rmdir operations when using extrefs
   (hardlinks), receive can fail with ENOENT

 - fixup of error check when reading extent root in ref-verify and
   damaged roots are allowed by mount option (found by smatch)

 - fix freeing partially initialized fs info (found by syzkaller)

 - fix use-after-free when printing ref_tracking status of delayed
   inodes

* tag 'for-6.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux:
  btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()
  btrfs: fix delayed_node ref_tracker use after free
  btrfs: send: fix duplicated rmdir operations when using extrefs
  btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()