aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_inode.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
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
2006-03-08[PATCH] v9fs: fix for access to unitialized variables or freed memoryLatchesar Ionkov
2006-03-02[PATCH] v9fs: fix atomic create openLatchesar Ionkov
2006-02-03[PATCH] v9fs: symlink support fixesLatchesar Ionkov
2006-01-18[PATCH] v9fs: add readpage supportEric Van Hensbergen
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov
2006-01-08[PATCH] v9fs: fix fid management in v9fs_createLatchesar Ionkov
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov
2005-11-28[PATCH] v9fs: fix memory leak in v9fs dentry codeLatchesar Ionkov
2005-11-07[PATCH] V9FS: 'names_cache' memory leakDavi Arnaut
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov
2005-09-22[PATCH] v9fs: replace strlen on newly allocated by __getname buffers to PATH_MAXLatchesar Ionkov
2005-09-09[PATCH] v9fs: readlink extended mode checkEric Van Hensbergen
2005-09-09[PATCH] v9fs: Fix support for special files (devices, named pipes, etc.)Eric Van Hensbergen