aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAge
* [PATCH] fs: add a sanity check in d_freeArjan van de Ven2008-10-23
* [PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng2008-10-23
* [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi2008-10-23
* [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helperOGAWA Hirofumi2008-10-23
* [PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2008-10-23
* [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi2008-10-23
* [PATCH] kill d_alloc_anonChristoph Hellwig2008-10-23
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-23
* Fix NULL pointer dereference in proc_sys_compareLinus Torvalds2008-09-29
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-25
* dcache: Add case-insensitive support d_ci_add() routineBarry Naujok2008-07-28
* vfs: add cond_resched_lock while scanning dentry LRU listsKentaro Makita2008-07-26
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-24
* [patch 2/3] vfs: dcache cleanupsMiklos Szeredi2008-06-23
* [patch 1/3] vfs: dcache sparse fixesMiklos Szeredi2008-06-23
* [patch 3/3] vfs: make d_path() consistent across mount operationsAndreas Gruenbacher2008-06-23
* [patch 2/4] fs: make struct file arg to d_path constJan Engelhardt2008-06-23
* [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
* dentries: Extract common code to remove dentry from lruChristoph Lameter2008-02-15
* d_path: Make d_path() use a struct pathJan Blunck2008-02-15
* d_path: kerneldoc cleanupJan Blunck2008-02-15
* One less parameter to __d_pathJan Blunck2008-02-15
* Use struct path in fs_structJan Blunck2008-02-15
* inotify: remove debug codeNick Piggin2008-02-06
* fs: use hlist_unhashedAkinobu Mita2008-02-06
* dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd>J. Bruce Fields2007-10-22
* [PATCH] audit: watching subtreesAl Viro2007-10-21
* vfs: use the predefined d_unhashed inline function insteadDenis Cheng2007-10-17
* shrink_dcache_sb speedupDenis V. Lunev2007-10-17
* dcache: trivial comment fixJ. Bruce Fields2007-10-17
* clean out unused code in dentry pruningMiklos Szeredi2007-10-17
* fs: remove the unused mempages parameterDenis Cheng2007-10-17
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-16
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-19
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-17
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-08
* VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-08
* mm: shrink parent dentries when shrinking slabAndrew Morton2007-05-08
* fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi2007-05-08
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-07
* Revert "[PATCH] Fix d_path for lazy unmounts"Linus Torvalds2007-02-13
* [PATCH] Fix d_path for lazy unmountsAndreas Gruenbacher2007-02-12
* [PATCH] dcache: avoid RCU for never-hashed dentriesEric Dumazet2006-12-07
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] VFS: Fix an error in unused dentry countingDavid Howells2006-10-28
* [PATCH] missing unused dentry in prune_dcache()?Vasily Averin2006-10-28
* [PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessTrond Myklebust2006-10-21
* [PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells2006-10-11