aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dcache.h
Commit message (Expand)AuthorAge
* vfs: get rid of insane dentry hashing rulesLinus Torvalds2011-04-24
* FS: lookup_mnt() is only used in the core fs routines nowDavid Howells2011-03-21
* lose 'mounting_here' argument in ->d_manage()Al Viro2011-03-18
* Allow d_manage() to be used in RCU-walk modeDavid Howells2011-01-15
* Add a dentry op to allow processes to be held during pathwalk transitDavid Howells2011-01-15
* Add a dentry op to handle automounting rather than abusing follow_link()David Howells2011-01-15
* fs: fix dcache.h kernel-doc notationRandy Dunlap2011-01-10
* fs: implement faster dentry memcmpNick Piggin2011-01-07
* fs: improve scalability of pseudo filesystemsNick Piggin2011-01-07
* fs: dcache per-inode inode alias lockingNick Piggin2011-01-07
* fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-07
* fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
* fs: cache optimise dentry and inode for rcu-walkNick Piggin2011-01-07
* fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
* fs: dcache remove d_mountedNick Piggin2011-01-07
* fs: rcu-walk for path lookupNick Piggin2011-01-07
* fs: dcache rationalise dget variantsNick Piggin2011-01-07
* fs: dcache remove dcache_lockNick Piggin2011-01-07
* fs: Use rename lock and RCU for multi-step operationsNick Piggin2011-01-07
* fs: scale inode alias listNick Piggin2011-01-07
* fs: dcache scale subdirsNick Piggin2011-01-07
* fs: dcache scale dentry refcountNick Piggin2011-01-07
* fs: dcache scale hashNick Piggin2011-01-07
* hostfs: simplify lockingNick Piggin2011-01-07
* fs: change d_hash for rcu-walkNick Piggin2011-01-07
* fs: change d_compare for rcu-walkNick Piggin2011-01-07
* fs: name case update methodNick Piggin2011-01-07
* fs: change d_delete semanticsNick Piggin2011-01-07
* fs: dcache documentation cleanupNick Piggin2011-01-07
* vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-11
* new helper: __dentry_path()Al Viro2010-08-09
* Fix the regression created by "set S_DEAD on unlink()..." commitAl Viro2010-05-15
* dcache: extrace and use d_unlinked()Alexey Dobriyan2009-06-11
* switch lookup_mnt()Al Viro2009-06-11
* fsnotify: parent event notificationEric Paris2009-06-11
* fs: make struct dentry->d_op constJan Engelhardt2009-03-27
* shrink struct dentryNick Piggin2008-12-31
* [PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2008-10-23
* [PATCH] kill d_alloc_anonChristoph Hellwig2008-10-23
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-23
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-25
* dcache: Add case-insensitive support d_ci_add() routineBarry Naujok2008-07-28
* Merge branch 'linus' into core/rcuIngo Molnar2008-07-11
|\
| * [patch 2/4] fs: make struct file arg to d_path constJan Engelhardt2008-06-23
* | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-19
|/
* Remove "#ifdef __KERNEL__" checks from unexported headersRobert P. J. Day2008-04-30
* [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-23
* [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-23
* [PATCH] move a bunch of declarations to fs/internal.hAl Viro2008-04-21
* d_path: Make d_path() use a struct pathJan Blunck2008-02-15