summaryrefslogtreecommitdiff
path: root/fs/drop_caches.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-01fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara1-1/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner1-4/+6
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov1-14/+0
2014-12-13mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner1-5/+6
2014-06-06fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-1/+1
2014-04-03drop_caches: add some documentation and info messageDave Hansen1-2/+14
2013-09-10shrinker: add node awarenessDave Chinner1-0/+1
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-2/+1
2011-05-25vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han1-1/+5
2011-03-24fs: move i_sb_list out from under inode_lockDave Chinner1-4/+5
2011-03-24fs: protect inode->i_state with inode->i_lockDave Chinner1-3/+6
2011-03-23sysctl: add some missing input constraint checksPetr Holasek1-1/+5
2010-08-09simplify checks for I_CLEAR/I_FREEINGAl Viro1-1/+1
2010-05-21new helper: iterate_supers()Al Viro1-23/+2
2010-05-21Bury __put_super_and_need_restart()Al Viro1-0/+1
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+3
2010-05-21Leave superblocks on s_list until the endAl Viro1-0/+2
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison1-1/+1
2009-04-02vfs: skip I_CLEAR state inodesWu Fengguang1-1/+1
2009-03-27fs: avoid I_NEW inodesNick Piggin1-1/+1
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 Bunk1-2/+2
2007-07-16invalidate_mapping_pages(): add cond_reschedAndrew Morton1-1/+1
2007-02-11[PATCH] remove invalidate_inode_pages()Andrew Morton1-1/+1
2006-01-08[PATCH] drop-pagecacheAndrew Morton1-0/+68