cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-07 19:06:53 to 2013-12-20 14:36:22 UTC [more...]

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-20 14:36 UTC  (23+ messages)
` [PATCH v14 01/18] memcg: make cache index determination more robust
` [PATCH v14 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v14 03/18] memcg: move initialization to memcg creation
  ` [PATCH v14 04/18] memcg: make for_each_mem_cgroup macros public
  ` [PATCH v14 12/18] vmscan: shrink slab on memcg pressure
  ` [PATCH v14 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v14 05/18] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH v14 06/18] memcg: rework memcg_update_kmem_limit synchronization
` [PATCH v14 07/18] list_lru, shrinkers: introduce list_lru_shrink_{count,walk}
` [PATCH v14 08/18] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v14 09/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v14 10/18] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v14 11/18] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v14 13/18] vmscan: take at least one pass with shrinkers
` [PATCH v14 14/18] list_lru: add per-memcg lists
` [PATCH v14 15/18] fs: make shrinker memcg aware
` [PATCH v14 16/18] vmpressure: in-kernel notifications
` [PATCH v14 18/18] memcg: flush memcg items upon memcg destruction

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-19 14:41 UTC  (28+ messages)

[PATCH 1/6] slab: cleanup kmem_cache_create_memcg()
 2013-12-19 10:23 UTC  (42+ messages)
` [PATCH 2/6] memcg, slab: kmem_cache_create_memcg(): free memcg params on error
` [PATCH 3/6] memcg, slab: cleanup barrier usage when accessing memcg_caches
` [PATCH 4/6] memcg, slab: check and init memcg_cahes under slab_mutex
` [PATCH 5/6] memcg: clear memcg_params after removing cache from memcg_slab_caches list
` [PATCH 6/6] memcg, slab: RCU protect memcg_params for root caches
` [Devel] [PATCH 1/6] slab: cleanup kmem_cache_create_memcg()

cgroup filter on physics interface can't control container
 2013-12-18  9:12 UTC  (2+ messages)

Race in memcg kmem?
 2013-12-18  7:51 UTC  (6+ messages)
                ` [Devel] "

3.13-rc breaks MEMCG_SWAP
 2013-12-17 13:15 UTC  (25+ messages)
                ` [PATCH cgroup/for-3.13-fixes] cgroup: don't recycle cgroup id until all csses' have been destroyed

[PATCH 1/2] memcg: fix memcg_size() calculation
 2013-12-17  8:12 UTC  (7+ messages)
  ` [PATCH 2/2] memcg: do not use vmalloc for mem_cgroup allocations
    ` [Devel] "

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-16  8:22 UTC  (7+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-14 20:03 UTC  (36+ messages)
` [PATCH v13 01/16] memcg: make cache index determination more robust
` [PATCH v13 02/16] memcg: consolidate callers of memcg_cache_id
` [PATCH v13 03/16] memcg: move initialization to memcg creation
` [PATCH v13 04/16] memcg: move memcg_caches_array_size() function
  ` [PATCH v13 05/16] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v13 06/16] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v13 07/16] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
` [PATCH v13 08/16] mm: list_lru: require shrink_control in count, walk functions
` [PATCH v13 09/16] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v13 10/16] vmscan: shrink slab on memcg pressure
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists
` [PATCH v13 12/16] fs: mark list_lru based shrinkers memcg aware
` [PATCH v13 13/16] vmscan: take at least one pass with shrinkers
` [PATCH v13 14/16] vmpressure: in-kernel notifications
` [PATCH v13 15/16] memcg: reap dead memcgs upon global memory pressure
` [PATCH v13 16/16] memcg: flush memcg items upon memcg destruction

[PATCH cgroup/for-3.14] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-13 20:47 UTC  (3+ messages)

[patch 1/8] fork: collapse copy_flags into copy_process
 2013-12-13 11:47 UTC  (27+ messages)
        ` [patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves

[PATCH] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-12 18:51 UTC  (7+ messages)

[PATCH -next] cgroup: fix missing unlock on error in cgroup_load_subsys()
 2013-12-12 15:46 UTC  (3+ messages)

[PATCH] memcg: remove KMEM_ACCOUNTED_ACTIVATED
 2013-12-10 12:05 UTC  (14+ messages)

can't add process PID to group/tasks
 2013-12-09 22:25 UTC 

Bug#731715: can't add process PID to group/tasks
 2013-12-09 22:19 UTC 

cgroups-blkio CFQ scheduling does not work well in a RAID5 configuration
 2013-12-09 20:50 UTC  (4+ messages)

[PATCHSET REPOST cgroup/for-3.14] cgroup: factor out css creation into create_css()
 2013-12-09  9:15 UTC  (2+ messages)

[PATCH] cgroup: fix bug on cgroup_create() fail path
 2013-12-09  9:10 UTC  (3+ messages)
` [PATCH cgroup/for-3.13-fixes] cgroup: fix oops in cgroup init failure path


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