summaryrefslogtreecommitdiffstats
path: root/fs/9p/fid.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: constify ->d_name handlingAl Viro2017-01-121-5/+5
* 9p: use clone_fid()Al Viro2016-08-031-25/+1
* 9p: switch to %p[dD]Al Viro2014-10-091-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-29/+25
|\
| * 9p: if v9fs_fid_lookup() gets to asking server, it'd better have hashed dentryAl Viro2013-02-281-3/+17
| * 9p: v9fs_fid_add() can't fail nowAl Viro2013-02-281-2/+1
| * v9fs: get rid of v9fs_dentryAl Viro2013-02-281-21/+5
| * 9p: turn fid->dlist into hlistAl Viro2013-02-271-3/+4
| * 9p: don't bother with private lock in ->d_fsdata; dentry->d_lock will do just...Al Viro2013-02-271-5/+4
|/
* 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-121-8/+9
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-4/+4
* 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-151-13/+2
* fs/9p: Add v9fs_dentry2v9sesAneesh Kumar K.V2011-03-221-3/+3
* fs/9p: Open writeback fid in O_SYNC modeAneesh Kumar K.V2011-03-221-2/+13
* fs/9p: Make the writeback_fid owned by rootAneesh Kumar K.V2011-03-151-36/+56
* fs/9p: Add fid to inode in cached modeAneesh Kumar K.V2011-03-151-0/+26
* fs/9p: Add access = client option to opt in acl evaluation.Aneesh Kumar K.V2010-10-281-0/+1
* 9p: potential ERR_PTR() dereferenceDan Carpenter2010-08-301-1/+2
* fs/9p: Prevent parallel rename when doing fid_lookupAneesh Kumar K.V2010-08-021-36/+78
* fs/9p: Pass the correct user credentials during attachAneesh Kumar K.V2010-08-021-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-2/+10
|\
| * fs/9p: Clunk the fid resulting from partial walk of the nameAneesh Kumar K.V2010-04-051-2/+10
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* 9P2010.L handshake: Add VFS flagsSripathi Kodi2010-03-051-1/+1
* Merge branch 'next' into for-linusJames Morris2008-12-251-1/+1
|\
| * CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-141-1/+1
* | 9p: convert d_iname references to d_name.nameWu Fengguang2008-12-191-2/+2
|/
* fs: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-181-1/+0
* 9p: fix bug in attach-per-userEric Van Hensbergen2008-02-061-2/+2
* 9p: attach-per-userLatchesar Ionkov2007-10-171-32/+125
* 9p: remove deprecated v9fs_fid_lookup_remove()Eric Van Hensbergen2007-08-231-17/+0
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-114/+54
* 9p: implement optional loose read cacheEric Van Hensbergen2007-02-181-1/+2
* [PATCH] 9p: fix segfault caused by race condition in meta-data operationsEric Van Hensbergen2007-01-261-3/+66
* [PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro2006-12-041-0/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] v9fs: update license boilerplateEric Van Hensbergen2006-03-251-3/+2
* [PATCH] v9fs: simplify fid mappingEric Van Hensbergen2006-03-021-88/+6
* [PATCH] v9fs: fix atomic create openLatchesar Ionkov2006-03-021-56/+17
* [PATCH] v9fs: zero copy implementationLatchesar Ionkov2006-01-081-3/+0
* [PATCH] v9fs: new multiplexer implementationLatchesar Ionkov2006-01-081-1/+1
* [PATCH] v9fs: fix races in fid allocationLatchesar Ionkov2005-09-281-81/+95
* [PATCH] v9fs: debug and support routinesEric Van Hensbergen2005-09-091-0/+241