aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen1-2/+2
2010-08-02fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen1-1/+1
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V5-39/+91
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V6-3/+289
2010-08-029p: Implement LOPENM. Mohan Kumar1-4/+9
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-1/+113
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-3/+80
2010-08-029p: Implement TMKNODM. Mohan Kumar1-3/+103
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-4/+97
2010-08-029p: Define and implement TLINK for 9P2000.LEric Van Hensbergen1-1/+106
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi1-3/+46
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi3-34/+187
2010-08-02fs/9p: Pass the correct user credentials during attachAneesh Kumar K.V2-2/+3
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi1-16/+118
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar1-6/+7
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-4/+2
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds5-30/+153
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri1-12/+6
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter1-2/+0
2010-05-229p: Add mksock supportVenkateswararao Jujjuri1-0/+2
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V1-3/+4
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov1-3/+1
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+7
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-1/+38
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi5-13/+97
2010-04-229p: add bdi backing to mount sessionJens Axboe3-0/+13
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds6-7/+41
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter1-0/+2
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi1-0/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V3-1/+16
2010-04-059p: drop nlink removeAneesh Kumar K.V1-1/+5
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V1-2/+10
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi1-3/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo7-0/+7
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu1-1/+1
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao1-1/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-3/+3
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V1-1/+10
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V1-1/+18
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi2-2/+2
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi5-28/+36
2010-02-089p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen1-10/+17
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+6
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar3-1/+21
2010-01-26fix oops in fs/9p late mount failureAl Viro1-1/+2
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2009-12-019p: fix build breakage introduced by FS-CacheDavid Howells1-1/+1
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells1-13/+1
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-27/+67