[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-30 Thread Andrea Righi
On Thu, Mar 04, 2010 at 11:18:28AM -0500, Vivek Goyal wrote: On Thu, Mar 04, 2010 at 11:40:15AM +0100, Andrea Righi wrote: [..] diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 5a0f8f3..c5d14ea 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -137,13 +137,16

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-30 Thread Andrea Righi
On Thu, Mar 04, 2010 at 02:41:44PM -0500, Vivek Goyal wrote: On Thu, Mar 04, 2010 at 11:40:15AM +0100, Andrea Righi wrote: [..] diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 5a0f8f3..c5d14ea 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -137,13 +137,16

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-30 Thread Andrea Righi
On Fri, Mar 05, 2010 at 12:08:43PM +0530, Balbir Singh wrote: * Andrea Righi ari...@develer.com [2010-03-04 11:40:15]: Apply the cgroup dirty pages accounting and limiting infrastructure to the opportune kernel functions. Signed-off-by: Andrea Righi ari...@develer.com ---

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-07 Thread KAMEZAWA Hiroyuki
On Sun, 7 Mar 2010 21:57:54 +0100 Andrea Righi ari...@develer.com wrote: Apply the cgroup dirty pages accounting and limiting infrastructure to the opportune kernel functions. As a bonus, make determine_dirtyable_memory() static again: this function isn't used anymore outside page

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-04 Thread Vivek Goyal
On Thu, Mar 04, 2010 at 11:40:15AM +0100, Andrea Righi wrote: [..] diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 5a0f8f3..c5d14ea 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -137,13 +137,16 @@ static struct prop_descriptor vm_dirties; */ static int

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-04 Thread Vivek Goyal
On Thu, Mar 04, 2010 at 11:40:15AM +0100, Andrea Righi wrote: [..] diff --git a/mm/page-writeback.c b/mm/page-writeback.c index 5a0f8f3..c5d14ea 100644 --- a/mm/page-writeback.c +++ b/mm/page-writeback.c @@ -137,13 +137,16 @@ static struct prop_descriptor vm_dirties; */ static int

[Devel] Re: [PATCH -mmotm 4/4] memcg: dirty pages instrumentation

2010-03-04 Thread Balbir Singh
* Andrea Righi ari...@develer.com [2010-03-04 11:40:15]: Apply the cgroup dirty pages accounting and limiting infrastructure to the opportune kernel functions. Signed-off-by: Andrea Righi ari...@develer.com --- fs/fuse/file.c |5 +++ fs/nfs/write.c |4 ++