All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Davydov <vdavydov-bzQdu9zFT3WakBO8gow8eQ@public.gmane.org>
To: Dave Chinner <david-FqsqvQoI3Ljby3iVrkZq2A@public.gmane.org>
Cc: Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>,
	akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org,
	mhocko-AlSwsSmVLrQ@public.gmane.org,
	glommer-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org,
	cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org
Subject: Re: [PATCH v11 00/15] kmemcg shrinkers
Date: Wed, 27 Nov 2013 10:26:17 +0400	[thread overview]
Message-ID: <52959089.6030607@parallels.com> (raw)
In-Reply-To: <20131126224742.GB10988@dastard>

On 11/27/2013 02:47 AM, Dave Chinner wrote:
> On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote:
>> Hi,
>>
>> Thank you for the review. I agree with all your comments and I'll
>> resend the fixed version soon.
>>
>> If anyone still has something to say about the patchset, I'd be glad
>> to hear from them.
> Please CC me on all the shrinker/list-lru changes being made as I am
> the original author of the list-lru code and the shrinker
> integration and have more than a passing interest in ensuring
> it doesn't get broken or crippled....

Sure, thanks.

WARNING: multiple messages have this Message-ID (diff)
From: Vladimir Davydov <vdavydov@parallels.com>
To: Dave Chinner <david@fromorbit.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>,
	akpm@linux-foundation.org, mhocko@suse.cz, glommer@openvz.org,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org,
	cgroups@vger.kernel.org, devel@openvz.org
Subject: Re: [PATCH v11 00/15] kmemcg shrinkers
Date: Wed, 27 Nov 2013 10:26:17 +0400	[thread overview]
Message-ID: <52959089.6030607@parallels.com> (raw)
In-Reply-To: <20131126224742.GB10988@dastard>

On 11/27/2013 02:47 AM, Dave Chinner wrote:
> On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote:
>> Hi,
>>
>> Thank you for the review. I agree with all your comments and I'll
>> resend the fixed version soon.
>>
>> If anyone still has something to say about the patchset, I'd be glad
>> to hear from them.
> Please CC me on all the shrinker/list-lru changes being made as I am
> the original author of the list-lru code and the shrinker
> integration and have more than a passing interest in ensuring
> it doesn't get broken or crippled....

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

WARNING: multiple messages have this Message-ID (diff)
From: Vladimir Davydov <vdavydov@parallels.com>
To: Dave Chinner <david@fromorbit.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>, <akpm@linux-foundation.org>,
	<mhocko@suse.cz>, <glommer@openvz.org>,
	<linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>,
	<cgroups@vger.kernel.org>, <devel@openvz.org>
Subject: Re: [PATCH v11 00/15] kmemcg shrinkers
Date: Wed, 27 Nov 2013 10:26:17 +0400	[thread overview]
Message-ID: <52959089.6030607@parallels.com> (raw)
In-Reply-To: <20131126224742.GB10988@dastard>

On 11/27/2013 02:47 AM, Dave Chinner wrote:
> On Tue, Nov 26, 2013 at 10:47:00AM +0400, Vladimir Davydov wrote:
>> Hi,
>>
>> Thank you for the review. I agree with all your comments and I'll
>> resend the fixed version soon.
>>
>> If anyone still has something to say about the patchset, I'd be glad
>> to hear from them.
> Please CC me on all the shrinker/list-lru changes being made as I am
> the original author of the list-lru code and the shrinker
> integration and have more than a passing interest in ensuring
> it doesn't get broken or crippled....

Sure, thanks.

  reply	other threads:[~2013-11-27  6:26 UTC|newest]

Thread overview: 60+ 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
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 [this message]
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
2013-10-24 12:04 ` 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=52959089.6030607@parallels.com \
    --to=vdavydov-bzqdu9zft3wakbo8gow8eq@public.gmane.org \
    --cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=david-FqsqvQoI3Ljby3iVrkZq2A@public.gmane.org \
    --cc=devel-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org \
    --cc=glommer-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org \
    --cc=hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org \
    --cc=mhocko-AlSwsSmVLrQ@public.gmane.org \
    /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.