Commit Graph

327 Commits (4c647338267e14c93892f6f125f17ea2419eea51)

Author SHA1 Message Date
Minchan Kim d1908362ae vmscan: check all_unreclaimable in direct reclaim path 15 years ago
KOSAKI Motohiro 00918b6ab8 memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim() 15 years ago
KOSAKI Motohiro 14fec79680 memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask 15 years ago
KOSAKI Motohiro da280d636b memcg: kill unnecessary initialization in mem_cgroup_shrink_node_zone() 15 years ago
KOSAKI Motohiro b8f5c5664d memcg: sc.nr_to_reclaim should be initialized 15 years ago
Wu Fengguang e31f3698cd vmscan: raise the bar to PAGEOUT_IO_SYNC stalls 15 years ago
KOSAKI Motohiro bdce6d9ebf memcg, vmscan: add memcg reclaim tracepoint 15 years ago
KOSAKI Motohiro 4dc4b3d971 vmscan: shrink_slab() requires the number of lru_pages, not the page order 15 years ago
KOSAKI Motohiro 58c37f6e0d vmscan: protect reading of reclaim_stat with lru_lock 15 years ago
KOSAKI Motohiro 1574804899 vmscan: avoid subtraction of unsigned types 15 years ago
Mel Gorman 1489fa14cb vmscan: update isolated page counters outside of main path in shrink_inactive_list() 15 years ago
Mel Gorman abe4c3b50c vmscan: set up pagevec as late as possible in shrink_page_list() 15 years ago
Mel Gorman 666356297e vmscan: set up pagevec as late as possible in shrink_inactive_list() 15 years ago
Mel Gorman d4debc66d1 vmscan: remove unnecessary temporary vars in do_try_to_free_pages 15 years ago
KOSAKI Motohiro e247dbce5c vmscan: simplify shrink_inactive_list() 15 years ago
KOSAKI Motohiro 25edde0332 vmscan: kill prev_priority completely 15 years ago
Mel Gorman 755f0225e8 vmscan: tracing: add trace event when a page is written 15 years ago
Mel Gorman a8a94d1515 vmscan: tracing: add trace events for LRU page isolation 15 years ago
Mel Gorman 33906bc5c8 vmscan: tracing: add trace events for kswapd wakeup, sleeping and direct reclaim 15 years ago
KOSAKI Motohiro c6a8a8c589 vmscan: recalculate lru_pages on each priority 15 years ago
KOSAKI Motohiro b00d3ea7cf vmscan: zone_reclaim don't call disable_swap_token() 15 years ago
Nick Piggin a6aa62a090 mm/vmscan.c: fix mapping use after free 15 years ago
Dave Chinner 7f8275d0d6 mm: add context argument to shrinker callback 15 years ago
KOSAKI Motohiro bb21c7ce18 vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failure 15 years ago
Johannes Weiner 8b25c6d223 vmscan: remove isolate_pages callback scan control 15 years ago
Johannes Weiner 0aeb2339e5 vmscan: remove all_unreclaimable scan control 15 years ago
KOSAKI Motohiro 5f53e76299 vmscan: page_check_references(): check low order lumpy reclaim properly 15 years ago
Shaohua Li 76a33fc380 vmscan: prevent get_scan_ratio() rounding errors 15 years ago
Mel Gorman c175a0ce75 mm: move definition for LRU isolation modes to a header 15 years ago
Miao Xie c0ff7453bb cpuset,mm: fix no node to alloc memory when changing cpuset's mems 15 years ago
KOSAKI Motohiro d6da1a5abc mm: revert "vmscan: get_scan_ratio() cleanup" 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Johannes Weiner 6457474624 vmscan: detect mapped file pages used only once 15 years ago
Johannes Weiner 31c0569c3b vmscan: drop page_mapping_inuse() 15 years ago
Johannes Weiner dfc8d636cd vmscan: factor out page reference checks 15 years ago
KOSAKI Motohiro 93e4a89a8c mm: restore zone->all_unreclaimable to independence word 15 years ago
KOSAKI Motohiro 76ca542d88 mm, lockdep: annotate reclaim context to zone reclaim too 15 years ago
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