9P: introduction of a new cache=mmap model.
authorDominique Martinet <dominique.martinet@cea.fr>
Fri, 10 Jan 2014 12:44:09 +0000 (13:44 +0100)
committerEric Van Hensbergen <ericvh@gmail.com>
Fri, 10 Jan 2014 15:20:51 +0000 (09:20 -0600)
commitfb89b45cdfdc8bdab93986f1bc1474e313295c31
treec19ec0f84315c6dc77ca2447f58e2508b76ce88a
parentf94741fd2832e7abc30fbf6dc13ed627c1fcc01a
9P: introduction of a new cache=mmap model.

 - Add cache=mmap option
 - Make mmap read-write while keeping it as synchronous as possible
 - Build writeback fid on mmap creation if it is writable

Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/v9fs.c
fs/9p/v9fs.h
fs/9p/v9fs_vfs.h
fs/9p/vfs_addr.c
fs/9p/vfs_file.c
fs/9p/vfs_inode.c
fs/9p/vfs_inode_dotl.c
fs/9p/vfs_super.c