aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_dentry.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet1-0/+2
2021-11-039p: fix file headersDominique Martinet1-2/+0
2020-11-199p: add refcount to p9_fid structJianyong Wu1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-10-099p: switch to %p[dD]Al Viro1-4/+4
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-18/+1
2013-02-28v9fs: get rid of v9fs_dentryAl Viro1-10/+4
2013-02-279p: turn fid->dlist into hlistAl Viro1-6/+3
2013-02-26vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry opJeff Layton1-0/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-2/+2
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-6/+6
2011-04-15fs/9p: Fix revalidate to return correct valueAneesh Kumar K.V1-1/+3
2011-03-15fs/9p: Add support for marking inode attribute invalidAneesh Kumar K.V1-0/+34
2011-03-15fs/9p: Clarify cached dentry delete operationAneesh Kumar K.V1-9/+4
2011-01-12switch 9pAl Viro1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-27constify dentry_operations: 9pAl Viro1-2/+2
2008-12-199p: convert d_iname references to d_name.nameWu Fengguang1-3/+6
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-22/+15
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-02-189p: implement optional loose read cacheEric Van Hensbergen1-0/+26
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov1-1/+1
2006-03-02[PATCH] v9fs: simplify fid mappingEric Van Hensbergen1-37/+8
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-2/+2
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-8/+5
2005-09-28[PATCH] v9fs: fix races in fid allocationLatchesar Ionkov1-1/+1
2005-09-09[PATCH] v9fs: VFS file, dentry, and directory operationsEric Van Hensbergen1-0/+126