summaryrefslogtreecommitdiffstats
path: root/fs/9p/fid.c
Commit message (Expand)AuthorAgeFilesLines
* fs/9p: remove writeback fid and fix per-file modesEric Van Hensbergen2023-03-271-29/+19
* 9p/fs: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* 9p: Fix some kernel-doc commentsYang Li2022-07-021-2/+2
* 9p fid refcount: cleanup p9_fid_put callsDominique Martinet2022-07-021-8/+16
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-9/+9
* 9p: Fix minor typo in code commentTyler Hicks2022-07-021-1/+1
* 9p: Remove unnecessary variable for old fids while walking from d_parentTyler Hicks2022-07-021-3/+3
* 9p: Make the path walk logic more clear about when cloning is requiredTyler Hicks2022-07-021-4/+3
* 9p: Track the root fid with its own variable during lookupsTyler Hicks2022-07-021-12/+14
* 9p: Fix refcounting during full path walks for fid lookupsTyler Hicks2022-06-151-13/+9
* Revert "fs/9p: search open fids first"Dominique Martinet2022-01-301-5/+4
* fs/9p: fix indentation and Add missing a blank line after declarationSohaib Mohamed2021-11-031-1/+2
* 9p: Fix a bunch of kerneldoc warnings shown up by W=1David Howells2021-10-041-7/+7
* 9p: Remove unnecessary IS_ERR() checkDan Carpenter2020-12-011-2/+1
* 9p: Uninitialized variable in v9fs_writeback_fid()Dan Carpenter2020-12-011-2/+1
* 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-6/+4
* 9p: add refcount to p9_fid structJianyong Wu2020-11-191-4/+18
* fs/9p: search open fids firstGreg Kurz2020-11-031-4/+5
* fs/9p: track open fidsGreg Kurz2020-11-031-9/+23
* fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-031-0/+30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* 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