messages from 2012-10-31 19:51:59 to 2012-11-14 03:20:47 UTC [more...]
[PATCHSET cgroup/for-3.8] cgroup: allow ->post_create() to fail
2012-11-14 3:20 UTC (19+ messages)
` [PATCH 01/17] cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
` [PATCH 02/17] cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
` [PATCH 03/17] cgroup: open-code cgroup_create_dir()
` [PATCH 04/17] cgroup: create directory before linking while creating a new cgroup
` [PATCH 05/17] cgroup: cgroup->dentry isn't a RCU pointer
` [PATCH 06/17] cgroup: remove duplicate RCU free on struct cgroup
` [PATCH 07/17] cgroup: make CSS_* flags bit masks instead of bit positions
` [PATCH 08/17] cgroup: trivial cleanup for cgroup_init/load_subsys()
` [PATCH 09/17] cgroup: lock cgroup_mutex in cgroup_init_subsys()
` [PATCH 10/17] cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()
` [PATCH 11/17] cgroup: separate out cgroup_destroy_locked()
` [PATCH 13/17] cgroup: simplify cgroup_load_subsys() failure path
` [PATCH 14/17] cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
` [PATCH 15/17] cgroup: update cgroup_create() failure path
` [PATCH 16/17] cgroup: allow ->post_create() to fail
` [PATCH 17/17] cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
` [PATCH 12/17] cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
memcg/cgroup: do not fail fail on pre_destroy callbacks
2012-11-13 21:13 UTC (9+ messages)
` [PATCH v3 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH v3 4/6] cgroups: forbid pre_destroy callback to fail
[PATCH 1/2] cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/
2012-11-13 20:27 UTC (2+ messages)
` [PATCH 2/2] cgroup, cpuset: remove cgroup_subsys->post_clone()
[GIT PULL] cgroup fixes for v3.7-rc5
2012-11-13 16:26 UTC
[PATCHSET cgroup/for-3.8] cgroup_freezer: implement proper hierarchy support
2012-11-12 13:04 UTC (74+ messages)
` [PATCH 1/9] cgroup: add cgroup_subsys->post_create()
` [RFC] cgroup: deprecate clone_children
` [PATCH 1/9 v2] cgroup: add cgroup_subsys->post_create()
` [PATCH 1/9 v3] "
` [PATCH 2/9] cgroup: Use rculist ops for cgroup->children
` [PATCH 3/9] cgroup: implement generic child / descendant walk macros
` [PATCH 3/9 v2] "
` [PATCH 4/9] cgroup_freezer: trivial cleanups
` [PATCH 5/9] cgroup_freezer: prepare freezer_change_state() for full hierarchy support
` [PATCH 6/9] cgroup_freezer: make freezer->state mask of flags
` [PATCH 7/9] cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT]
` [PATCH 8/9] cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state
` [PATCH 9/9] cgroup_freezer: implement proper hierarchy support
` [PATCH 9/9 v2] "
` [PATCH 9/9 v3] "
[PATCH V3] memcg, oom: provide more precise dump info while memcg oom happening
2012-11-09 12:21 UTC (8+ messages)
[cgroup:review-cgroup_freezer-hierarchy 22/22] kernel/cgroup_freezer.c:479:2: warning: initialization from incompatible pointer type
2012-11-08 20:13 UTC
[PATCH V2 0/2] Provide more precise dump info for memcg-oom
2012-11-08 13:58 UTC (14+ messages)
` [PATCH 1/2] memcg, oom: provide more precise dump info while memcg oom happening
` [PATCH 2/2] oom: rework dump_tasks to optimize memcg-oom situation
[PATCH 1/2] device_cgroup: add lockdep asserts
2012-11-06 20:29 UTC (7+ messages)
` [PATCH 2/2] "
` [PATCH 1/2] device_cgroup: fix RCU usage
Why does devices cgroup check for CAP_SYS_ADMIN explicitly?
2012-11-06 18:25 UTC (21+ messages)
[PATCHSET RESEND v2] cgroup: simplify cgroup removal path
2012-11-05 18:39 UTC (37+ messages)
` [PATCH 1/8] cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
` [PATCH 2/8] cgroup: kill CSS_REMOVED
` [PATCH 3/8] cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
` [PATCH 4/8] cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
` [PATCH 5/8] cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
` [PATCH 6/8] memcg: make mem_cgroup_reparent_charges non failing
` [PATCH 7/8] hugetlb: do not fail in hugetlb_cgroup_pre_destroy
` [PATCH 8/8] cgroup: make ->pre_destroy() return void
[PATCH] memory cgroup: update root memory cgroup when node is onlined
2012-11-03 7:00 UTC (12+ messages)
` [PATCH] memcg: fix hotplugged memory zone oops
[PATCHSET] cgroup: simplify cgroup removal path
2012-11-02 9:57 UTC (24+ messages)
` [PATCH 1/8] cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
` [PATCH 2/8] cgroup: kill CSS_REMOVED
` [PATCH 3/8] cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
` [PATCH 4/8] cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
` [PATCH 5/8] cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
` [PATCH 6/8] memcg: make mem_cgroup_reparent_charges non failing
` [PATCH 7/8] hugetlb: do not fail in hugetlb_cgroup_pre_destroy
` [PATCH 8/8] cgroup: make ->pre_destroy() return void
[PATCH] device_cgroup: fix unchecked cgroup parent usage
2012-11-01 13:28 UTC (3+ messages)
[PATCHSET v2] cgroup: simplify cgroup removal path
2012-10-31 19:51 UTC (2+ messages)
` This patchset is botched. Please ignore this thread
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).