* [GIT PULL] zonefs fixes for 6.5-rc6
@ 2023-08-11 23:48 Damien Le Moal
2023-08-12 2:56 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Damien Le Moal @ 2023-08-11 23:48 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-fsdevel
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Linus,
The following changes since commit 52a93d39b17dc7eb98b6aa3edb93943248e03b2f:
Linux 6.5-rc5 (2023-08-06 15:07:51 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-6.5-rc6
for you to fetch changes up to fe9da61ffccad80ae79fadad836971acf0d465bd:
zonefs: fix synchronous direct writes to sequential files (2023-08-10 12:59:47 +0900)
----------------------------------------------------------------
zonefs fixes for 6.5-rc6
- The switch to using iomap for executing direct synchronous write to
sequential files using zone append BIO overlooked cases where the BIO
built by iomap is too large and needs splitting, which is not allowed
with zone append. Fix this by using regular write commands instead.
The use of zone append commands will be reintroduces later with
proper support from iomap.
----------------------------------------------------------------
Damien Le Moal (1):
zonefs: fix synchronous direct writes to sequential files
fs/zonefs/file.c | 111 ++---------------------------------------------------
fs/zonefs/super.c | 9 +----
fs/zonefs/zonefs.h | 2 -
3 files changed, 4 insertions(+), 118 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] zonefs fixes for 6.5-rc6
2023-08-11 23:48 [GIT PULL] zonefs fixes for 6.5-rc6 Damien Le Moal
@ 2023-08-12 2:56 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-12 2:56 UTC (permalink / raw)
To: Damien Le Moal; +Cc: Linus Torvalds, linux-fsdevel
The pull request you sent on Sat, 12 Aug 2023 08:48:50 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-6.5-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0725a70411bd836231c3e78090ac47cac51246b1
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:[~2023-08-12 2:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 23:48 [GIT PULL] zonefs fixes for 6.5-rc6 Damien Le Moal
2023-08-12 2:56 ` 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;
as well as URLs for NNTP newsgroup(s).