summaryrefslogtreecommitdiffstats
path: root/fs/drop_caches.c
Commit message (Expand)AuthorAgeFilesLines
* fs/drop_caches.c: avoid softlockups in drop_pagecache_sb()Jan Kara2019-02-021-1/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-181-4/+6
* vmscan: per memory cgroup slab shrinkersVladimir Davydov2015-02-131-14/+0Star
* mm: vmscan: invoke slab shrinkers from shrink_zone()Johannes Weiner2014-12-131-5/+6
* fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-071-1/+1
* drop_caches: add some documentation and info messageDave Hansen2014-04-041-2/+14
* shrinker: add node awarenessDave Chinner2013-09-111-0/+1
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-2/+1Star
* vmscan: change shrink_slab() interfaces by passing shrink_controlYing Han2011-05-251-1/+5
* fs: move i_sb_list out from under inode_lockDave Chinner2011-03-251-4/+5
* fs: protect inode->i_state with inode->i_lockDave Chinner2011-03-251-3/+6
* sysctl: add some missing input constraint checksPetr Holasek2011-03-241-1/+5
* simplify checks for I_CLEAR/I_FREEINGAl Viro2010-08-091-1/+1
* new helper: iterate_supers()Al Viro2010-05-221-23/+2Star
* Bury __put_super_and_need_restart()Al Viro2010-05-221-0/+1
* Convert simple loops over superblocks to list_for_each_entry_safeAl Viro2010-05-221-5/+3Star
* Leave superblocks on s_list until the endAl Viro2010-05-221-0/+2
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* mm: remove __invalidate_mapping_pages variantMike Waychison2009-06-171-1/+1
* vfs: skip I_CLEAR state inodesWu Fengguang2009-04-031-1/+1
* fs: avoid I_NEW inodesNick Piggin2009-03-271-1/+1
* vfs: skip inodes without pages to free in drop_pagecache_sb()Jan Kara2008-04-291-0/+2
* vfs: fix lock inversion in drop_pagecache_sb()Jan Kara2008-04-291-1/+7
* fs/drop_caches.c: make 2 functions staticAdrian Bunk2008-04-291-2/+2
* invalidate_mapping_pages(): add cond_reschedAndrew Morton2007-07-161-1/+1
* [PATCH] remove invalidate_inode_pages()Andrew Morton2007-02-111-1/+1
* [PATCH] drop-pagecacheAndrew Morton2006-01-091-0/+68