summaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)Author
2010-10-28fs/9p: Use generic_file_open with lookup_instantiate_filpAneesh Kumar K.V
2010-10-28fs/9p: Add missing iput in v9fs_vfs_lookupAneesh Kumar K.V
2010-10-28fs/9p: Use mknod 9p operation on create without open requestAneesh Kumar K.V
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar
2010-10-28fs/9p: Implement create time inheritanceAneesh Kumar K.V
2010-10-28fs/9p: Update ACL on chmodAneesh Kumar K.V
2010-10-28fs/9p: Implement setting posix aclAneesh Kumar K.V
2010-10-28fs/9p: Implement POSIX ACL permission checking functionAneesh Kumar K.V
2010-10-28fs/9p: mkdir fix for setting S_ISGID bit as per parent directoryHarsh Prateek Bora
2010-10-289p: remove unneeded checksDan Carpenter
2010-10-25new helper: ihold()Al Viro
2010-09-13fs/9p: Don't use dotl version of mknod for dotu inode operationsAneesh Kumar K.V
2010-09-13fs/9p: Use the correct dentry operationsAneesh Kumar K.V
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov
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