linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/09] memcg: split-lru feature for memcg
@ 2008-11-30 10:54 KOSAKI Motohiro
  2008-11-30 10:55 ` [PATCH 01/09] inactive_anon_is_low() move to vmscan.c KOSAKI Motohiro
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: KOSAKI Motohiro @ 2008-11-30 10:54 UTC (permalink / raw)
  To: LKML, linux-mm, Andrew Morton, Balbir Singh, KAMEZAWA Hiroyuki,
	Rik van Riel
  Cc: kosaki.motohiro

Recently, SplitLRU patch series dramatically improvement VM reclaim
logic.

it have following improvement.
 (1) splite lru per page type
 (2) introduce inactive/active anon balancing logic
 (3) introduce anon/file balancing logic

Unfortunately, the improvement of memcgroup reclaim is incomplete.
Currently, it only has (1), but doesn't have (2) and (3).


This patch introduce (2) and (3) improvements to memcgroup.
this implementation is straightforward porting from global reclaim.

Therefere
  - code is simple.
  - memcg reclaim become efficiency as global reclaim.
  - the logic is the same as global lru.
    then, memcg reclaim debugging become easily.


this patch series has three part

[part 1: inactive-anon vs active-anon balancing improvement]
  [01/09] inactive_anon_is_low() move to vmscan.c
  [02/09] memcg: make inactive_anon_is_low()

[part 2: anon vs file balancing improvement]
  [03/09] introduce zone_reclaim struct
  [04/09] memcg: make zone_reclaim_stat
  [05/09] make zone_nr_pages() helper function
  [06/09] make get_scan_ratio() to memcg awareness
  [07/09] memcg: remove mem_cgroup_calc_reclaim()

[part 3: add split-lru related statics field to /cgroup/memory.stat]
  [08/09] memcg: show inactive_ratio
  [09/09] memcg: show reclaim stat

patch against: mmotm 29 Nov 2008


Thanks!



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2008-12-01  2:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-30 10:54 [PATCH 00/09] memcg: split-lru feature for memcg KOSAKI Motohiro
2008-11-30 10:55 ` [PATCH 01/09] inactive_anon_is_low() move to vmscan.c KOSAKI Motohiro
2008-11-30 15:18   ` Rik van Riel
2008-11-30 10:56 ` [PATCH 02/09] memcg: make inactive_anon_is_low() KOSAKI Motohiro
2008-11-30 12:25   ` Cyrill Gorcunov
2008-11-30 14:00     ` KOSAKI Motohiro
2008-11-30 12:50   ` Pekka Enberg
2008-11-30 14:04     ` KOSAKI Motohiro
2008-11-30 15:24   ` Rik van Riel
2008-11-30 10:57 ` [PATCH 03/09] introduce zone_reclaim struct KOSAKI Motohiro
2008-11-30 15:27   ` Rik van Riel
2008-11-30 10:59 ` [PATCH 04/09] memcg: make zone_reclaim_stat KOSAKI Motohiro
2008-11-30 16:06   ` Rik van Riel
2008-12-01  0:48     ` KOSAKI Motohiro
2008-11-30 16:08   ` Rik van Riel
2008-12-01  0:50     ` KOSAKI Motohiro
2008-11-30 10:59 ` [PATCH 05/09] make zone_nr_pages() helper function KOSAKI Motohiro
2008-11-30 16:10   ` Rik van Riel
2008-11-30 11:00 ` [PATCH 06/09] make get_scan_ratio() to memcg awareness KOSAKI Motohiro
2008-11-30 11:01 ` [PATCH 07/09] memcg: remove mem_cgroup_calc_reclaim() KOSAKI Motohiro
2008-11-30 11:02 ` [PATCH 08/09] memcg: show inactive_ratio KOSAKI Motohiro
2008-11-30 11:03 ` [PATCH 09/09] memcg: show reclaim stat KOSAKI Motohiro
2008-12-01  2:00 ` [PATCH 00/09] memcg: split-lru feature for memcg KAMEZAWA Hiroyuki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox