All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHSET v5.1] iomap: cleanups ahead of adding fuse support
@ 2025-09-16 15:00 Darrick J. Wong
  2025-09-16 15:00 ` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities Darrick J. Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Darrick J. Wong @ 2025-09-16 15:00 UTC (permalink / raw)
  To: djwong, brauner; +Cc: hch, linux-fsdevel, hch

Hi all,

In preparation for making fuse use the fs/iomap code for regular file
data IO, fix a few bugs in fuse and apply a couple of tweaks to iomap.
These patches can go in immediately.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

This has been running on the djcloud for months with no problems.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=iomap-fuse-prep
---
Commits in this patchset:
 * iomap: trace iomap_zero_iter zeroing activities
 * iomap: error out on file IO when there is no inline_data buffer
---
 fs/iomap/trace.h       |    1 +
 fs/iomap/buffered-io.c |   18 +++++++++++++-----
 fs/iomap/direct-io.c   |    3 +++
 3 files changed, 17 insertions(+), 5 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
@ 2025-09-16  0:18 Darrick J. Wong
  2025-09-16  0:26 ` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer Darrick J. Wong
  0 siblings, 1 reply; 9+ messages in thread
From: Darrick J. Wong @ 2025-09-16  0:18 UTC (permalink / raw)
  To: djwong, miklos; +Cc: bernd, linux-xfs, John, linux-fsdevel, neal, joannelkoong

Hi all,

In preparation for making fuse use the fs/iomap code for regular file
data IO, fix a few bugs in fuse and apply a couple of tweaks to iomap.

If you're going to start using this code, I strongly recommend pulling
from my git trees, which are linked below.

This has been running on the djcloud for months with no problems.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=iomap-fuse-prep
---
Commits in this patchset:
 * iomap: trace iomap_zero_iter zeroing activities
 * iomap: error out on file IO when there is no inline_data buffer
---
 fs/iomap/trace.h       |    1 +
 fs/iomap/buffered-io.c |   18 +++++++++++++-----
 fs/iomap/direct-io.c   |    3 +++
 3 files changed, 17 insertions(+), 5 deletions(-)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-19 18:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 15:00 [PATCHSET v5.1] iomap: cleanups ahead of adding fuse support Darrick J. Wong
2025-09-16 15:00 ` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities Darrick J. Wong
2025-09-16 15:00 ` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer Darrick J. Wong
2025-09-16 16:29   ` Christoph Hellwig
2025-09-19 12:17 ` [PATCHSET v5.1] iomap: cleanups ahead of adding fuse support Christian Brauner
2025-09-19 18:14   ` Darrick J. Wong
  -- strict thread matches above, loose matches on Subject: below --
2025-09-16  0:18 [PATCHSET RFC v5 2/8] " Darrick J. Wong
2025-09-16  0:26 ` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer Darrick J. Wong
2025-09-16 13:50   ` Christoph Hellwig
2025-09-16 14:50     ` Darrick J. Wong

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.