[PATCH v4 0/3] Add AIO and Direct_IO support to PMFS

Vishal Verma vishal.l.verma at linux.intel.com
Tue Jun 11 14:28:17 EDT 2013


v4 Addresses a comment I missed in the pervious patches.
We don't need to find inode to get to the read/write functions,
they can be accessed via filp.

Vishal Verma (3):
  PMFS: Remove BUG() from pmfs_dirty_inode
  mm: Add functions for aio read and write using xip
  PMFS: Add support for AIO and direct_IO

 fs/pmfs/file.c     |    2 +
 fs/pmfs/inode.c    |   56 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 fs/pmfs/xip.c      |   22 +++++++++++++++++--
 fs/pmfs/xip.h      |    2 +
 include/linux/fs.h |    4 +++
 mm/filemap_xip.c   |   45 +++++++++++++++++++++++++++++++++++++++++
 6 files changed, 127 insertions(+), 4 deletions(-)




More information about the Linux-pmfs mailing list