aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-7/+6
2011-03-15fs/9p: Add direct IO support in cached modeAneesh Kumar K.V1-2/+3
2011-03-15fs/9p: Move writeback fid to v9fs_inodeAneesh Kumar K.V1-5/+9
2011-03-15fs/9p: Add buffered write support for v9fs.Aneesh Kumar K.V1-15/+168
2011-03-15fs/9p: [fscache] wait for page write in cached modeAneesh Kumar K.V1-0/+2
2010-10-289p: Add a Direct IO support for non-cached operations.jvrao1-0/+30
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-1/+87
2009-07-149p: Fix incorrect parameters to v9fs_file_readn.Abhishek Kulkarni1-1/+1
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-4/+1
2008-05-149p: Documentation updatesEric Van Hensbergen1-1/+1
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-43/+14
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+2
2006-12-08[PATCH] 9p: change uses of f_{dentry,vfsmnt} to use f_pathJosef "Jeff" Sipek1-1/+1
2006-06-30v9fs: do not include linux/version.hPaul Collins1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-1/+1
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen1-0/+109