Commit Graph

342 Commits (b4fe2a03422e6bd20bd8df5e428109a85c9ea961)

Author SHA1 Message Date
Linus Torvalds 6072d13c42 Call the filesystem back whenever a page is removed from the page cache 14 years ago
Shaohua Li 1dce071e18 vmscan: avoid setting zone congested if no page dirty 14 years ago
KOSAKI Motohiro 2e30244a7c vmscan,tmpfs: treat used once pages on tmpfs as used once 14 years ago
Mel Gorman 0e093d9976 writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone 14 years ago
KOSAKI Motohiro 08fc468f4e vmscan: isolate_lru_pages(): stop neighbour search if neighbour cannot be isolated 14 years ago
KOSAKI Motohiro 4718505216 vmscan: remove dead code in shrink_inactive_list() 14 years ago
KOSAKI Motohiro 7d3579e8e6 vmscan: narrow the scenarios in whcih lumpy reclaim uses synchrounous reclaim 14 years ago
KOSAKI Motohiro bc57e00f5e vmscan: synchronous lumpy reclaim should not call congestion_wait() 14 years ago
Mel Gorman e11da5b4fd tracing, vmscan: add trace events for LRU list shrinking 14 years ago
Shaohua Li 66d9a986cd vmscan: delete dead code 14 years ago
Minchan Kim 74e3f3c339 vmscan: prevent background aging of anon page in no swap system 14 years ago
Thadeu Lima de Souza Cascardo e4455abb50 mm: only build per-node scan_unevictable functions when NUMA is enabled 14 years ago
Wu Fengguang 1b430beee5 writeback: remove nonblocking/encountered_congestion references 14 years ago
Minchan Kim d1908362ae vmscan: check all_unreclaimable in direct reclaim path 15 years ago
Nikanth Karthikesan 415b54e37a Fix typo s/contenious/continuous in comment 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