Commit Graph

341 Commits (9522d7e4cb5e0858122fc55d33a2c07728f0b10d)

Author SHA1 Message Date
KOSAKI Motohiro 84b18490d1 vmscan: get_scan_ratio() cleanup 15 years ago
Minchan Kim 45973d74fd vmscan: check high watermark after shrink zone 15 years ago
KOSAKI Motohiro de3fab3934 vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimable 15 years ago
Huang Shijie 62c0c2f198 vmscan: simplify code 15 years ago
Rik van Riel b39415b273 vmscan: do not evict inactive pages when skipping an active list scan 15 years ago
KOSAKI Motohiro 338fde9093 vmscan: make consistent of reclaim bale out between do_try_to_free_page and shrink_zone 15 years ago
KOSAKI Motohiro ece74b2e7a vmscan: kill sc.swap_cluster_max 15 years ago
KOSAKI Motohiro 4f0ddfdffc vmscan: zone_reclaim() don't use insane swap_cluster_max 15 years ago
KOSAKI Motohiro 7b51755c3b vmscan: kill hibernation specific reclaim logic and unify it 15 years ago
KOSAKI Motohiro 22fba33545 vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim 15 years ago
KOSAKI Motohiro bb3ab59683 vmscan: stop kswapd waiting on congestion when the min watermark is not being met 15 years ago
Mel Gorman f50de2d381 vmscan: have kswapd sleep for a short interval and double check it should be asleep 15 years ago
Vincent Li 6aceb53be4 mm/vmscan: change comment generic_file_write to __generic_file_aio_write 15 years ago
David Rientjes 8fe23e0571 mm: clear node in N_HIGH_MEMORY and stop kswapd when all memory is offlined 15 years ago
Johannes Weiner 6a7b95481d vmscan: order evictable rescue in LRU putback 16 years ago
Wu Fengguang 41e20983fe vmscan: limit VM_EXEC protection to file pages 16 years ago
KOSAKI Motohiro 58355c7876 congestion_wait(): don't use WRITE 16 years ago
Jens Axboe 5b0830cb90 writeback: get rid to incorrect references to pdflush in comments 16 years ago
Alexey Dobriyan 8d65af789f sysctl: remove "struct file *" argument of ->proc_handler 16 years ago
Balbir Singh 4e41695356 memory controller: soft limit reclaim on contention 16 years ago
Vincent Li f168e1b639 mm/vmscan: remove page_queue_congested() comment 16 years ago
Wu Fengguang f862963174 mm: do batched scans for mem_cgroup 16 years ago
Vincent Li 0b21767637 mm/vmscan: rename zone_nr_pages() to zone_nr_lru_pages() 16 years ago
Johannes Weiner ceddc3a52d mm: document is_page_cache_freeable() 16 years ago
Johannes Weiner edcf4748cd mm: return boolean from page_has_private() 16 years ago
Johannes Weiner 6c0b13519d mm: return boolean from page_is_file_cache() 16 years ago
Johannes Weiner 401a8e1c16 mm: introduce page_lru_base_type() 16 years ago
Johannes Weiner b7c46d151c mm: drop unneeded double negations 16 years ago
KOSAKI Motohiro a26f5320c4 vmscan: kill unnecessary prefetch 16 years ago
KOSAKI Motohiro 74a1c48fb4 vmscan: kill unnecessary page flag test 16 years ago
KOSAKI Motohiro 5205e56eea vmscan: move ClearPageActive from move_active_pages() to shrink_active_list() 16 years ago
Minchan Kim de2e7567c7 vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap space is available 16 years ago
Wu Fengguang adea02a1be mm: count only reclaimable lru pages 16 years ago
Rik van Riel 35cd78156c vmscan: throttle direct reclaim when too many pages are isolated already 16 years ago
KOSAKI Motohiro a731286de6 mm: vmstat: add isolate pages 16 years ago
KOSAKI Motohiro b35ea17b7b mm: shrink_inactive_list() nr_scan accounting fix fix 16 years ago
KOSAKI Motohiro 44c241f166 mm: rename pgmoved variable in shrink_active_list() 16 years ago
Andi Kleen 14fa31b89c HWPOISON: Use bitmask/action code for try_to_unmap behaviour 16 years ago
Jens Axboe 03ba3782e8 writeback: switch to per-bdi threads for flushing data 16 years ago
Minchan Kim 03ef83af52 mm: fix for infinite churning of mlocked pages 16 years ago
Jens Axboe 8aa7e847d8 Fix congestion_wait() sync/async vs read/write confusion 16 years ago
KAMEZAWA Hiroyuki cb4cbcf6b3 mm: fix incorrect page removal from LRU 16 years ago
KAMEZAWA Hiroyuki 2ffebca6aa memcg: fix lru rotation in isolate_pages 16 years ago
KAMEZAWA Hiroyuki ee993b135e mm: fix lumpy reclaim lru handling at isolate_lru_pages 16 years ago
Mel Gorman 24cf72518c vmscan: count the number of times zone_reclaim() scans and fails 16 years ago
Mel Gorman fa5e084e43 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full 16 years ago
Mel Gorman 90afa5de6f vmscan: properly account for the number of page cache pages zone_reclaim() can reclaim 16 years ago
Daisuke Nishimura 9198e96c06 vmscan: handle may_swap more strictly 16 years ago
Wu Fengguang 3eb4140f03 vmscan: merge duplicate code in shrink_active_list() 16 years ago
Wu Fengguang 8cab4754d2 vmscan: make mapped executable pages the first class citizen 16 years ago