All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Vladimir Davydov <vdavydov@parallels.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
	linux-kernel@vger.kernel.org, glommer@openvz.org, mhocko@suse.cz,
	linux-mm@kvack.org, cgroups@vger.kernel.org, devel@openvz.org
Subject: Re: [Devel] [PATCH v11 00/15] kmemcg shrinkers
Date: Tue, 26 Nov 2013 08:46:44 -0800	[thread overview]
Message-ID: <20131126084644.405a091d.akpm@linux-foundation.org> (raw)
In-Reply-To: <52949A4F.7030004@parallels.com>

On Tue, 26 Nov 2013 16:55:43 +0400 Vladimir Davydov <vdavydov@parallels.com> wrote:

> What do you think about splitting this set into two main series as follows:
> 
> 1) Prepare vmscan to kmemcg-aware shrinkers; would include patches 1-7 
> of this set.
> 2) Make fs shrinkers memcg-aware; would include patches 9-11 of this set

Please just resend everything.

> and leave other patches, which are rather for optimization/extending 
> functionality, for future?

It will be helpful to describe such splitting opportunities in the
[0/n] changelog.

--
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>

WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@linux-foundation.org>
To: Vladimir Davydov <vdavydov@parallels.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
	<linux-kernel@vger.kernel.org>, <glommer@openvz.org>,
	<mhocko@suse.cz>, <linux-mm@kvack.org>, <cgroups@vger.kernel.org>,
	<devel@openvz.org>
Subject: Re: [Devel] [PATCH v11 00/15] kmemcg shrinkers
Date: Tue, 26 Nov 2013 08:46:44 -0800	[thread overview]
Message-ID: <20131126084644.405a091d.akpm@linux-foundation.org> (raw)
In-Reply-To: <52949A4F.7030004@parallels.com>

On Tue, 26 Nov 2013 16:55:43 +0400 Vladimir Davydov <vdavydov@parallels.com> wrote:

> What do you think about splitting this set into two main series as follows:
> 
> 1) Prepare vmscan to kmemcg-aware shrinkers; would include patches 1-7 
> of this set.
> 2) Make fs shrinkers memcg-aware; would include patches 9-11 of this set

Please just resend everything.

> and leave other patches, which are rather for optimization/extending 
> functionality, for future?

It will be helpful to describe such splitting opportunities in the
[0/n] changelog.


  reply	other threads:[~2013-11-26 16:46 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-25 12:07 [PATCH v11 00/15] kmemcg shrinkers Vladimir Davydov
2013-11-25 12:07 ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 01/15] memcg: make cache index determination more robust Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 02/15] memcg: consolidate callers of memcg_cache_id Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 03/15] vmscan: also shrink slab in memcg pressure Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 16:27   ` Johannes Weiner
2013-11-25 16:27     ` Johannes Weiner
2013-11-25 12:07 ` [PATCH v11 04/15] memcg: move initialization to memcg creation Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
     [not found] ` <cover.1385377616.git.vdavydov-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2013-11-25 12:07   ` [PATCH v11 05/15] memcg: move stop and resume accounting functions Vladimir Davydov
2013-11-25 12:07     ` Vladimir Davydov
2013-11-25 12:07     ` Vladimir Davydov
2013-11-25 17:41   ` [PATCH v11 00/15] kmemcg shrinkers Johannes Weiner
2013-11-25 17:41     ` Johannes Weiner
2013-11-25 17:41     ` Johannes Weiner
2013-11-26  6:47     ` Vladimir Davydov
2013-11-26  6:47       ` Vladimir Davydov
     [not found]       ` <529443E4.7080602-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2013-11-26 12:55         ` [Devel] " Vladimir Davydov
2013-11-26 12:55           ` Vladimir Davydov
2013-11-26 12:55           ` Vladimir Davydov
2013-11-26 16:46           ` Andrew Morton [this message]
2013-11-26 16:46             ` Andrew Morton
2013-11-26 22:47       ` Dave Chinner
2013-11-26 22:47         ` Dave Chinner
2013-11-27  6:26         ` Vladimir Davydov
2013-11-27  6:26           ` Vladimir Davydov
2013-11-27  6:26           ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 06/15] memcg: per-memcg kmem shrinking Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
     [not found]   ` <4e0f1ff9bd02fb3614e98aa76a8c23a7f21a25d4.1385377616.git.vdavydov-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2013-11-25 16:44     ` Johannes Weiner
2013-11-25 16:44       ` Johannes Weiner
2013-11-25 16:44       ` Johannes Weiner
2013-11-25 12:07 ` [PATCH v11 07/15] memcg: scan cache objects hierarchically Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 16:51   ` Johannes Weiner
2013-11-25 16:51     ` Johannes Weiner
2013-11-25 12:07 ` [PATCH v11 08/15] vmscan: take at least one pass with shrinkers Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 09/15] memcg,list_lru: add per-memcg LRU list infrastructure Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
     [not found]   ` <e7f905d1cb6af578b8e6e872da909cfbf85030ad.1385377616.git.vdavydov-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2013-11-25 16:56     ` Johannes Weiner
2013-11-25 16:56       ` Johannes Weiner
2013-11-25 16:56       ` Johannes Weiner
2013-11-25 12:07 ` [PATCH v11 10/15] memcg,list_lru: add function walking over all lists of a per-memcg LRU Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 11/15] super: make icache, dcache shrinkers memcg-aware Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 12/15] memcg: allow kmem limit to be resized down Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 13/15] vmpressure: in-kernel notifications Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 14/15] memcg: reap dead memcgs upon global memory pressure Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
2013-11-25 12:07 ` [PATCH v11 15/15] memcg: flush memcg items upon memcg destruction Vladimir Davydov
2013-11-25 12:07   ` Vladimir Davydov
  -- strict thread matches above, loose matches on Subject: below --
2013-10-24 12:04 [PATCH v11 00/15] kmemcg shrinkers Vladimir Davydov
     [not found] ` <cover.1382603434.git.vdavydov-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
2013-11-01 13:26   ` [Devel] " Vladimir Davydov
2013-11-01 13:26     ` Vladimir Davydov
2013-11-01 13:26     ` Vladimir Davydov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131126084644.405a091d.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=cgroups@vger.kernel.org \
    --cc=devel@openvz.org \
    --cc=glommer@openvz.org \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@suse.cz \
    --cc=vdavydov@parallels.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.