summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* dentries: Extract common code to remove dentry from lruChristoph Lameter2008-02-141-28/+14
* d_path: Make d_path() use a struct pathJan Blunck2008-02-141-7/+5
* d_path: kerneldoc cleanupJan Blunck2008-02-141-3/+16
* One less parameter to __d_pathJan Blunck2008-02-141-7/+5
* Use struct path in fs_structJan Blunck2008-02-141-19/+15
* inotify: remove debug codeNick Piggin2008-02-061-3/+0
* 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/+10
* 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/+0
* 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/+2
* Revert "[PATCH] Fix d_path for lazy unmounts"Linus Torvalds2007-02-131-80/+70
* [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/+1
* NFS: Add dentry materialisation opDavid Howells2006-09-221-14/+150
* [PATCH] lockdep: annotate dcacheIngo Molnar2006-07-031-2/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] core: use list_move()Akinobu Mita2006-06-261-2/+1
* [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/+0
* [PATCH] prune_one_dentry() tweaksAndrew Morton2006-06-221-4/+5
* [PATCH] Fix dcache race during umountNeilBrown2006-06-221-6/+60
* [PATCH] dcache: Add helper d_hash_and_lookupEric W. Biederman2006-03-311-16/+28
* [PATCH] inotify: IN_DELETE events missingAmy Griffis2006-03-311-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-10/+1
|\
| * Remove ugly debugging stuffArtem B. Bityuckiy2006-03-261-9/+0
| * BUG_ON() Conversion in fs/dcache.cEric Sesterhenn2006-03-261-1/+1
* | [PATCH] Use __read_mostly on some hot fs variablesEric Dumazet2006-03-261-7/+7
|/
* [PATCH] Reduce sched latency in shrink_dcache_sb()Kirill Korotaev2006-03-251-0/+1
* [PATCH] inotify: lock avoidance with parent watch status in dentryNick Piggin2006-03-251-0/+8