aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-21FS: lookup_mnt() is only used in the core fs routines nowDavid Howells1-1/+0
2011-03-18lose 'mounting_here' argument in ->d_manage()Al Viro1-1/+1
2011-01-15Allow d_manage() to be used in RCU-walk modeDavid Howells1-1/+1
2011-01-15Add a dentry op to allow processes to be held during pathwalk transitDavid Howells1-2/+9
2011-01-15Add a dentry op to handle automounting rather than abusing follow_link()David Howells1-1/+6
2011-01-10fs: fix dcache.h kernel-doc notationRandy Dunlap1-1/+1
2011-01-07fs: implement faster dentry memcmpNick Piggin1-0/+21
2011-01-07fs: improve scalability of pseudo filesystemsNick Piggin1-0/+1
2011-01-07fs: dcache per-inode inode alias lockingNick Piggin1-1/+0
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-1/+2
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-1/+0
2011-01-07fs: cache optimise dentry and inode for rcu-walkNick Piggin1-17/+19
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-0/+6
2011-01-07fs: dcache remove d_mountedNick Piggin1-21/+21
2011-01-07fs: rcu-walk for path lookupNick Piggin1-3/+29
2011-01-07fs: dcache rationalise dget variantsNick Piggin1-12/+3
2011-01-07fs: dcache remove dcache_lockNick Piggin1-3/+2
2011-01-07fs: Use rename lock and RCU for multi-step operationsNick Piggin1-0/+1
2011-01-07fs: scale inode alias listNick Piggin1-0/+1
2011-01-07fs: dcache scale subdirsNick Piggin1-0/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-14/+15
2011-01-07fs: dcache scale hashNick Piggin1-33/+2
2011-01-07hostfs: simplify lockingNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-1/+2
2011-01-07fs: change d_compare for rcu-walkNick Piggin1-7/+5
2011-01-07fs: name case update methodNick Piggin1-0/+2
2011-01-07fs: change d_delete semanticsNick Piggin1-3/+3
2011-01-07fs: dcache documentation cleanupNick Piggin1-12/+6
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-0/+1
2010-08-09new helper: __dentry_path()Al Viro1-0/+1
2010-05-15Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro1-0/+14
2009-06-11dcache: extrace and use d_unlinked()Alexey Dobriyan1-0/+5
2009-06-11switch lookup_mnt()Al Viro1-1/+1
2009-06-11fsnotify: parent event notificationEric Paris1-1/+3
2009-03-27fs: make struct dentry->d_op constJan Engelhardt1-1/+1
2008-12-31shrink struct dentryNick Piggin1-7/+14
2008-10-23[PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi1-0/+1
2008-10-23[PATCH] kill d_alloc_anonChristoph Hellwig1-1/+0
2008-10-23[PATCH] new helper: d_obtain_aliasChristoph Hellwig1-0/+1
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1
2008-07-28dcache: Add case-insensitive support d_ci_add() routineBarry Naujok1-0/+1
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar1-1/+1
2008-06-23[patch 2/4] fs: make struct file arg to d_path constJan Engelhardt1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-04-30Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day1-4/+0
2008-04-23[patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi1-0/+1
2008-04-23[patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai1-0/+1
2008-04-21[PATCH] move a bunch of declarations to fs/internal.hAl Viro1-1/+0
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-2/+3
2007-10-21[PATCH] audit: watching subtreesAl Viro1-0/+1