Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761474AbYFMJWK (ORCPT ); Fri, 13 Jun 2008 05:22:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753431AbYFMJV6 (ORCPT ); Fri, 13 Jun 2008 05:21:58 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:44277 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752269AbYFMJV5 (ORCPT ); Fri, 13 Jun 2008 05:21:57 -0400 Date: Fri, 13 Jun 2008 18:27:14 +0900 From: KAMEZAWA Hiroyuki To: "linux-mm@kvack.org" Cc: LKML , "menage@google.com" , "balbir@linux.vnet.ibm.com" , "xemul@openvz.org" , "yamamoto@valinux.co.jp" , "nishimura@mxp.nes.nec.co.jp" , "lizf@cn.fujitsu.com" Subject: [PATCH 0/6] memcg: hierarchy updates (v4) Message-Id: <20080613182714.265fe6d2.kamezawa.hiroyu@jp.fujitsu.com> Organization: Fujitsu X-Mailer: Sylpheed 2.4.2 (GTK+ 2.10.11; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1526 Lines: 44 Hi, this is memcg hierarchy series v4. but I changed the title. Thank you for many replies to v3. This is against 2.6.26-rc5-mm3. I rearranged the patch stack and much amount of codes are rewritten. I think I answers most of advices in this version. If I misses, please point out again, sorry. Balbir, I'd like to write a generic infrastructure to allow me and you to implement what we want. So, please check patches in the view, how res_counter is used and whether my codes can have a bad effect to what you want or not. Changelog: - rearranged patch stack. - "limit change" handling is divided. - moves basic res_counter handling to res_counter from memcg. Short description of patches. - [1/6] ...a callback for change-of-limit support to res_counter. - [2/6] ...make use of change-of-limit support in memcg. - [3/6] ...a special case of implicit change-of-limit at rmdir() - [4/6] ...a hierarchy support infrastructure for res_counter. - [5/6] ...HARDWALL hierarchy support in res_counter. - [6/6] ...HARDWALL hierarhcy in memcg. It seems rc5-mm3 needs more test and I will not be able to answer e-mail quickly. please check when you have free time ;) Anyway, I'd like to push [1/6] and [2/6] , at first. Others will be scheduled later. Thanks, -Kame -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/