summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* dcache: Add case-insensitive support d_ci_add() routineBarry Naujok2008-07-281-0/+102
* vfs: add cond_resched_lock while scanning dentry LRU listsKentaro Makita2008-07-261-0/+1
* fix soft lock up at NFS mount via per-SB LRU-list of unused dentriesKentaro Makita2008-07-241-155/+180
* [patch 2/3] vfs: dcache cleanupsMiklos Szeredi2008-06-231-17/+14Star
* [patch 1/3] vfs: dcache sparse fixesMiklos Szeredi2008-06-231-11/+12
* [patch 3/3] vfs: make d_path() consistent across mount operationsAndreas Gruenbacher2008-06-231-5/+7
* [patch 2/4] fs: make struct file arg to d_path constJan Engelhardt2008-06-231-1/+1
* [patch 2/7] vfs: mountinfo: add seq_file_root()Miklos Szeredi2008-04-231-8/+16
* [patch 1/7] vfs: mountinfo: add dentry_path()Ram Pai2008-04-231-24/+66
* dentries: Extract common code to remove dentry from lruChristoph Lameter2008-02-151-28/+14Star
* d_path: Make d_path() use a struct pathJan Blunck2008-02-151-7/+5Star
* d_path: kerneldoc cleanupJan Blunck2008-02-151-3/+16
* One less parameter to __d_pathJan Blunck2008-02-151-7/+5Star
* Use struct path in fs_structJan Blunck2008-02-151-19/+15Star
* inotify: remove debug codeNick Piggin2008-02-061-3/+0Star
* fs: use hlist_unhashedAkinobu Mita2008-02-061-1/+1
* dcache: don't expose uninitialized memory in /proc/<pid>/fd/<fd>J. Bruce Fields2007-10-221-0/+2
* [PATCH] audit: watching subtreesAl Viro2007-10-211-1/+1
* vfs: use the predefined d_unhashed inline function insteadDenis Cheng2007-10-171-1/+1
* shrink_dcache_sb speedupDenis V. Lunev2007-10-171-3/+3
* dcache: trivial comment fixJ. Bruce Fields2007-10-171-2/+2
* clean out unused code in dentry pruningMiklos Szeredi2007-10-171-14/+10Star
* fs: remove the unused mempages parameterDenis Cheng2007-10-171-4/+4
* Group short-lived and reclaimable kernel allocationsMel Gorman2007-10-161-1/+1
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* mm: clean up and kernelify shrinker registrationRusty Russell2007-07-171-1/+6
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star
* VFS: delay the dentry name generation on sockets and pipesEric Dumazet2007-05-081-0/+31
* mm: shrink parent dentries when shrinking slabAndrew Morton2007-05-081-1/+1
* fix quadratic behavior of shrink_dcache_parent()Miklos Szeredi2007-05-081-37/+67
* KMEM_CACHE(): simplify slab cache creationChristoph Lameter2007-05-071-6/+2Star
* Revert "[PATCH] Fix d_path for lazy unmounts"Linus Torvalds2007-02-131-80/+70Star
* [PATCH] Fix d_path for lazy unmountsAndreas Gruenbacher2007-02-121-70/+80
* [PATCH] dcache: avoid RCU for never-hashed dentriesEric Dumazet2006-12-071-4/+12
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-3/+3
* [PATCH] VFS: Fix an error in unused dentry countingDavid Howells2006-10-281-2/+8
* [PATCH] missing unused dentry in prune_dcache()?Vasily Averin2006-10-281-4/+5
* [PATCH] VFS: Make d_materialise_unique() enforce directory uniquenessTrond Myklebust2006-10-211-37/+100
* [PATCH] VFS: Destroy the dentries contributed by a superblock on unmountingDavid Howells2006-10-111-0/+130
* [PATCH] knfsd: close a race-opportunity in d_splice_aliasNeilBrown2006-10-041-4/+5
* [PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells2006-09-301-3/+1Star
* NFS: Add dentry materialisation opDavid Howells2006-09-231-14/+150
* [PATCH] lockdep: annotate dcacheIngo Molnar2006-07-041-2/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-041-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-2/+1Star
* [PATCH] use list_add_tail() instead of list_add()Akinobu Mita2006-06-261-1/+1
* [PATCH] remove unlikely(sb) in prune_dcacheHua Zhong2006-06-251-1/+1
* [PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells2006-06-231-40/+0Star
* [PATCH] prune_one_dentry() tweaksAndrew Morton2006-06-231-4/+5