aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
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-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-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-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: VFS switches for 9p2000.L: VFS switchesSripathi Kodi
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: Creating files with names too long should fail with ENAMETOOLONG.Sripathi Kodi
2010-04-059p: drop nlink removeAneesh Kumar K.V
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05fs/9p: Add hardlink support to .u extensionAneesh Kumar K.V
2010-03-059P2010.L handshake: Add VFS flagsSripathi Kodi
2010-02-089p: Include fsync support for 9p clientM. Mohan Kumar
2010-01-14Kill 9p readlink()Al Viro
2009-11-029p: fix readlinkMartin Stava
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size dire...Abhishek Kulkarni
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni
2009-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni
2009-08-179p: minor comment fixesAbhishek Kulkarni
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang
2008-12-199p: Remove potentially bad parameter from function entry debug print.Duane Griffin
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells
2008-10-179p: fix device file handlingMagnus Deininger
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells
2008-02-069p: add support for sticky bitAnthony Liguori
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov