* [GIT PULL] Btrfs fixes for 6.12-rc6
@ 2024-11-01 15:33 David Sterba
2024-11-01 17:35 ` Linus Torvalds
2024-11-01 17:48 ` pr-tracker-bot
0 siblings, 2 replies; 3+ messages in thread
From: David Sterba @ 2024-11-01 15:33 UTC (permalink / raw)
To: torvalds; +Cc: David Sterba, linux-btrfs, linux-kernel
Hi,
please pull a few more stability fixes. There's one patch adding export
of MIPS cmpxchg helper, used in the error propagation fix.
- fix error propagation from split bios to the original btrfs bio
- fix merging of adjacent extents (normal operation, defragmentation)
- fix potential use after free after freeing btrfs device structures
----------------------------------------------------------------
The following changes since commit 75f49c3dc7b7423d3734f2e4dabe3dac8d064338:
btrfs: fix passing 0 to ERR_PTR in btrfs_search_dir_index_item() (2024-10-22 16:10:55 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc5-tag
for you to fetch changes up to 77b0d113eec49a7390ff1a08ca1923e89f5f86c6:
btrfs: fix defrag not merging contiguous extents due to merged extent maps (2024-10-31 16:46:41 +0100)
----------------------------------------------------------------
David Sterba (1):
MIPS: export __cmpxchg_small()
Filipe Manana (2):
btrfs: fix extent map merging not happening for adjacent extents
btrfs: fix defrag not merging contiguous extents due to merged extent maps
Naohiro Aota (1):
btrfs: fix error propagation of split bios
Zhihao Cheng (1):
btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()
arch/mips/kernel/cmpxchg.c | 1 +
fs/btrfs/bio.c | 37 +++++++++++++------------------------
fs/btrfs/bio.h | 3 +++
fs/btrfs/defrag.c | 10 +++++-----
fs/btrfs/extent_map.c | 7 ++++++-
fs/btrfs/volumes.c | 1 +
6 files changed, 29 insertions(+), 30 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Btrfs fixes for 6.12-rc6
2024-11-01 15:33 [GIT PULL] Btrfs fixes for 6.12-rc6 David Sterba
@ 2024-11-01 17:35 ` Linus Torvalds
2024-11-01 17:48 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2024-11-01 17:35 UTC (permalink / raw)
To: David Sterba; +Cc: linux-btrfs, linux-kernel
On Fri, 1 Nov 2024 at 05:33, David Sterba <dsterba@suse.com> wrote:
>
> There's one patch adding export of MIPS cmpxchg helper,
> used in the error propagation fix.
Funky. I guess you're the first modular user of the new byte cmpxchg machinery.
Pulled,
Linus
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Btrfs fixes for 6.12-rc6
2024-11-01 15:33 [GIT PULL] Btrfs fixes for 6.12-rc6 David Sterba
2024-11-01 17:35 ` Linus Torvalds
@ 2024-11-01 17:48 ` pr-tracker-bot
1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2024-11-01 17:48 UTC (permalink / raw)
To: David Sterba; +Cc: torvalds, David Sterba, linux-btrfs, linux-kernel
The pull request you sent on Fri, 1 Nov 2024 16:33:19 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.12-rc5-tag
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6b4926494ed872803bb0b3c59440ac25c35c9869
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-01 17:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-01 15:33 [GIT PULL] Btrfs fixes for 6.12-rc6 David Sterba
2024-11-01 17:35 ` Linus Torvalds
2024-11-01 17:48 ` 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.