aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: Add direct IO support in cached modeAneesh Kumar K.V2011-03-151-2/+3
* fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V2011-03-151-5/+9
* fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V2011-03-151-15/+168
* fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V2011-03-151-0/+2
* 9p: Add a Direct IO support for non-cached operations.jvrao2010-10-281-0/+30
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-1/+87
* 9p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni2009-07-141-1/+1
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-4/+1
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-1/+1
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-43/+14
* Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* 9p: implement optional loose read cacheEric Van Hensbergen2007-02-181-0/+2
* [PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek2006-12-081-1/+1
* v9fs: do not include linux/version.hPaul Collins2006-06-301-1/+0
* [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-1/+1
* [PATCH] v9fs: update license boilerplateEric Van Hensbergen2006-03-251-3/+2
* [PATCH] v9fs: add readpage supportEric Van Hensbergen2006-01-181-0/+109