aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V1-1/+1
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V1-1/+4
2010-09-139p: Check for NULL fid in v9fs_dir_release()jvrao1-2/+4
2010-09-13fs/9p: Fix error handling in v9fs_get_sbAneesh Kumar K.V1-6/+14
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-0/+2
2010-08-309p: potential ERR_PTR() dereferenceDan Carpenter1-1/+2
2010-08-11v9fs: fixup for inode_setattr being removedStephen Rothwell1-3/+12
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds3-7/+18
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro3-4/+6
2010-08-09remove inode_setattrChristoph Hellwig1-3/+12
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