cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-29 21:06:56 to 2012-07-16 16:45:27 UTC [more...]

[PATCH] cgroup: fix dentry still in use bug when dropping css refs after umount
 2012-07-16 16:45 UTC  (13+ messages)
            ` [PATCH 1/2] Revert "cgroup: superblock can't be released with active dentries"
                ` [PATCH 2/2] cgroup: fix cgroup hierarchy umount race

[patch 1/3] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
 2012-07-16  9:27 UTC  (27+ messages)
` [rfc][patch 3/3] mm, memcg: introduce own oom handler to iterate only over its own threads
` [patch 1/5] mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h
  ` [patch 2/5] mm, oom: introduce helper function to process threads during scan
    ` [patch 3/5] mm, memcg: introduce own oom handler to iterate only over its own threads
    ` [patch 5/5] mm, memcg: move all oom handling to memcontrol.c
  ` [patch 4/5] mm, oom: reduce dependency on tasklist_lock
          ` [PATCH mmotm] mm, oom: reduce dependency on tasklist_lock: fix

containers and cgroups mini-summit @ Linux Plumbers
 2012-07-13 15:09 UTC  (4+ messages)

[PATCH v2 0/5] cgroup cls & netprio 'cleanups'
 2012-07-13 15:04 UTC  (8+ messages)
` [PATCH v2 1/5] cgroup: Only update sk_cgrp_prioidx on change
` [PATCH v2 3/5] cgroup: Do not add sock_update_netprioidx() when CONFIG_NETPRIO_CGROUP=0
` [PATCH v2 4/5] cgroup: Make builtin vs. module build ifdefs consistent
  ` [PATCH v2 2/5] cgroup: Do not add sock_update_classid() when CONFIG_NET_CLS_CGROUP=0
  ` [PATCH v2 5/5] cgroup: Make builtin vs. module build ifdefs consistent

[PATCH 00/11] kmem controller for memcg: stripped down version
 2012-07-12 15:40 UTC  (10+ messages)
      ` Fork bomb limitation in memcg WAS: "

[patch 00/11] mm: memcg: charge/uncharge improvements
 2012-07-12 13:51 UTC  (45+ messages)
` [patch 01/11] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/11] mm: swapfile: clean up unuse_pte race handling
` [patch 03/11] mm: shmem: do not try to uncharge known swapcache pages
` [patch 04/11] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 05/11] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 06/11] mm: memcg: move swapin charge functions above callsites
` [patch 07/11] mm: memcg: remove unneeded shmem charge type
` [patch 08/11] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 09/11] mm: memcg: split swapin charge function into private and public part
` [patch 10/11] mm: memcg: only check swap cache pages for repeated charging
` [patch 11/11] mm: memcg: only check anon swapin page charges for swap cache

[PATCH RFC] mm/memcg: recalculate chargeable space after waiting migrating charges
 2012-07-12 13:38 UTC  (5+ messages)

[PATCH RFC] mm/memcg: calculate max hierarchy limit number instead of min
 2012-07-12 10:18 UTC  (4+ messages)

[patch 00/10] mm: memcg: charge/uncharge improvements v2
 2012-07-12  9:42 UTC  (15+ messages)
` [patch 01/10] mm: memcg: fix compaction/migration failing due to memcg limits
` [patch 02/10] mm: swapfile: clean up unuse_pte race handling
` [patch 03/10] mm: memcg: push down PageSwapCache check into uncharge entry functions
` [patch 04/10] mm: memcg: only check for PageSwapCache when uncharging anon
` [patch 05/10] mm: memcg: move swapin charge functions above callsites
` [patch 06/10] mm: memcg: remove unneeded shmem charge type
` [patch 07/10] mm: memcg: remove needless !mm fixup to init_mm when charging
` [patch 08/10] mm: memcg: split swapin charge function into private and public part
` [patch 09/10] mm: memcg: only check swap cache pages for repeated charging
` [patch 10/10] mm: memcg: only check anon swapin page charges for swap cache

[PATCH] mm/hugetlb_cgroup: Add list_del to remove unused page from hugepage_activelist when hugepage migration
 2012-07-11 10:16 UTC  (5+ messages)

[PATCH 0/7] Per-cgroup page stat accounting
 2012-07-11  9:32 UTC  (53+ messages)
` [PATCH 1/7] memcg: update cgroup memory document
` [PATCH 2/7] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH 3/7] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH 4/7] Use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH 5/7] memcg: add per cgroup dirty pages accounting
` [PATCH 6/7] memcg: add per cgroup writeback "
` [PATCH 7/7] memcg: print more detailed info while memcg oom happening

[PATCH] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-11  3:03 UTC 

[PATCH RFC] mm/hugetlb_cgroup: Add huge_page_order check to avoid incorrectly uncharge
 2012-07-10 17:41 UTC  (3+ messages)

[PATCH] cgroup: Update remount documentation
 2012-07-10  8:49 UTC 

3.5-rc3: BUG: Dentry still in use (1) [unmount of cgroup cgroup]
 2012-07-09 17:11 UTC  (14+ messages)
                                ` [PATCH] cgroup: cgroup_rm_files() was calling simple_unlink() with the wrong inode

[PATCH] cgroup: Remove populate() documentation
 2012-07-09 16:56 UTC  (2+ messages)

[PATCH] mm/memcg: complete documentation for tcp memcg files
 2012-07-09  4:47 UTC  (2+ messages)

[PATCH] mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit
 2012-07-09  4:44 UTC  (2+ messages)

[PATCH v4 00/25] kmem limitation for memcg
 2012-07-06 15:16 UTC  (3+ messages)
` [PATCH v4 24/25] memcg/slub: shrink dead caches

[PATCH] mm/memcg: add BUG() to mem_cgroup_reset
 2012-07-06  8:44 UTC  (5+ messages)

[PATCH v2] mm/memcg: mem_cgroup_resize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit
 2012-07-06  8:29 UTC  (2+ messages)

[PATCH] mm/memcg: swappiness should between 0 and 100
 2012-07-06  5:24 UTC  (6+ messages)

[PATCH 1/5 v2] memcg: replace unsigned long by u64 to avoid overflow
 2012-07-04 13:18 UTC  (7+ messages)

[PATCH 0/4] Proposed slab patches as basis for memcg
 2012-07-02 10:57 UTC  (5+ messages)
` [PATCH 4/4] make CFLGS_OFF_SLAB visible for all slabs


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