public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-05 13:42:12 to 2013-04-15 05:29:24 UTC [more...]

[PATCHSET] cgroup, memcg: introduce sane_behavior mount option
 2013-04-15  5:29 UTC  (17+ messages)
` [PATCH 4/4] memcg: force use_hierarchy if sane_behavior
  ` [PATCH 1/4] cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefix
  ` [PATCH 2/4] move cgroupfs_root to include/linux/cgroup.h
  ` [PATCH 3/4] cgroup: introduce sane_behavior mount option

[PATCHSET] cgroup: implement task_cgroup_path_from_hierarchy()
 2013-04-15  3:57 UTC  (14+ messages)
` [PATCH 4/4] "
    ` [PATCH UPDATED "
  ` [PATCH 1/4] cgroup: refactor hierarchy_id handling
  ` [PATCH 2/4] cgroup: drop hierarchy_id_lock
  ` [PATCH 3/4] cgroup: make hierarchy_id use cyclic idr

[PATCH cgroup/for-3.10] cgroup: make cgroup_path() not print double slashes
 2013-04-15  3:18 UTC  (4+ messages)
  ` [PATCH UPDATED "

[PATCH] cgroup: remove bind() method from cgroup_subsys
 2013-04-12 17:24 UTC  (8+ messages)

[PATCH] memcg: Check more strictly to avoid ULLONG overflow by PAGE_ALIGN
 2013-04-12 10:38 UTC  (3+ messages)

[PATCHSET] perf, cgroup: implement hierarchy support for perf_event controller
 2013-04-10 18:08 UTC  (9+ messages)
  ` [PATCH 1/3] cgroup: make sure parent won't be destroyed before its children
  ` [PATCH 2/3] cgroup: implement cgroup_is_descendant()
  ` [PATCH 3/3] perf: make perf_event cgroup hierarchical

cgroup: status-quo and userland efforts
 2013-04-09 21:11 UTC  (19+ messages)
      ` [Workman-devel] "

[PATCH] memcg: defer page_cgroup initialization
 2013-04-09 16:15 UTC  (5+ messages)

[PATCH 0/12][V2] memcg: make memcg's life cycle the same as cgroup
 2013-04-09  7:55 UTC  (30+ messages)
` [PATCH 05/12] memcg: use css_get() in sock_update_memcg()
` [PATCH 06/12] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [PATCH 07/12] memcg: use css_get/put when charging/uncharging kmem
` [PATCH 08/12] memcg: use css_get/put for swap memcg
` [PATCH 11/12] memcg: kill memcg refcnt
  ` [PATCH 01/12] memcg: take reference before releasing rcu_read_lock
  ` [PATCH 02/12] memcg: avoid accessing memcg after releasing reference
  ` [PATCH 03/12] Revert "memcg: avoid dangling reference count in creation failure."
  ` [PATCH 04/12] memcg, kmem: fix reference count handling on the error path
  ` [PATCH 09/12] cgroup: make sure parent won't be destroyed before its children
  ` [PATCH 10/12] memcg: don't need to get a reference to the parent
  ` [PATCH 12/12] memcg: don't need to free memcg via RCU or workqueue
` [PATCH 13/12] memcg: don't need memcg->memcg_name

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-09  7:25 UTC  (35+ messages)
` [PATCH v3 03/32] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v3 04/32] dentry: move to per-sb LRU locks
` [PATCH v3 05/32] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v3 01/32] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v3 02/32] vmscan: take at least one pass with shrinkers
  ` [PATCH v3 06/32] mm: new shrinker API
  ` [PATCH v3 07/32] shrinker: convert superblock shrinkers to new API
  ` [PATCH v3 10/32] dcache: convert to use new lru list infrastructure
  ` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
  ` [PATCH v3 15/32] xfs: convert dquot cache lru to list_lru
  ` [PATCH v3 17/32] drivers: convert shrinkers to new count/scan API
  ` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v3 21/32] vmscan: also shrink slab in memcg pressure
  ` [PATCH v3 22/32] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v3 24/32] list_lru: also include memcg lists in counts and scans
  ` [PATCH v3 28/32] memcg: scan cache objects hierarchically
  ` [PATCH v3 30/32] memcg: shrink dead memcgs upon global memory pressure
  ` [PATCH v3 32/32] memcg: debugging facility to access dangling memcgs
` [PATCH v3 08/32] list: add a new LRU list type
` [PATCH v3 09/32] inode: convert inode lru list to generic lru list code
` [PATCH v3 11/32] list_lru: per-node list infrastructure
` [PATCH v3 12/32] shrinker: add node awareness
` [PATCH v3 13/32] fs: convert inode and dentry shrinking to be node aware
` [PATCH v3 16/32] fs: convert fs shrinkers to new scan/count API
` [PATCH v3 18/32] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v3 20/32] shrinker: Kill old ->shrink API
` [PATCH v3 23/32] lru: add an element to a memcg list
` [PATCH v3 25/32] list_lru: per-memcg walks
` [PATCH v3 26/32] memcg: per-memcg kmem shrinking
` [PATCH v3 27/32] list_lru: reclaim proportionaly between memcgs and nodes
` [PATCH v3 29/32] memcg: move initialization to memcg creation
` [PATCH v3 31/32] super: targeted memcg reclaim

[PATCH 0/8] memcg, cgroup: kill css_id
 2013-04-09  6:49 UTC  (37+ messages)
` [PATCH 1/8] cgroup: implement cgroup_is_ancestor()
` [PATCH 3/8] memcg: convert to use cgroup_is_ancestor()
  ` [PATCH 2/8] cgroup: implement cgroup_from_id()
  ` [PATCH 4/8] memcg: convert to use cgroup_from_id()
  ` [PATCH 5/8] memcg: convert to use cgroup->id
  ` [PATCH 6/8] memcg: fail to create cgroup if the cgroup id is too big
  ` [PATCH 8/8] cgroup: kill css_id
` [PATCH 7/8] memcg: don't use css_id any more

[PATCH 0/2] page_cgroup cleanups
 2013-04-09  2:41 UTC  (6+ messages)
` [PATCH 1/2] memcg: consistently use vmalloc for page_cgroup allocations

[PATCH v2 0/5] cpuacct, cgroup: Kill cgroup_subsys.active
 2013-04-09  1:29 UTC  (3+ messages)

[PATCH] Documentation: cgroup: add documentation for net_cls cgroups
 2013-04-08 20:58 UTC  (2+ messages)

[PATCH cgroup/for-3.10] devcg: remove broken_hierarchy tag
 2013-04-08 12:24 UTC  (2+ messages)

[RFC][PATCH 0/7] memcg: make memcg's life cycle the same as cgroup
 2013-04-08  7:18 UTC  (24+ messages)
` [RFC][PATCH 1/7] memcg: use css_get in sock_update_memcg()
` [RFC][PATCH 2/7] memcg: don't use mem_cgroup_get() when creating a kmemcg cache
` [RFC][PATCH 3/7] memcg: use css_get/put when charging/uncharging kmem

[PATCHSET] cgroup: unexport locking interface
 2013-04-07 16:30 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox