cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-28 21:34:18 to 2012-12-17 06:43:32 UTC [more...]

[RFC PATCH 0/9] Add container support for cgroup
 2012-12-17  6:43 UTC  (7+ messages)
  ` [RFC PATCH 1/9] cgroup: introduce cgroupfs_root flag ROOT_NAMESPACE
  ` [RFC PATCH 2/9] cgroup: introduce the top root
  ` [RFC PATCH 3/9] cgroup: use root->top_root instead of root
  ` [RFC PATCH 4/9] introduce helper function cgroup_in_root
  ` [RFC PATCH 5/9] cgroup: add container support for cgroup
  ` [RFC PATCH 6/9] pidns: move next_tgid to kernel/pid.c

memory-cgroup bug
 2012-12-17  1:34 UTC  (39+ messages)
                ` [PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
                  ` [PATCH for 3.2.34] "

performance drop after using blkcg
 2012-12-16  4:38 UTC  (14+ messages)

[PATCHSET] block: implement blkcg hierarchy support in cfq
 2012-12-14 22:41 UTC  (13+ messages)
  ` [PATCH 01/12] blkcg: fix minor bug in blkg_alloc()
  ` [PATCH 02/12] blkcg: reorganize blkg_lookup_create() and friends
  ` [PATCH 03/12] blkcg: cosmetic updates to blkg_create()
  ` [PATCH 04/12] blkcg: make blkcg_gq's hierarchical
  ` [PATCH 05/12] cfq-iosched: add leaf_weight
  ` [PATCH 06/12] cfq-iosched: implement cfq_group->nr_active and ->level_weight
  ` [PATCH 07/12] cfq-iosched: implement hierarchy-ready cfq_group charge scaling
  ` [PATCH 08/12] cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction
  ` [PATCH 09/12] cfq-iosched: enable full blkcg hierarchy support
  ` [PATCH 10/12] blkcg: add blkg_policy_data->plid
` [PATCH 11/12] blkcg: implement blkg_prfill_[rw]stat_recursive()
` [PATCH 12/12] cfq-iosched: add hierarchical cfq_group statistics

[cgroup:blkcg-cfq-hierarchy 15/18] block/cfq-iosched.c:1279:2: error: implicit declaration of function 'cfqg_parent'
 2012-12-14 22:29 UTC 

[cgroup:blkcg-cfq-hierarchy 13/18] block/cfq-iosched.c:1292:17: warning: assignment makes pointer from integer without a cast
 2012-12-14 22:27 UTC 

[cgroup:blkcg-cfq-hierarchy 12/18] block/cfq-iosched.c:1257:10: error: implicit declaration of function 'cfqg_flat_parent'
 2012-12-14 22:24 UTC 

[PATCH v2 UPDATE] mm/hugetlb: create hugetlb cgroup file in hugetlb_init
 2012-12-14  1:38 UTC  (3+ messages)

[PATCH] mm/hugetlb: create hugetlb cgroup file in hugetlb_init
 2012-12-13  5:12 UTC  (9+ messages)

[PATCH v2] mm/hugetlb: create hugetlb cgroup file in hugetlb_init
 2012-12-13  3:18 UTC 

[GIT PULL] cgroup changes for v3.8
 2012-12-11 15:35 UTC 

[PATCH] Documentation: cgroup: update the index file
 2012-12-09 13:54 UTC  (2+ messages)

[PATCH v2] cgroup_rm_file: don't delete the uncreated files
 2012-12-06 16:59 UTC  (3+ messages)

[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
 2012-12-06 16:54 UTC  (22+ messages)
` [PATCH 11/13] cpuset: pin down cpus and mems while a task is being attached
` [PATCH 12/13] cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
` [PATCH 13/13] cpuset: replace cgroup_mutex locking with cpuset internal locking

[PATCH] cgroup_rm_file: don't delete the uncreated files
 2012-12-06  6:12 UTC  (4+ messages)

[PATCH 0/5] devcg: introduce proper hierarchy support
 2012-12-06  4:31 UTC  (23+ messages)
` [PATCH 1/5] device_cgroup: fix locking in devcgroup_destroy()
` [PATCH 2/5] device_cgroup: prepare exception list handling functions for two lists
` [PATCH 3/5] device_cgroup: keep track of local group settings
` [PATCH 4/5] device_cgroup: make may_access() stronger
` [PATCH 5/5] device_cgroup: propagate local changes down the hierarchy

[PATCH 0/4] replace cgroup_lock with local lock in memcg
 2012-12-05 14:41 UTC  (32+ messages)
` [PATCH 1/4] cgroup: warn about broken hierarchies only after css_online
` [PATCH 2/4] memcg: prevent changes to move_charge_at_immigrate during task attach
` [PATCH 3/4] memcg: split part of memcg creation to css_online
` [PATCH 4/4] memcg: replace cgroup_lock with memcg specific memcg_lock

[RFC PATCH 0/3] Disable swap cgroup allocation at system boot stage
 2012-12-04 14:00 UTC  (14+ messages)
` [RFC PATCH 1/3] memcg: refactor pages allocation/free for swap_cgroup
` [RFC PATCH 2/3] memcg: disable pages allocation for swap cgroup on system booting up
` [RFC PATCH 3/3] memcg: allocate pages for swap cgroup until the first child memcg is alive

[PATCH v2] memcg: debugging facility to access dangling memcgs
 2012-12-04  9:00 UTC  (5+ messages)

[PATCH 1/2] cgroup: use cgroup_addrm_files in cgroup_clear_directory
 2012-12-03 16:34 UTC  (7+ messages)
  ` [PATCH 2/2] cgroup: remove subsystem files when remounting cgroup
      ` [PATCH RESEND] "
` [PATCH] cgroup: use cgroup_addrm_files() in cgroup_clear_directory()

[PATCHSET cgroup/for-3.8] cpuset: drop cpuset->stack_list and ->parent
 2012-12-03 16:20 UTC  (8+ messages)
  ` [PATCH 1/3] cpuset: implement cgroup_rightmost_descendant()
  ` [PATCH 2/3] cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
  ` [PATCH 3/3] cpuset: remove cpuset->parent

Why is cpuset_cpus_allowed_fallback() necessary?
 2012-12-02 14:15 UTC  (3+ messages)

[net-next RFC v2] net_cls: traffic counter based on classification control cgroup
 2012-11-29 14:36 UTC  (7+ messages)

[PATCH -mm] memcg: do not trigger OOM from add_to_page_cache_locked
 2012-11-29 14:05 UTC  (11+ messages)
  ` [PATCH -v2 "

[patch] mm, memcg: avoid unnecessary function call when memcg is disabled
 2012-11-29 13:28 UTC  (5+ messages)
        ` [PATCH] memcg: do not check for mm in mem_cgroup_count_vm_event disabled

[PATCH 1/2] cgroup: fix lockdep warning for event_control
 2012-11-28 21:53 UTC  (3+ messages)
  ` [PATCH 2/2] cgroup: list_del_init() on removed events


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