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

Vishal Verma vishal.l.verma at linux.intel.com
Tue Jun 11 13:53:15 EDT 2013


v3 removes the unused simple_{readpage, write_begin, write_end}
vectors from address_space_operations (pmfs_aops_xip)

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   |   46 ++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 128 insertions(+), 4 deletions(-)




More information about the Linux-pmfs mailing list