aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-08VFS: delay the dentry name generation on sockets and pipesEric Dumazet1-0/+6
2006-10-11[PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells1-0/+1
2006-09-22NFS: Add dentry materialisation opDavid Howells1-0/+1
2006-07-03[PATCH] lockdep: annotate dcacheIngo Molnar1-0/+12
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-1/+0
2006-06-22[PATCH] Fix dcache race during umountNeilBrown1-1/+1
2006-03-31[PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman1-0/+1
2006-03-25[PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin1-0/+2
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0