aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-14Kill 9p readlink()Al Viro1-40/+1
2009-11-029p: fix readlinkMartin Stava1-3/+2
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-1/+56
2009-09-239p: Use the i_size_[read, write]() macros instead of using inode->i_size directly.Abhishek Kulkarni1-2/+2
2009-08-179p: Add missing cast for the error return value in v9fs_get_inodeAbhishek Kulkarni1-1/+1
2009-08-179p: Fix possible memleak in v9fs_inode_from fid.Abhishek Kulkarni1-9/+4
2009-08-179p: minor comment fixesAbhishek Kulkarni1-2/+1
2009-08-179p: Fix possible inode leak in v9fs_get_inode.Abhishek Kulkarni1-49/+56
2009-08-179p: Check for error in return value of v9fs_fid_addAbhishek Kulkarni1-1/+4
2008-12-25Merge branch 'next' into for-linusJames Morris1-2/+2
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang1-1/+2
2008-12-199p: Remove potentially bad parameter from function entry debug print.Duane Griffin1-1/+2
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-2/+2
2008-10-179p: fix device file handlingMagnus Deininger1-0/+1
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-20/+18
2008-09-249p: use an IS_ERR test rather than a NULL testJulien Brunel1-2/+1
2008-07-039p: fix O_APPEND in legacy modeEric Van Hensbergen1-8/+10
2008-05-149p: Documentation updatesEric Van Hensbergen1-13/+37
2008-02-07Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p)David Howells1-1/+1
2008-02-069p: add support for sticky bitAnthony Liguori1-0/+5
2007-10-239p: v9fs_vfs_rename incorrect clunk orderLatchesar Ionkov1-2/+2
2007-10-179p: attach-per-userLatchesar Ionkov1-10/+10
2007-10-179p: rename uid and gid parametersLatchesar Ionkov1-2/+2
2007-10-179p: define session flagsLatchesar Ionkov1-13/+13
2007-07-149p: cache meta-data when cache=looseEric Van Hensbergen1-0/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-470/+283
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-24v9fs: don't use primary fid when removing fileLatchesar Ionkov1-1/+1
2007-02-189p: implement optional loose read cacheEric Van Hensbergen1-4/+16
2007-02-12[PATCH] mark struct inode_operations const 1Arjan van de Ven1-8/+8
2007-02-09[PATCH] v9fs_vfs_mkdir(): fix a double freeAdrian Bunk1-5/+2
2007-01-26[PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen1-86/+118
2007-01-26[PATCH] 9p: fix rename return codeEric Van Hensbergen1-1/+1
2006-12-07[PATCH] Function v9fs_get_idpool returns int, not u32 as called twice in fs/9p/vfs_inode.cMika Kukkonen1-2/+2
2006-10-01[PATCH] r/o bind mount prepwork: inc_nlink() helperDave Hansen1-1/+1
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-3/+1
2006-07-31[PATCH] 9p: fix fid behavior on failed removeEric Van Hensbergen1-3/+3
2006-06-28[PATCH] v9fs: fix fid check in v9fs_createLatchesar Ionkov1-1/+1
2006-06-25[PATCH] Remove needless checks in fs/9p/vfs_inode.cEric Sesterhenn1-6/+0
2006-06-25[PATCH] 9pfs: missing result check in v9fs_vfs_readlink() and v9fs_vfs_link()Florin Malita1-0/+6
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov1-3/+16
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-25[PATCH] v9fs: fix vfs_inode dereference before NULL checkEugene Teo1-0/+2
2006-03-25[PATCH] v9fs: add extension field to TcreateLatchesar Ionkov1-28/+19
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov1-1/+1
2006-03-22[PATCH] v9fs: assign dentry ops to negative dentriesLatchesar Ionkov1-2/+1
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov1-5/+3
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov1-166/+312
2006-02-03[PATCH] v9fs: symlink support fixesLatchesar Ionkov1-3/+3