aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs_vfs.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-109P: introduction of a new cache=mmap model.Dominique Martinet1-0/+2
2012-01-039p: propagate umode_tAl Viro1-2/+2
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-0/+2
2011-09-06fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-1/+2
2011-03-15fs/9p: Prevent multiple inclusion of same headerAneesh Kumar K.V1-2/+4
2011-03-15fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V1-0/+10
2011-03-15fs/9p: Add v9fs_inodeAneesh Kumar K.V1-3/+1
2011-03-15fs/9p: Add inode hashingAneesh Kumar K.V1-0/+2
2011-03-15fs/9p: Add read write helper functionAneesh Kumar K.V1-1/+3
2011-03-15fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V1-0/+2
2011-01-12switch 9pAl Viro1-1/+0
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-0/+1
2010-10-289p: Implement TLOCKM. Mohan Kumar1-0/+2
2010-10-28fs/9p: Implement setting posix aclAneesh Kumar K.V1-0/+1
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-1/+1
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi1-0/+1
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi1-0/+2
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar1-0/+1
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+6
2009-03-27constify dentry_operations: 9pAl Viro1-2/+2
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-2/+2
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-0/+2
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-3/+3
2007-03-269p: make struct v9fs_cached_file_operations staticAdrian Bunk1-1/+0
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+2
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-0/+1
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen1-0/+1
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-3/+2
2005-09-09[PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen1-0/+53