cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-22 23:53:30 to 2012-04-28 21:31:51 UTC [more...]

[RFC][PATCH 0/7 v2] memcg: prevent failure in pre_destroy()
 2012-04-28 21:31 UTC  (38+ messages)
` [RFC][PATCH 2/7 v2] memcg: fix error code in hugetlb_force_memcg_empty()
` [RFC][PATCH 4/7 v2] memcg: use res_counter_uncharge_until in move_parent
` [RFC][PATCH 5/9 v2] move charges to root at rmdir if use_hierarchy is unset
` [RFC][PATCH 7/9 v2] cgroup: avoid attaching task to a cgroup under rmdir()
` [RFC][PATCH 9/9 v2] memcg: never return error at pre_destroy()
  ` [RFC][PATCH 1/7 v2] temporal compile-fix in linux-next
  ` [RFC][PATCH 3/7 v2] res_counter: add res_counter_uncharge_until()
  ` [RFC][PATCH 6/9 v2] memcg: don't uncharge in mem_cgroup_move_account
  ` [RFC][PATCH 8/9 v2] cgroup: avoid creating new cgroup under a cgroup being destroyed

[RFD/RFC v2] event about group change
 2012-04-28  5:40 UTC  (6+ messages)

[PATCHSET] block: implement per-blkg request allocation
 2012-04-27 21:19 UTC  (32+ messages)
  ` [PATCH 01/11] blkcg: fix blkg_alloc() failure path
  ` [PATCH 02/11] blkcg: __blkg_lookup_create() doesn't have to fail on radix tree preload failure
      ` [PATCH UPDATED 02/11] blkcg: __blkg_lookup_create() doesn't need radix preload
  ` [PATCH 03/11] blkcg: make root blkcg allocation use %GFP_KERNEL
      ` [PATCH UPDATED "
  ` [PATCH 04/11] mempool: add @gfp_mask to mempool_create_node()
  ` [PATCH 05/11] block: drop custom queue draining used by scsi_transport_{iscsi|fc}
  ` [PATCH 06/11] block: refactor get_request[_wait]()
  ` [PATCH 07/11] block: allocate io_context upfront
  ` [PATCH 08/11] blkcg: inline bio_blkcg() and friends
  ` [PATCH 10/11] block: prepare for multiple request_lists
  ` [PATCH 11/11] blkcg: implement per-blkg request allocation
` [PATCH 09/11] block: add q->nr_rqs[] and move q->rq.elvpriv to q->nr_rqs_elvpriv

[PATCH 00/23] slab+slub accounting for memcg
 2012-04-27 18:13 UTC  (49+ messages)
` [PATCH 04/23] memcg: Make it possible to use the stock for more than one page
` [PATCH 05/23] memcg: Reclaim when more than one page needed
` [PATCH 07/23] change defines to an enum
` [PATCH 08/23] don't force return value checking in res_counter_charge_nofail
` [PATCH 09/23] kmem slab accounting basic infrastructure
` [PATCH 11/23] slub: consider a memcg parameter in kmem_create_cache
` [PATCH 13/23] slub: create duplicate cache
` [PATCH 14/23] slub: provide kmalloc_no_account
` [PATCH 15/23] slab: create duplicate cache
` [PATCH 16/23] slab: provide kmalloc_no_account
` [PATCH 17/23] kmem controller charge/uncharge infrastructure
` [PATCH 18/23] slub: charge allocation to a memcg
` [PATCH 19/23] slab: per-memcg accounting of slab caches
` [PATCH 20/23] memcg: disable kmem code when not in use
` [PATCH 21/23] memcg: Track all the memcg children of a kmem_cache
` [PATCH 22/23] memcg: Per-memcg memory.kmem.slabinfo file
` [PATCH 23/23] slub: create slabinfo file for memcg

[PATCH v4 0/3] fix problem with static_branch() for sock memcg
 2012-04-27 14:59 UTC  (9+ messages)
` [PATCH v4 1/3] make jump_labels wait while updates are in place
` [PATCH v4 2/3] Always free struct memcg through schedule_work()
` [PATCH v4 3/3] decrement static keys on real destroy time

[patch 1/2] kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
 2012-04-27  8:10 UTC  (6+ messages)
` [patch 2/2] mm: memcg: count pte references from every member of the reclaimed hierarchy

[PATCH v3 0/2] fix problem with static_branch() for sock memcg
 2012-04-26 22:32 UTC  (10+ messages)
` [PATCH v3 1/2] Always free struct memcg through schedule_work()
` [PATCH v3 2/2] decrement static keys on real destroy time

[patch] mm: memcg: move pc lookup point to commit_charge()
 2012-04-26  2:02 UTC  (4+ messages)

[PATCHSET] block: per-queue policy activation, take#2
 2012-04-25 18:19 UTC  (6+ messages)

[RFC] writeback and cgroup
 2012-04-25 15:47 UTC  (28+ messages)
  ` [Lsf] "

[RFC] writeback and cgroup
 2012-04-25 12:05 UTC  (17+ messages)

[PATCH v2 0/5] Fix problem with static_key decrement
 2012-04-25  8:01 UTC  (19+ messages)
  ` [PATCH v2 1/5] don't attach a task to a dead cgroup
  ` [PATCH v2 2/5] blkcg: protect blkcg->policy_list
  ` [PATCH v2 3/5] change number_of_cpusets to an atomic
  ` [PATCH v2 4/5] don't take cgroup_mutex in destroy()
  ` [PATCH v2 5/5] decrement static keys on real destroy time

Cannot set memory.memsw.limit_in_bytes for a particular cgroup
 2012-04-25  1:46 UTC  (5+ messages)

[patch] Documentation: memcg: future proof hierarchical statistics documentation
 2012-04-24 23:51 UTC  (4+ messages)

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-04-23 23:44 UTC  (5+ messages)
` [PATCH -V6 04/14] hugetlb: Use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V6 12/14] memcg: move HugeTLB resource count to parent cgroup on memcg removal

[PATCH 0/3] Fix problem with static_key decrement
 2012-04-23 16:36 UTC  (6+ messages)
` [PATCH 2/3] don't take cgroup_mutex in destroy()

[RFC] memcg usage_in_bytes does not account file mapped and slab memory
 2012-04-23  9:33 UTC  (5+ messages)
    ` [PATCH RFC] memcg: MEMCG_NR_FILE_MAPPED should update _STAT_CACHE as well

Integrated IO controller for buffered+direct writes
 2012-04-23  8:28 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;
as well as URLs for NNTP newsgroup(s).