* [GIT PULL] zonefs changes for 6.5-rc1
@ 2023-06-26 12:51 Damien Le Moal
2023-06-26 20:02 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Damien Le Moal @ 2023-06-26 12:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-fsdevel
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Linus,
The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:
Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-6.5-rc1
for you to fetch changes up to 8812387d056957355ef1d026cd38bed3830649db:
zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method (2023-06-14 08:51:18 +0900)
----------------------------------------------------------------
zonefs changes for 6.5
- Modify the synchronous direct write path to use iomap instead of
manually coding issuing zone append write BIOs, from me.
- Use the FMODE_CAN_ODIRECT file flag to indicate support from direct
IO instead of using the old way with noop direct_io methods, from
Christoph.
----------------------------------------------------------------
Christoph Hellwig (1):
zonefs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method
Damien Le Moal (1):
zonefs: use iomap for synchronous direct writes
fs/zonefs/file.c | 208 ++++++++++++++++++++++++++++-------------------------
fs/zonefs/super.c | 9 ++-
fs/zonefs/zonefs.h | 2 +
3 files changed, 121 insertions(+), 98 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] zonefs changes for 6.5-rc1
2023-06-26 12:51 [GIT PULL] zonefs changes for 6.5-rc1 Damien Le Moal
@ 2023-06-26 20:02 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-26 20:02 UTC (permalink / raw)
To: Damien Le Moal; +Cc: Linus Torvalds, linux-fsdevel
The pull request you sent on Mon, 26 Jun 2023 21:51:45 +0900:
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/zonefs tags/zonefs-6.5-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e940efa936be65866db9ce20798b13fdc6b3891a
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-06-26 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 12:51 [GIT PULL] zonefs changes for 6.5-rc1 Damien Le Moal
2023-06-26 20:02 ` 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).