* [GIT PULL] Btrfs fixes for 6.14-rc5
@ 2025-02-25 16:12 David Sterba
2025-02-25 17:52 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2025-02-25 16:12 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull a few more fixes. Thanks.
- extent map shrinker fixes
- fix potential use after free accessing an inode to reach fs_info,
the shrinker could do iput() in the meantime
- skip unnecessary scanning of inodes without extent maps
- do direct iput(), no need for indirection via workqueue
- in block < page mode, fix race when extending i_size in buffered mode
- fix minor memory leak in selftests
- print descriptive error message when seeding device is not found
----------------------------------------------------------------
The following changes since commit da2dccd7451de62b175fb8f0808d644959e964c7:
btrfs: fix hole expansion when writing at an offset beyond EOF (2025-02-11 23:09:03 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc4-tag
for you to fetch changes up to efa11fd269c139e29b71ec21bc9c9c0063fde40d:
btrfs: fix data overwriting bug during buffered write when block size < page size (2025-02-21 09:32:24 +0100)
----------------------------------------------------------------
David Disseldorp (1):
btrfs: selftests: fix btrfs_test_delayed_refs() leak of transaction
Filipe Manana (3):
btrfs: fix use-after-free on inode when scanning root during em shrinking
btrfs: skip inodes without loaded extent maps when shrinking extent maps
btrfs: do regular iput instead of delayed iput during extent map shrinking
Qu Wenruo (2):
btrfs: output an error message if btrfs failed to find the seed fsid
btrfs: fix data overwriting bug during buffered write when block size < page size
fs/btrfs/extent_map.c | 83 ++++++++++++++++++++++++++-----------
fs/btrfs/file.c | 9 +++-
fs/btrfs/tests/delayed-refs-tests.c | 1 +
fs/btrfs/volumes.c | 6 ++-
4 files changed, 73 insertions(+), 26 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Btrfs fixes for 6.14-rc5
2025-02-25 16:12 [GIT PULL] Btrfs fixes for 6.14-rc5 David Sterba
@ 2025-02-25 17:52 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-02-25 17:52 UTC (permalink / raw)
To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel
The pull request you sent on Tue, 25 Feb 2025 17:12:34 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.14-rc4-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cc8a0934d099b8153fc880a3588eec4791a7bccb
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-25 17:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 16:12 [GIT PULL] Btrfs fixes for 6.14-rc5 David Sterba
2025-02-25 17:52 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.