aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)Author
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
2007-10-179p: attach-per-userLatchesar Ionkov
2007-10-179p: rename uid and gid parametersLatchesar Ionkov
2007-10-179p: define session flagsLatchesar Ionkov
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov
2007-02-189p: implement optional loose read cacheEric Van Hensbergen
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven
2007-02-09[PATCH] v9fs_vfs_mkdir(): fix a double freeAdrian Bunk
2007-01-26[PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen
2007-01-26[PATCH] 9p: fix rename return codeEric Van Hensbergen
2006-12-07[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9...Mika Kukkonen
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-07-31[PATCH] 9p: fix fid behavior on failed removeEric Van Hensbergen
2006-06-28[PATCH] v9fs: fix fid check in v9fs_createLatchesar Ionkov
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen
2006-03-25[PATCH] v9fs: fix vfs_inode dereference before NULL checkEugene Teo
2006-03-25[PATCH] v9fs: add extension field to TcreateLatchesar Ionkov
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov
2006-03-22[PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov