linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -mm 0/6] memcg/kmem: cleanup naming and callflows
@ 2014-04-25 12:33 Vladimir Davydov
  2014-04-25 12:33 ` [PATCH -mm 1/6] memcg: get rid of memcg_create_cache_name Vladimir Davydov
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Vladimir Davydov @ 2014-04-25 12:33 UTC (permalink / raw)
  To: akpm; +Cc: mhocko, hannes, glommer, cl, penberg, linux-kernel, linux-mm,
	devel

Hi,

In reply to "[PATCH RFC -mm v2 3/3] memcg, slab: simplify
synchronization scheme" Johannes wrote:

> I like this patch, but the API names are confusing. Could we fix up
> that whole thing by any chance?

(see https://lkml.org/lkml/2014/4/18/317)

So this patch set is about cleaning up memcg/kmem naming.

While preparing it I found that some of the ugly-named functions
constituting interface between memcontrol.c and slab_common.c can be
neatly got rid of w/o complicating the code. Quite the contrary, w/o
them call-flows look much simpler, IMO. So the first four patches do not
rename anything actually - they just rework call-flows in kmem cache
creation/destruction and memcg_caches arrays relocations paths. Finally,
patches 5 and 6 clean up the naming.

Reviews are appreciated.

Thanks,

Vladimir Davydov (6):
  memcg: get rid of memcg_create_cache_name
  memcg: allocate memcg_caches array on first per memcg cache creation
  memcg: cleanup memcg_caches arrays relocation path
  memcg: get rid of memcg_{alloc,free}_cache_params
  memcg: cleanup kmem cache creation/destruction functions naming
  memcg: cleanup kmem_id-related naming

 include/linux/memcontrol.h |   40 +----
 include/linux/slab.h       |   12 +-
 mm/memcontrol.c            |  420 ++++++++++++++++++++------------------------
 mm/slab.c                  |    4 +-
 mm/slab.h                  |   24 ++-
 mm/slab_common.c           |  127 ++++++++++----
 mm/slub.c                  |   10 +-
 7 files changed, 320 insertions(+), 317 deletions(-)

-- 
1.7.10.4

--
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] 9+ messages in thread

end of thread, other threads:[~2014-04-27  8:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25 12:33 [PATCH -mm 0/6] memcg/kmem: cleanup naming and callflows Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 1/6] memcg: get rid of memcg_create_cache_name Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 2/6] memcg: allocate memcg_caches array on first per memcg cache creation Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 3/6] memcg: cleanup memcg_caches arrays relocation path Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 4/6] memcg: get rid of memcg_{alloc,free}_cache_params Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 5/6] memcg: cleanup kmem cache creation/destruction functions naming Vladimir Davydov
2014-04-25 12:33 ` [PATCH -mm 6/6] memcg: cleanup kmem_id-related naming Vladimir Davydov
2014-04-25 13:12   ` [PATCH -mm v1.1] " Vladimir Davydov
2014-04-27  8:56 ` [PATCH -mm 0/6] memcg/kmem: cleanup naming and callflows Vladimir Davydov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).