summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro2010-04-071-14/+9Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-061-10/+35
* vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-061-23/+2Star
* vmscan: factor out page reference checksJohannes Weiner2010-03-061-13/+43
* mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro2010-03-061-13/+9Star
* mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro2010-03-061-0/+2
* vmscan: get_scan_ratio() cleanupKOSAKI Motohiro2010-03-061-9/+14
* vmscan: check high watermark after shrink zoneMinchan Kim2010-03-061-10/+12
* vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro2010-01-161-0/+3
* vmscan: simplify codeHuang Shijie2009-12-151-4/+2Star
* 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/+6Star
* vmscan: zone_reclaim() don't use insane swap_cluster_maxKOSAKI Motohiro2009-12-151-2/+1Star
* vmscan: kill hibernation specific reclaim logic and unify itKOSAKI Motohiro2009-12-151-127/+26Star
* 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/+0Star
* | 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/+0Star
* | 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/+1Star
* | 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-271-2/+7
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-4/+4