aboutsummaryrefslogtreecommitdiff
path: root/fs/9p/vfs_dentry.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-2/+2
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 1-0/+2
2021-11-039p: fix file headersGravatar Dominique Martinet 1-2/+0
2020-11-199p: add refcount to p9_fid structGravatar Jianyong Wu 1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Gravatar Thomas Gleixner 1-16/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-2/+2
2014-10-099p: switch to %p[dD]Gravatar Al Viro 1-4/+4
2013-11-15consolidate simple ->d_delete() instancesGravatar Al Viro 1-18/+1
2013-02-28v9fs: get rid of v9fs_dentryGravatar Al Viro 1-10/+4
2013-02-279p: turn fid->dlist into hlistGravatar Al Viro 1-6/+3
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opGravatar Jeff Layton 1-0/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Gravatar Al Viro 1-2/+2
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGGravatar Joe Perches 1-6/+6
2011-04-15fs/9p: Fix revalidate to return correct valueGravatar Aneesh Kumar K.V 1-1/+3
2011-03-15fs/9p: Add support for marking inode attribute invalidGravatar Aneesh Kumar K.V 1-0/+34
2011-03-15fs/9p: Clarify cached dentry delete operationGravatar Aneesh Kumar K.V 1-9/+4
2011-01-12switch 9pGravatar Al Viro 1-1/+1
2011-01-07fs: change d_delete semanticsGravatar Nick Piggin 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-03-27constify dentry_operations: 9pGravatar Al Viro 1-2/+2
2008-12-199p: convert d_iname references to d_name.nameGravatar Wu Fengguang 1-3/+6
2007-07-149p: Reorganization of 9p file system codeGravatar Latchesar Ionkov 1-22/+15
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-0/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-02-189p: implement optional loose read cacheGravatar Eric Van Hensbergen 1-0/+26
2006-03-25[PATCH] v9fs: update license boilerplateGravatar Eric Van Hensbergen 1-3/+2
2006-03-25[PATCH] v9fs: print 9p messagesGravatar Latchesar Ionkov 1-1/+1
2006-03-02[PATCH] v9fs: simplify fid mappingGravatar Eric Van Hensbergen 1-37/+8
2006-01-08[PATCH] v9fs: zero copy implementationGravatar Latchesar Ionkov 1-2/+2
2006-01-08[PATCH] v9fs: new multiplexer implementationGravatar Latchesar Ionkov 1-8/+5
2005-09-28[PATCH] v9fs: fix races in fid allocationGravatar Latchesar Ionkov 1-1/+1
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsGravatar Eric Van Hensbergen 1-0/+126