summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-13fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara1-1/+7
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner10-54/+57
2015-02-13vmscan: per memory cgroup slab shrinkersVladimir Davydov7-50/+80
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner7-149/+106
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches5-6/+6
2014-04-03drop_caches: add some documentation and info messageDave Hansen5-10/+47
2013-09-10shrinker: add node awarenessDave Chinner5-3/+17
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han21-61/+95
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han4-17/+55
2011-03-25fs: move i_sb_list out from under inode_lockDave Chinner6-56/+67
2011-03-25fs: protect inode->i_state with inode->i_lockDave Chinner11-74/+174
2011-03-24sysctl: add some missing input constraint checksPetr Holasek2-5/+18
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro11-28/+27
2010-05-21new helper: iterate_supers()Al Viro6-82/+56
2010-05-21Bury __put_super_and_need_restart()Al Viro5-31/+6
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro4-20/+11
2010-05-21Leave superblocks on s_list until the endAl Viro6-4/+25
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan60-270/+239
2009-06-17mm: remove __invalidate_mapping_pages variantMike Waychison3-27/+17
2009-04-03vfs: skip I_CLEAR state inodesWu Fengguang3-3/+4
2009-03-27fs: avoid I_NEW inodesNick Piggin4-11/+19
2008-04-29vfs: skip inodes without pages to free in drop_pagecache_sb()Jan Kara1-0/+2
2008-04-29vfs: fix lock inversion in drop_pagecache_sb()Jan Kara1-1/+7
2008-04-29fs/drop_caches.c: make 2 functions staticAdrian Bunk2-4/+2
2007-07-16invalidate_mapping_pages(): add cond_reschedAndrew Morton3-16/+27
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton12-16/+18
2006-01-09[PATCH] drop-pagecacheAndrew Morton9-5/+107