cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-23 14:50:57 to 2012-05-31 00:44:43 UTC [more...]

[PATCH] meminfo: show /proc/meminfo base on container's memcg
 2012-05-31  0:44 UTC  (9+ messages)

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

container disk quota
 2012-05-30 15:55 UTC  (14+ messages)
  ` [PATCH 01/12] container quota: add kernel configuration for container quota
  ` [PATCH 02/12] container quota: lock/unlock mount namespace when performing quotactl
  ` [PATCH 03/12] container quota: introduce container quota format identifier
  ` [PATCH 04/12] container quota: introduce container disk quota data header file
  ` [PATCH 05/12] container quota: bind disk quota stuff on mount namespace
  ` [PATCH 06/12] container quota: implementations and header for block/inode bill up
  ` [PATCH 07/12] container quota: add quota control source file
  ` [PATCH 08/12] container quota: let quotactl(2) works for container
  ` [PATCH 09/12] container quota: add container disk quota entry to Makefile
  ` [PATCH 10/12] container quota: bill container inodes alloc/free on ext4
  ` [PATCH 11/11] container quota: bill container disk blocks "
  ` [PATCH 12/12] container quota: init/destroy container dqinfo on mount namespace

[PATCH 1/3] container quota tool: add LXC quota format identifier
 2012-05-30 15:07 UTC  (3+ messages)
  ` [PATCH 2/3] container quota tool: add quotaio for lxc
  ` [PATCH 3/3] container quota tool: teach quota tools to detect and perfrom quota if desired

[PATCH -V6 00/14] memcg: Add memcg extension to control HugeTLB allocation
 2012-05-30 14:43 UTC  (17+ messages)
` [PATCH -V6 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V6 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V6 03/14] hugetlbfs: Add an inline helper for finding hstate index
` [PATCH -V6 06/14] hugetlb: Simplify migrate_huge_page
` [PATCH -V6 07/14] memcg: Add HugeTLB extension

[PATCH -V7 00/14] hugetlb: Add HugeTLB controller to control HugeTLB allocation
 2012-05-30 14:38 UTC  (15+ messages)
` [PATCH -V7 01/14] hugetlb: rename max_hstate to hugetlb_max_hstate
` [PATCH -V7 02/14] hugetlbfs: don't use ERR_PTR with VM_FAULT* values
` [PATCH -V7 03/14] hugetlbfs: add an inline helper for finding hstate index
` [PATCH -V7 04/14] hugetlb: use mmu_gather instead of a temporary linked list for accumulating pages
` [PATCH -V7 05/14] hugetlb: avoid taking i_mmap_mutex in unmap_single_vma() for hugetlb
` [PATCH -V7 06/14] hugetlb: simplify migrate_huge_page()
` [PATCH -V7 07/14] mm/page_cgroup: Make page_cgroup point to the cgroup rather than the mem_cgroup
` [PATCH -V7 08/14] hugetlbfs: add a list for tracking in-use HugeTLB pages
` [PATCH -V7 09/14] hugetlbfs: Make some static variables global
` [PATCH -V7 10/14] hugetlbfs: Add new HugeTLB cgroup
` [PATCH -V7 11/14] hugetlbfs: add hugetlb cgroup control files
` [PATCH -V7 12/14] hugetlb: add charge/uncharge calls for HugeTLB alloc/free
` [PATCH -V7 13/14] hugetlb: migrate hugetlb cgroup info from oldpage to new page during migration
` [PATCH -V7 14/14] hugetlb: add HugeTLB controller documentation

[PATCH v3 0/6] per cgroup /proc/stat statistics
 2012-05-30 13:26 UTC  (36+ messages)
  ` [PATCH v3 1/6] measure exec_clock for rt sched entities
  ` [PATCH v3 3/6] expose fine-grained per-cpu data for cpuacct stats
  ` [PATCH v3 6/6] expose per-taskgroup schedstats in cgroup
` [PATCH v3 2/6] account guest time per-cgroup as well
` [PATCH v3 4/6] add a new scheduler hook for context switch
` [PATCH v3 5/6] Also record sleep start for a task group

[PATCH v2 0/5] per-cgroup /proc/stat statistics
 2012-05-29 10:34 UTC  (7+ messages)
` [PATCH v2 2/5] account guest time per-cgroup as well

[PATCH] memcg: remove the unnecessary MEM_CGROUP_STAT_DATA
 2012-05-28 17:22 UTC  (3+ messages)

[PATCH 1/2] cgroup: use negative bias on css->refcnt to block css_tryget()
 2012-05-28  0:18 UTC  (11+ messages)
` [PATCH 2/2] cgroup: make css->refcnt clearing on cgroup removal optional
                      ` [PATCH] cgroup: superblock can't be released with active dentries

[PATCH v7 0/2] fixes for sock memcg static branch disablement
 2012-05-27  5:10 UTC  (6+ messages)
` [PATCH v7 1/2] Always free struct memcg through schedule_work()
` [PATCH v7 2/2] decrement static keys on real destroy time

[PATCH] slab+slob: dup name string
 2012-05-24 12:06 UTC  (16+ messages)

[PATCH v2] slab+slob: dup name string
 2012-05-24  1:01 UTC  (5+ messages)

[PATCH v6 0/2] fix static_key disabling problem in memcg
 2012-05-23 20:33 UTC  (5+ messages)
` [PATCH v6 2/2] decrement static keys on real destroy time


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