public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE
@ 2025-03-04 11:55 Ritesh Harjani (IBM)
  2025-03-04 11:55 ` [PATCH v1 1/3] configure: xfs_io: Add support for preadv2 Ritesh Harjani (IBM)
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ritesh Harjani (IBM) @ 2025-03-04 11:55 UTC (permalink / raw)
  To: linux-xfs
  Cc: linux-fsdevel, Jens Axboe, Darrick J . Wong, Ritesh Harjani (IBM)

- adds support for preadv2().
- adds support for RWF_DONTCACHE to preadv2() and pwritev2() calls in xfs_io.

Ritesh Harjani (IBM) (3):
  configure: xfs_io: Add support for preadv2
  xfs_io: Add RWF_DONTCACHE support to pwritev2
  xfs_io: Add RWF_DONTCACHE support to preadv2

 configure.ac          |  1 +
 include/builddefs.in  |  1 +
 include/linux.h       |  5 ++++
 io/Makefile           |  4 +++
 io/pread.c            | 57 ++++++++++++++++++++++++++++++-------------
 io/pwrite.c           |  8 ++++--
 m4/package_libcdev.m4 | 18 ++++++++++++++
 man/man8/xfs_io.8     | 16 ++++++++++--
 8 files changed, 89 insertions(+), 21 deletions(-)

--
2.48.1


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

end of thread, other threads:[~2025-03-05  1:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-04 11:55 [PATCH v1 0/3] xfsprogs: Add support for preadv2() and RWF_DONTCACHE Ritesh Harjani (IBM)
2025-03-04 11:55 ` [PATCH v1 1/3] configure: xfs_io: Add support for preadv2 Ritesh Harjani (IBM)
2025-03-04 17:52   ` Darrick J. Wong
2025-03-05  1:06     ` Ritesh Harjani
2025-03-04 11:55 ` [PATCH v1 2/3] xfs_io: Add RWF_DONTCACHE support to pwritev2 Ritesh Harjani (IBM)
2025-03-04 11:55 ` [PATCH v1 3/3] xfs_io: Add RWF_DONTCACHE support to preadv2 Ritesh Harjani (IBM)
2025-03-04 17:53   ` Darrick J. Wong
2025-03-05  1:30     ` Ritesh Harjani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox