aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/v9fs_vfs.h
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V2011-10-031-0/+2
* fs/9p: Don't update file type when updating file attributesAneesh Kumar K.V2011-10-031-2/+2
* fs/9p: Prevent multiple inclusion of same headerAneesh Kumar K.V2011-03-151-2/+4
* fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V2011-03-151-0/+10
* fs/9p: Add v9fs_inodeAneesh Kumar K.V2011-03-151-3/+1
* fs/9p: Add inode hashingAneesh Kumar K.V2011-03-151-0/+2
* fs/9p: Add read write helper functionAneesh Kumar K.V2011-03-151-1/+3
* fs/9p: set the cached file_operations struct during inode initAneesh Kumar K.V2011-03-151-0/+2
* switch 9pAl Viro2011-01-121-1/+0
* 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-281-0/+1
* 9p: Implement TLOCKM. Mohan Kumar2010-10-281-0/+2
* fs/9p: Implement setting posix aclAneesh Kumar K.V2010-10-281-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-1/+1
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-1/+1
* | 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-021-0/+1
|/
* 9p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi2010-05-211-0/+2
* 9p: Include fsync support for 9p clientM. Mohan Kumar2010-02-081-0/+1
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-0/+6
* constify dentry_operations: 9pAl Viro2009-03-271-2/+2
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-2/+2
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-0/+2
* 9p: fix O_APPEND in legacy modeEric Van Hensbergen2008-07-031-1/+1
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-3/+3
* 9p: make struct v9fs_cached_file_operations staticAdrian Bunk2007-03-261-1/+0
* 9p: implement optional loose read cacheEric Van Hensbergen2007-02-181-0/+2
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-281-2/+2
* [PATCH] v9fs: update license boilerplateEric Van Hensbergen2006-03-251-3/+2
* [PATCH] v9fs: fix atomic create openLatchesar Ionkov2006-03-021-0/+1
* [PATCH] v9fs: add readpage supportEric Van Hensbergen2006-01-181-0/+1
* [PATCH] v9fs: zero copy implementationLatchesar Ionkov2006-01-081-3/+2
* [PATCH] v9fs: VFS superblock operations and glueEric Van Hensbergen2005-09-091-0/+53