summaryrefslogtreecommitdiff
path: root/fs/9p
AgeCommit message (Expand)Author
2010-08-11v9fs: fixup for inode_setattr being removedStephen Rothwell
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-08-09remove inode_setattrChristoph Hellwig
2010-08-029p: fix sparse warnings in new xattr codeEric Van Hensbergen
2010-08-02fs/9p: remove sparse warning in vfs_inodeEric Van Hensbergen
2010-08-02fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V
2010-08-02fs/9p: Add support user. xattrAneesh Kumar K.V
2010-08-029p: Implement LOPENM. Mohan Kumar
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)
2010-08-029p: Implement TMKDIRM. Mohan Kumar
2010-08-029p: Implement TMKNODM. Mohan Kumar
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-08-029p: Define and implement TLINK for 9P2000.LEric Van Hensbergen
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi
2010-08-02fs/9p: Pass the correct user credentials during attachAneesh Kumar K.V
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi
2010-08-029p: Make use of iounit for read/writeM. Mohan Kumar
2010-07-279p: Pass the correct end of buffer to p9stat_readLatchesar Ionkov
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-05-229p: Optimize TCREATE by eliminating a redundant fid clone.Venkateswararao Jujjuri
2010-05-229p: cleanup: remove unneeded assignmentDan Carpenter
2010-05-229p: Add mksock supportVenkateswararao Jujjuri
2010-05-22fs/9p: Make sure we properly instantiate dentry.Aneesh Kumar K.V
2010-05-219p: replace inode uid,gid,mode initialization with helper functionDmitry Monakhov
2010-05-219p: add 9P2000.L rename operationSripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2010-05-219p: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-04-229p: add bdi backing to mount sessionJens Axboe
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: return on mutex_lock_interruptible()Dan Carpenter
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-04-059p: drop nlink removeAneesh Kumar K.V
2010-04-05fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V
2010-04-059p: Fix setting of protocol flags in v9fs_session_info structure.Sripathi Kodi
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-139p: Skip check for mandatory locks when unlockingSachin Prabhu
2010-03-139p: Fixes a simple bug enabling writes beyond 2GB.jvrao
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi
2010-03-13fs/9p: re-init the wstat in readdir loopAneesh Kumar K.V
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi
2010-02-089p: fix memory leak in v9fs_parse_options()Eric Van Hensbergen
2010-02-089p: fix option parsingEric Van Hensbergen
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar
2010-01-26fix oops in fs/9p late mount failureAl Viro