summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* Trim includes of fdtable.hAl Viro2009-04-011-1/+0Star
* Get rid of indirect include of fs_struct.hAl Viro2009-04-011-0/+1
* cleanup d_add_ciChristoph Hellwig2009-03-271-30/+18Star
* EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy2009-02-281-1/+1
* [CVE-2009-0029] System call wrappers part 20Heiko Carstens2009-01-141-1/+1
* generic swap(): dcache: use swap() instead of private do_switch()Wu Fengguang2009-01-081-9/+5Star
* filp_cachep can be static in fs/file_table.cEric Dumazet2009-01-011-6/+0Star
* expand some comments (d_path / seq_path)Arjan van de Ven2009-01-011-2/+6
* correct wrong function name of d_put in kernel document and source commentZhaolei2009-01-011-1/+1
* fix switch_names() breakage in short-to-short caseAl Viro2009-01-011-2/+3
* shrink struct dentryNick Piggin2009-01-011-4/+0Star
* [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/+0Star
* [PATCH vfs-2.6 4/6] vfs: remove unnecessary fsnotify_d_instantiate()OGAWA Hirofumi2008-10-231-1/+0Star
* [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/+37Star
* [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/+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