public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xfs_io: new functions
@ 2012-07-25 22:30 Dave Chinner
  2012-07-25 22:30 ` [PATCH 1/3] xfs_io: add sync_file_range support Dave Chinner
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Dave Chinner @ 2012-07-25 22:30 UTC (permalink / raw)
  To: xfs

This is just a couple of additional functions for xfs_io I have had
sitting around for a while. The first is an interface to
sync_file_range() for better control of file writeback.  The second
and third introduce vectored pread/pwrite so that I could simulate
the same style of vectored IO that KVM does via direct IO (hint -
tracing indicated that the generic direct IO code doesn't handle
this particularly efficiently).

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2012-10-09 21:52 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 22:30 [PATCH 0/3] xfs_io: new functions Dave Chinner
2012-07-25 22:30 ` [PATCH 1/3] xfs_io: add sync_file_range support Dave Chinner
2012-07-28 23:56   ` Christoph Hellwig
2012-07-25 22:30 ` [PATCH 2/3] xfs_io: implement preadv for vectored reads Dave Chinner
2012-07-28 23:57   ` Christoph Hellwig
2012-08-09 20:08   ` Mark Tinguely
2012-07-25 22:30 ` [PATCH 3/3] xfs_io: implement pwritev for vectored writes Dave Chinner
2012-07-28 23:57   ` Christoph Hellwig
2012-09-24 21:51 ` [PATCH 0/3] xfs_io: new functions Mark Tinguely
2012-10-09 19:07   ` Eric Sandeen
2012-10-09 20:47     ` Mark Tinguely
2012-10-09 20:51       ` Eric Sandeen
2012-10-09 21:53         ` Mark Tinguely

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