LWN.net Logo

[RFC PATCH 0/3] VFS changes to collapse all the vectored and AIO support

From:  Badari Pulavarty <pbadari@us.ibm.com>
To:  Zach Brown <zach.brown@oracle.com>, christoph <hch@lst.de>
Subject:  [RFC PATCH 0/3] VFS changes to collapse all the vectored and AIO support
Date:  Tue, 07 Mar 2006 16:19:59 -0800
Cc:  lkml <linux-kernel@vger.kernel.org>, linux-fsdevel <linux-fsdevel@vger.kernel.org>, pbadari@us.ibm.com
Archive-link:  Article, Thread

Hi,

These series of changes collapses all the vectored IO support 
into single 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. 

Christoph & Zach, comments/suggestions ? If you are happy with the
work, can you add your Sign-off or Ack ? I addressed all the
known issues, please review.

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.

NOTE: This is not ready for -mm or mainline consumption yet -
since I am still doing basic testing. 

Comments ?

Thanks,
Badari

-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds