cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-04-27 21:28:31 to 2012-05-17 03:06:52 UTC [more...]

[PATCH v5 0/2] fix static_key disabling problem in memcg
 2012-05-17  3:06 UTC  (18+ messages)
` [PATCH v5 1/2] Always free struct memcg through schedule_work()
` [PATCH v5 2/2] decrement static keys on real destroy time

[patch 0/6] mm: memcg: statistics implementation cleanups
 2012-05-17  0:01 UTC  (18+ messages)
` [patch 2/6] mm: memcg: convert numa stat to read_seq_string interface
` [patch 3/6] mm: memcg: print statistics directly to seq_file
` [patch 4/6] mm: memcg: keep ratelimit counter separate from event counters
` [patch 5/6] mm: memcg: group swapped-out statistics counter logically
` [patch 6/6] mm: memcg: print statistics from live counters
  ` [patch 1/6] mm: memcg: remove obsolete statistics array boundary enum item

[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
 2012-05-16 22:33 UTC  (5+ messages)
` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional

About cgroup memory limits
 2012-05-16 13:15 UTC  (3+ messages)

[PATCH v2 00/29] kmem limitation for memcg
 2012-05-16  9:15 UTC  (62+ messages)
` [PATCH v2 11/29] cgroups: ability to stop res charge propagation on bounded ancestor
  ` [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 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 "

[RFD/RFC v2] event about group change
 2012-05-15 15:28 UTC  (23+ 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 v3][0/6] memcg: prevent -ENOMEM in pre_destroy()
 2012-05-15 15:12 UTC  (23+ 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()

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

[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  (23+ 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 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  (3+ messages)
` [PATCH 05/11] block: drop custom queue draining used by scsi_transport_{iscsi|fc}

[RFC][PATCH 0/7 v2] memcg: prevent failure in pre_destroy()
 2012-05-02  3:34 UTC  (39+ messages)
` [RFC][PATCH 1/7 v2] temporal compile-fix in linux-next
` [RFC][PATCH 2/7 v2] memcg: fix error code in hugetlb_force_memcg_empty()
` [RFC][PATCH 3/7 v2] res_counter: add res_counter_uncharge_until()
` [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 8/9 v2] cgroup: avoid creating new cgroup under a cgroup being destroyed
` [RFC][PATCH 9/9 v2] memcg: never return error at pre_destroy()


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