summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-09mm: memcontrol: use page lists for uncharge batchingJohannes Weiner1-7/+5
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner1-3/+9
2014-08-07memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-7/+13
2014-08-07mm, vmscan: fix an outdated comment still mentioning get_scan_ratioJerome Marchand1-1/+1
2014-08-07mm: move zone->pages_scanned into a vmstat counterMel Gorman1-3/+4
2014-08-07mm: update the description for vm_total_pagesWang Sheng-Hui1-1/+5
2014-08-07mm: vmscan: clean up struct scan_controlJohannes Weiner1-53/+46
2014-08-07mm: vmscan: move swappiness out of scan_controlJohannes Weiner1-14/+13
2014-08-07mm: vmscan: remove all_unreclaimable()Johannes Weiner1-25/+24
2014-08-07mm: vmscan: rework compaction-ready signaling in direct reclaimJohannes Weiner1-38/+32
2014-08-07mm: vmscan: remove remains of kswapd-managed zone->all_unreclaimableJohannes Weiner1-8/+0
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-06-09Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-7/+5
2014-06-07mm: convert some level-less printks to pr_*Mitchel Humpherys1-1/+4
2014-06-07vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko1-10/+8
2014-06-07mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-05mm: vmscan: use proportional scanning during direct reclaim and full scan at ...Mel Gorman1-11/+25
2014-06-05mm/vmscan.c: use DIV_ROUND_UP for calculation of zone's balance_gap and corre...Jianyu Zhan1-6/+4
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-3/+3
2014-06-05mm: shrinker: add nid to tracepoint outputDave Hansen1-1/+1
2014-06-05mm: shrinker trace points: fix negativesDave Hansen1-1/+1
2014-06-05mm/vmscan.c: avoid throttling reclaim for loop-back nfsd threadsNeilBrown1-2/+17
2014-06-05mm: vmscan: do not throttle based on pfmemalloc reserves if node has no ZONE_...Mel Gorman1-6/+37
2014-06-05mem-hotplug: implement get/put_online_memsVladimir Davydov1-1/+1
2014-06-05mm: only force scan in reclaim when none of the LRUs are big enough.Suleiman Souhlal1-27/+39
2014-05-07write_iter variants of {__,}generic_file_aio_write()Al Viro1-1/+1
2014-05-07revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner1-0/+18
2014-04-19vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-04-09mm: vmscan: do not swap anon pages just because free+file is lowJohannes Weiner1-15/+1
2014-04-08mm/vmscan: do not check compaction_ready on promoted zonesWeijie Yang1-1/+3
2014-04-08mm/vmscan: restore sc->gfp_mask after promoting it to __GFP_HIGHMEMWeijie Yang1-0/+8
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner1-5/+19
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-04mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-04-04mm: vmscan: remove shrink_control arg from do_try_to_free_pages()Vladimir Davydov1-20/+12
2014-04-04mm: vmscan: move call to shrink_slab() to shrink_zones()Vladimir Davydov1-31/+25
2014-04-04mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-01-30mm/page-writeback.c: do not count anon pages as dirtyable memoryJohannes Weiner1-22/+1
2014-01-24mm: vmscan: call NUMA-unaware shrinkers irrespective of nodemaskVladimir Davydov1-9/+10
2014-01-24mm: vmscan: shrink all slab objects if tight on memoryVladimir Davydov1-4/+21
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin1-10/+10
2013-10-17mm/vmscan.c: don't forget to free shrinker->nr_deferredAndrew Vagin1-0/+1
2013-10-01mm: avoid reinserting isolated balloon pages into LRU listsRafael Aquini1-1/+3
2013-09-25revert "memcg, vmscan: integrate soft reclaim tighter with zone shrinking code"Andrew Morton1-36/+26
2013-09-25revert "vmscan, memcg: do softlimit reclaim also for targeted reclaim"Andrew Morton1-2/+2
2013-09-25revert "memcg: enhance memcg iterator to support predicates"Andrew Morton1-5/+11
2013-09-25revert "memcg, vmscan: do not attempt soft limit reclaim if it would not scan...Andrew Morton1-3/+1
2013-09-25revert "memcg, vmscan: do not fall into reclaim-all pass too quickly"Andrew Morton1-17/+2
2013-09-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-31/+52
2013-09-13memcg: trivial cleanupsAndrew Morton1-6/+6