* [GIT PULL] Btrfs fixes for 6.18-rc3
@ 2025-10-23 7:16 David Sterba
2025-10-23 17:03 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2025-10-23 7:16 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull a few btrfs fixes. Thanks.
- 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
----------------------------------------------------------------
The following changes since commit 8aec9dbf2db2e958de5bd20e23b8fbb8f2aa1fa6:
btrfs: send: fix -Wflex-array-member-not-at-end warning in struct send_ctx (2025-10-13 22:36:38 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.18-rc2-tag
for you to fetch changes up to ada7d45b568abe4f1fd9c53d66e05fbea300674b:
btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree() (2025-10-22 09:40:07 +0200)
----------------------------------------------------------------
Amit Dhingra (1):
btrfs: ref-verify: fix IS_ERR() vs NULL check in btrfs_build_ref_tree()
Dewei Meng (1):
btrfs: directly free partially initialized fs_info in btrfs_check_leaked_roots()
Leo Martins (1):
btrfs: fix delayed_node ref_tracker use after free
Ting-Chang Hou (1):
btrfs: send: fix duplicated rmdir operations when using extrefs
fs/btrfs/delayed-inode.c | 2 +-
fs/btrfs/delayed-inode.h | 7 ++++++
fs/btrfs/ref-verify.c | 2 +-
fs/btrfs/send.c | 56 +++++++++++++++++++++++++++++++++++++++++-------
fs/btrfs/super.c | 8 ++++++-
5 files changed, 64 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-23 17:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-23 7:16 [GIT PULL] Btrfs fixes for 6.18-rc3 David Sterba
2025-10-23 17:03 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox