aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
...
* generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang2009-01-081-9/+5
* filp_cachep can be static in fs/file_table.cEric Dumazet2008-12-311-6/+0
* expand some comments (d_path / seq_path)Arjan van de Ven2008-12-311-2/+6
* correct wrong function name of d_put in kernel document and source commentZhaolei2008-12-311-1/+1
* fix switch_names() breakage in short-to-short caseAl Viro2008-12-311-2/+3
* shrink struct dentryNick Piggin2008-12-311-4/+0
* [PATCH] fs: add a sanity check in d_freeArjan van de Ven2008-10-231-0/+1
* [PATCH] fs/dcache.c: update comment of d_validate()Qinghuang Feng2008-10-231-2/+0
* [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi2008-10-231-1/+0
* [PATCH vfs-2.6 3/6] vfs: add __d_instantiate() helperOGAWA Hirofumi2008-10-231-15/+16
* [PATCH vfs-2.6 2/6] vfs: add d_ancestor()OGAWA Hirofumi2008-10-231-22/+23
* [PATCH vfs-2.6 1/6] vfs: replace parent == dentry->d_parent by IS_ROOT()OGAWA Hirofumi2008-10-231-9/+12
* [PATCH] kill d_alloc_anonChristoph Hellwig2008-10-231-71/+37
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-5/+5
* [PATCH] new helper: d_obtain_aliasChristoph Hellwig2008-10-231-0/+35
* Fix NULL pointer dereference in proc_sys_compareLinus Torvalds2008-09-291-4/+6
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* 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/+14
* [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-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