cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-26 00:08:39 to 2012-05-11 17:53:31 UTC [more...]

[PATCH v2 00/29] kmem limitation for memcg
 2012-05-11 17:53 UTC  (32+ messages)
  ` [PATCH v2 01/29] slab: dup name string
  ` [PATCH v2 02/29] slub: fix slab_state for slub
  ` [PATCH v2 03/29] memcg: Always free struct memcg through schedule_work()
  ` [PATCH v2 04/29] slub: always get the cache from its page in kfree
  ` [PATCH v2 05/29] slab: rename gfpflags to allocflags
  ` [PATCH v2 06/29] memcg: Make it possible to use the stock for more than one page
  ` [PATCH v2 07/29] memcg: Reclaim when more than one page needed
  ` [PATCH v2 08/29] slab: use obj_size field of struct kmem_cache when not debugging
  ` [PATCH v2 09/29] memcg: change defines to an enum
  ` [PATCH v2 10/29] res_counter: don't force return value checking in res_counter_charge_nofail
  ` [PATCH v2 12/29] kmem slab accounting basic infrastructure
  ` [PATCH v2 13/29] slab/slub: struct memcg_params
  ` [PATCH v2 14/29] slub: consider a memcg parameter in kmem_create_cache
  ` [PATCH v2 15/29] slab: pass memcg parameter to kmem_cache_create
  ` [PATCH v2 16/29] slub: create duplicate cache
  ` [PATCH v2 17/29] slab: "
  ` [PATCH v2 18/29] memcg: kmem controller charge/uncharge infrastructure
  ` [PATCH v2 23/29] memcg: destroy memcg caches
  ` [PATCH v2 24/29] memcg/slub: shrink dead caches
  ` [PATCH v2 25/29] memcg: Track all the memcg children of a kmem_cache
  ` [PATCH v2 26/29] memcg: Per-memcg memory.kmem.slabinfo file
  ` [PATCH v2 28/29] slub: track all children of a kmem cache
` [PATCH v2 11/29] cgroups: ability to stop res charge propagation on bounded ancestor
` [PATCH v2 19/29] skip memcg kmem allocations in specified code regions
` [PATCH v2 20/29] slub: charge allocation to a memcg
` [PATCH v2 21/29] slab: per-memcg accounting of slab caches
` [PATCH v2 22/29] memcg: disable kmem code when not in use
` [PATCH v2 27/29] slub: create slabinfo file for memcg
` [PATCH v2 29/29] Documentation: add documentation for slab tracker "

[PATCH v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-05-11  9:53 UTC  (7+ messages)
` [PATCH v3 1/6] memcg: fix error code in hugetlb_force_memcg_empty()
` [PATCH 2/6] add res_counter_uncharge_until()
` [PATCH v3 3/6] memcg: use res_counter_uncharge_until in move_parent()
  ` [PATCH v3 4/6] memcg: move charges to root cgroup if use_hierarchy=0
  ` [PATCH v3 5/6] memcg: don't uncharge in mem_cgroup_move_account
  ` [PATCH v3 6/6] remove __must_check for res_counter_charge_nofail()

About cgroup memory limits
 2012-05-10 21:38 UTC 

[RFC] alternative mechanism to skip memcg kmem allocations
 2012-05-08 20:48 UTC  (3+ messages)

[RFC] slub: show dead memcg caches in a separate file
 2012-05-08 11:55 UTC  (5+ messages)

[RFD/RFC v2] event about group change
 2012-05-07 20:38 UTC  (21+ messages)
                  ` [PATCH -V3 1/1] cgroup: Add inotify event on change tasks file (fork, exit, move pid from file)
                                  ` [PATCH V5] event about group change
                                      ` [PATCH V5] Currently, user can get inotify FS_MODIFY event only if "tasks" file changed from the user space side (for example echo $$ > /patch/to/cgroup/tasks), but if another process forked user don't get FS_MODIFY event. This patch add this feature. With this user can get FS_MODIFY on do_fork()/do_exit()/move PID from one group to another

[PATCH V4 1/1]
 2012-05-04  9:46 UTC  (2+ messages)
  ` [PATCH V4 1/1] cgroup: add inotify FS_MODIFY event on changing tasks file

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-05-03  4:37 UTC  (4+ messages)
` [PATCH -V6 07/14] memcg: Add HugeTLB extension

[PATCH RESEND] memcg: Free spare array to avoid memory leak
 2012-05-03  3:09 UTC  (3+ messages)

[PATCH 00/23] slab+slub accounting for memcg
 2012-05-02 15:40 UTC  (40+ messages)
` [PATCH 09/23] kmem slab accounting basic infrastructure
` [PATCH 10/23] slab/slub: struct memcg_params
` [PATCH 11/23] slub: consider a memcg parameter in kmem_create_cache
` [PATCH 12/23] slab: pass memcg parameter to kmem_cache_create
` [PATCH 13/23] slub: create duplicate cache
` [PATCH 16/23] slab: provide kmalloc_no_account
` [PATCH 17/23] kmem controller charge/uncharge infrastructure
` [PATCH 19/23] slab: per-memcg accounting of slab caches
  ` [PATCH 0/3] A few fixes for '[PATCH 00/23] slab+slub accounting for memcg' series
    ` [PATCH 1/3] slab: Proper off-slabs handling when duplicating caches
    ` [PATCH 2/3] slab: Fix imbalanced rcu locking
    ` [PATCH 3/3] slab: Get rid of mem_cgroup_put_kmem_cache()

[PATCH 00/23] slab+slub accounting for memcg
 2012-05-02 15:14 UTC  (3+ messages)

[PATCHSET] block: implement per-blkg request allocation
 2012-05-02  4:55 UTC  (33+ 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

[RFC][PATCH 0/7 v2] memcg: prevent failure in pre_destroy()
 2012-05-02  3:34 UTC  (46+ messages)
  ` [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
` [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()

[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  (5+ 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  (2+ 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).