[PATCH 0/3] VFS changes to collapse AIO and vectored IO intosingle (set of) fileops.
From: Badari Pulavarty
Date: Tue May 09 2006 - 14:02:13 EST
Hi,
These series of patches collapses all the vectored IO support into
single set of file-operation method using aio_read/aio_write.
This work was originally suggested & started by Christoph Hellwig,
when Zach Brown tried to add vectored support for AIO.
Here is the summary:
[PATCH 1/3] Vectorize aio_read/aio_write methods
[PATCH 2/3] Remove readv/writev methods and use aio_read/aio_write
instead.
[PATCH 3/3] Zach's core aio changes to support vectored AIO.
BTW, Chuck Lever is actually re-arranging NFS DIO, AIO code to
fit into this model.
Thanks to Chuck Lever and Shaggy for tracking down the latest
set of issues :)
I ran various testing including LTP on this series. Andrew,
can you include these in -mm tree ?
Thanks,
Badari
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/