summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* vmscan: simplify codeHuang Shijie2009-12-151-4/+2
* vmscan: do not evict inactive pages when skipping an active list scanRik van Riel2009-12-151-6/+12
* vmscan: make consistent of reclaim bale out between do_try_to_free_page and s...KOSAKI Motohiro2009-12-151-1/+1
* vmscan: kill sc.swap_cluster_maxKOSAKI Motohiro2009-12-151-20/+6
* vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro2009-12-151-2/+1
* vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro2009-12-151-127/+26
* vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaimKOSAKI Motohiro2009-12-151-6/+19
* vmscan: stop kswapd waiting on congestion when the min watermark is not being...KOSAKI Motohiro2009-12-151-9/+29
* vmscan: have kswapd sleep for a short interval and double check it should be ...Mel Gorman2009-12-151-2/+42
* mm/vmscan: change comment generic_file_write to __generic_file_aio_writeVincent Li2009-12-151-1/+1
* mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlinedDavid Rientjes2009-12-151-6/+22
* vmscan: order evictable rescue in LRU putbackJohannes Weiner2009-10-291-0/+10
* vmscan: limit VM_EXEC protection to file pagesWu Fengguang2009-10-291-1/+1
* congestion_wait(): don't use WRITEKOSAKI Motohiro2009-10-291-1/+1
* Merge branch 'writeback' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-09-251-4/+4
|\
| * writeback: get rid to incorrect references to pdflush in commentsJens Axboe2009-09-251-4/+4
* | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+1
|\ \
| * | HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-161-1/+1
* | | sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* | | memory controller: soft limit reclaim on contentionBalbir Singh2009-09-241-1/+44
| |/ |/|
* | mm/vmscan: remove page_queue_congested() commentVincent Li2009-09-221-1/+0
* | mm: do batched scans for mem_cgroupWu Fengguang2009-09-221-9/+11
* | mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages()Vincent Li2009-09-221-7/+7
* | mm: document is_page_cache_freeable()Johannes Weiner2009-09-221-0/+5
* | mm: return boolean from page_has_private()Johannes Weiner2009-09-221-1/+1
* | mm: return boolean from page_is_file_cache()Johannes Weiner2009-09-221-1/+1
* | mm: introduce page_lru_base_type()Johannes Weiner2009-09-221-3/+3
* | mm: drop unneeded double negationsJohannes Weiner2009-09-221-4/+4
* | vmscan: kill unnecessary prefetchKOSAKI Motohiro2009-09-221-1/+0
* | vmscan: kill unnecessary page flag testKOSAKI Motohiro2009-09-221-2/+2
* | vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()KOSAKI Motohiro2009-09-221-4/+1
* | vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...Minchan Kim2009-09-221-0/+10
* | mm: count only reclaimable lru pagesWu Fengguang2009-09-221-11/+39
* | vmscan: throttle direct reclaim when too many pages are isolated alreadyRik van Riel2009-09-221-0/+33
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-221-1/+11
* | mm: shrink_inactive_list() nr_scan accounting fix fixKOSAKI Motohiro2009-09-221-12/+18
* | mm: rename pgmoved variable in shrink_active_list()KOSAKI Motohiro2009-09-221-8/+8
|/
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-1/+1
* mm: fix for infinite churning of mlocked pagesMinchan Kim2009-08-261-2/+7
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+4
* mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki2009-06-231-1/+1
* memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki2009-06-181-1/+3
* mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki2009-06-161-9/+1
* vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2009-06-161-0/+3
* vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman2009-06-161-5/+6
* vmscan: properly account for the number of page cache pages zone_reclaim() ca...Mel Gorman2009-06-161-7/+45
* vmscan: handle may_swap more strictlyDaisuke Nishimura2009-06-161-9/+9
* vmscan: merge duplicate code in shrink_active_list()Wu Fengguang2009-06-161-53/+42
* vmscan: make mapped executable pages the first class citizenWu Fengguang2009-06-161-7/+45
* vmscan: report vm_flags in page_referenced()Wu Fengguang2009-06-161-2/+5