cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-24 10:52:15 to 2013-07-11 06:44:05 UTC [more...]

[PATCHSET] cgroup: fix and clean up cgroup file creations and removals
 2013-07-11  6:44 UTC  (16+ messages)
  ` [PATCH 1/9] cgroup: minor updates around cgroup_clear_directory()
  ` [PATCH 2/9] cgroup: fix error path of cgroup_addrm_files()
  ` [PATCH 3/9] cgroup: fix cgroup_add_cftypes() error handling
  ` [PATCH 4/9] cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()
  ` [PATCH 5/9] cgroup: update error handling in cgroup_populate_dir()
  ` [PATCH 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling
      ` [PATCH v2 "
  ` [PATCH 7/9] cgroup: cosmetic follow-up cleanups
  ` [PATCH 8/9] cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()
  ` [PATCH 9/9] blkcg: make blkcg_policy_register() correctly handle cgroup_add_cftypes() failures

[OFFLIST] status of devcg
 2013-07-10 19:50 UTC 

workqueue usage in vmpressure
 2013-07-10 18:42 UTC 

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-07-10 16:25 UTC  (26+ messages)
              ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM

[patch] mm, memcg: add oom killer delay
 2013-07-10 11:23 UTC  (17+ messages)

[PATCH RFC] fsio: filesystem io accounting cgroup
 2013-07-10  8:37 UTC  (2+ messages)

[PATCH RFC] fsio: filesystem io accounting cgroup
 2013-07-10  3:50 UTC  (25+ messages)

[PATCH cgroup/for-3.11-fixes] cgroup: remove bcache_subsys_id which got added stealthily
 2013-07-09 23:33 UTC 

cgroup: status-quo and userland efforts
 2013-07-09 23:12 UTC  (57+ messages)
                            ` [Workman-devel] "

[PATCH v10 00/16] kmemcg shrinkers
 2013-07-07 15:56 UTC  (17+ messages)
` [PATCH v10 01/16] memcg: make cache index determination more robust
` [PATCH v10 02/16] memcg: consolidate callers of memcg_cache_id
` [PATCH v10 03/16] vmscan: also shrink slab in memcg pressure
` [PATCH v10 04/16] memcg: move stop and resume accounting functions
` [PATCH v10 05/16] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v10 08/16] memcg: move initialization to memcg creation
` [PATCH v10 10/16] memcg: scan cache objects hierarchically
  ` [PATCH v10 06/16] lru: add an element to a memcg list
  ` [PATCH v10 07/16] list_lru: per-memcg walks
  ` [PATCH v10 09/16] memcg: per-memcg kmem shrinking
  ` [PATCH v10 11/16] vmscan: take at least one pass with shrinkers
  ` [PATCH v10 15/16] memcg: reap dead memcgs upon global memory pressure
` [PATCH v10 12/16] super: targeted memcg reclaim
` [PATCH v10 13/16] memcg: allow kmem limit to be resized down
` [PATCH v10 14/16] vmpressure: in-kernel notifications
` [PATCH v10 16/16] memcg: flush memcg items upon memcg destruction

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-07-06  5:08 UTC 

[PATCH V4 0/6] Memcg dirty/writeback page accounting
 2013-07-05 17:34 UTC  (7+ messages)
` [PATCH V4 1/6] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V4 2/6] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
  ` [PATCH V4 3/6] memcg: add per cgroup dirty pages accounting
` [PATCH V4 4/6] memcg: add per cgroup writeback "
` [PATCH V4 5/6] memcg: patch mem_cgroup_{begin,end}_update_page_stat() out if only root memcg exists
` [PATCH V4 6/6] memcg: Document cgroup dirty/writeback memory statistics

[PATCH v3 23/25] cgroup: Change how dentry's d_lock field is accessed
 2013-07-04 17:01 UTC  (2+ messages)

[GIT PULL] cpuset changes for v3.11-rc1
 2013-07-03  2:47 UTC 

[GIT PULL] cgroup changes for v3.11-rc1
 2013-07-02 15:38 UTC 

cgroups and SCHED_IDLE
 2013-07-01  8:11 UTC  (2+ messages)

[PATCH cgroup/for-3.11 1/2] cgroup: fix deadlock on cgroup_mutex via drop_parsed_module_refcounts()
 2013-06-29 21:17 UTC  (3+ messages)
  ` [PATCH cgroup/for-3.11 2/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options
      ` [PATCH cgroup/for-3.11 3/2] cgroup: CGRP_ROOT_SUBSYS_BOUND should also be ignored when mounting an existing hierarchy

[PATCH cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
 2013-06-29  4:13 UTC  (2+ messages)
  ` [PATCH 2/2] cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()

[PATCH v4 0/9] memcg: make memcg's life cycle the same as cgroup
 2013-06-28 22:59 UTC  (3+ messages)
` [PATCH v4 5/9] memcg: use css_get/put when charging/uncharging kmem

cgroup access daemon
 2013-06-28 19:48 UTC  (8+ messages)

[PATCH] cgroups: Do not show inactive devices in cgroups statistics
 2013-06-27 17:21 UTC  (12+ messages)

cgroup: kernel BUG at kernel/cgroup.c:1038!
 2013-06-26 18:51 UTC  (7+ messages)
  ` [PATCH cgroup/for-3.11] cgroup: fix cgroupfs_root early destruction path
    ` [PATCH cgroup/for-3.11] cgroup: grab cgroup_mutex in drop_parsed_module_refcounts()

[PATCH cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups
 2013-06-26 17:49 UTC  (11+ messages)
` [PATCH cgroup/for-3.11 2/3] cgroup: fix RCU accesses around task->cgroups
  ` [PATCH cgroup/for-3.11 3/3] cgroup: always use RCU accessors for protected accesses
  ` [PATCH v2 cgroup/for-3.11 1/3] cgroup: fix RCU accesses to task->cgroups

[PATCH cgroup/for-3.11] cgroup: reserve ID 0 for dummy_root and 1 for unified hierarchy
 2013-06-25 18:44 UTC  (3+ messages)

[PATCHSET cgroup/for-3.11] cgroup: miscellaneous cleanups
 2013-06-25 18:42 UTC  (17+ messages)
` [PATCH 3/6] cgroup: remove cgroup->actual_subsys_mask
    ` [PATCH v2 "
` [PATCH 4/6] cgroup: clean up find_css_set() and friends
` [PATCH 5/6] cgroup: s/for_each_subsys()/for_each_root_subsys()/
` [PATCH 6/6] cgroup: implement for_each_[builtin_]subsys()
    ` [PATCH v2 "
  ` [PATCH 5.5/6] cgroup: move init_css_set initialization inside cgroup_mutex

[PATCH v5] Soft limit rework
 2013-06-25 15:49 UTC  (3+ 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).