summaryrefslogtreecommitdiffstats
path: root/fs/dcache.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Pull up the might_sleep() check into cond_resched()Frederic Weisbecker2009-07-181-0/+1
* dcache: extrace and use d_unlinked()Alexey Dobriyan2009-06-111-4/+3
* fs: dcache fix LRU orderingnpiggin@suse.de2009-05-091-1/+1
* No need for crossing to mountpoint in audit_tag_tree()Al Viro2009-04-201-1/+0
* Trim includes of fdtable.hAl Viro2009-03-311-1/+0
* Get rid of indirect include of fs_struct.hAl Viro2009-03-311-0/+1
* cleanup d_add_ciChristoph Hellwig2009-03-271-30/+18
* EXPORT_SYMBOL(d_obtain_alias) rather than EXPORT_SYMBOL_GPLBenny Halevy2009-02-271-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/+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