messages from 2013-08-05 20:56:04 to 2013-08-24 18:20:05 UTC [more...]
[PATCHSET v2 cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
2013-08-24 18:20 UTC (19+ messages)
` [PATCH 01/12] cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
` [PATCH 02/12] cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys
` [PATCH 03/12] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH 04/12] cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup
` [PATCH 05/12] cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()
` [PATCH 06/12] cgroup, memcg: move cgroup_event implementation to memcg
` [PATCH 07/12] memcg: cgroup_write_event_control() now knows @css is for memcg
` [PATCH 08/12] cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
` [PATCH 09/12] memcg: remove cgroup_event->cft
` [PATCH 10/12] memcg: make cgroup_event deal with mem_cgroup instead of cgroup_subsys_state
` [PATCH 11/12] memcg: rename cgroup_event to mem_cgroup_event
` [PATCH 12/12] cgroup: unexport cgroup_css() and remove __file_cft()
OOPS in cfq/blkcgroups if CFQ_GROUP_IOSCHED is not set
2013-08-23 17:24 UTC (2+ messages)
[PATCH V5 0/8] Add memcg dirty/writeback page accounting
2013-08-23 16:11 UTC (16+ messages)
` [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
` Fwd: "
` [PATCH 1/4] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH 2/4] memcg: check for proper lock held in mem_cgroup_update_page_stat
` [PATCH 3/4] memcg: add per cgroup writeback pages accounting
` [PATCH 4/4] memcg: Document cgroup dirty/writeback memory statistics
` [PATCH V5 7/8] memcg: don't account root memcg page stats if only root exists
[GIT PULL] cgroup fixes for v3.11-rc6
2013-08-23 15:51 UTC (2+ messages)
` [GIT PULL RESEND] "
[PATCH 00/11] cpuset: separate configured masks and effective masks
2013-08-23 15:33 UTC (27+ messages)
` [PATCH 01/11] cgroup: allow subsystems to create files for sane_behavior only
` [PATCH 03/11] cpuset: update cpuset->real_{cpus,mems}_allowed at hotplug
` [PATCH 06/11] cpuset: apply cs->real_{cpus,mems}_allowed
` [PATCH 08/11] cpuset: separate configured masks and efffective masks
` [PATCH 02/11] cpuset: add cs->real_cpus_allowed and cs->real_mems_allowed
` [PATCH 04/11] cpuset: update cs->real_{cpus,mems}_allowed when config changes
` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus, mems}_allowed become empty
` [PATCH 05/11] cpuset: inherite ancestor's masks if real_{cpus,mems}_allowed "
` [PATCH 07/11] cpuset: use effective cpumask to build sched domains
` [PATCH 09/11] cpuset: enable onlined cpu/node in effective masks
` [PATCH 10/11] cpuset: allow writing offlined masks to cpuset.cpus/mems
` [PATCH 11/11] cpuset: export effective masks to userspace
[PATCH 0/2] fs: supply inode uid/gid setting interface
2013-08-23 7:32 UTC (6+ messages)
` [PATCH 1/2] fs: implement inode uid/gid setting function
` [PATCH 2/2] fs: use inode_set_user to set uid/gid of inode
[PATCH v5] Soft limit rework
2013-08-22 10:58 UTC (5+ messages)
[PATCH] cpuset: fix a regression in validating config change
2013-08-21 12:45 UTC (2+ messages)
[PATCH 0/4] devcg: Store local settings for each device cgroup
2013-08-19 17:12 UTC (15+ messages)
` [PATCH 1/4] devcg: move behavior and exceptions into its own structure
` [PATCH 2/4] devcg: make dev_exception_ functions to use lists
` [PATCH 3/4] devcg: save locally saved settings
` [PATCH 4/4] devcg: try to reapply local settings
[PATCH cgroup/for-3.12 1/2] cgroup: fix subsystem file accesses on the root cgroup
2013-08-19 13:57 UTC (6+ messages)
` [PATCH cgroup/for-3.12 2/2] cgroup: fix cgroup_write_event_control()
[PATCH] cgroup: change cgroup_from_id() to css_from_id()
2013-08-19 13:53 UTC (4+ messages)
` [PATCH v2] "
[GIT PULL] cgroup fixes for v3.11-rc5
2013-08-18 11:20 UTC
[PATCH 1/2] cpuset: remove an unncessary forward declaration
2013-08-16 6:48 UTC (8+ messages)
` [PATCH 2/2] cpuset: remove redundant checks in file write functions
[PATCH cgroup/for-3.12 1/2] cgroup: fix cgroup_write_event_control()
2013-08-15 15:41 UTC (2+ messages)
[PATCH] mm: memcontrol: fix handling of swapaccount parameter
2013-08-15 9:01 UTC (6+ messages)
[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params (v2)
2013-08-15 5:49 UTC
[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params
2013-08-15 5:13 UTC (3+ messages)
[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from that of cgroup
2013-08-14 0:27 UTC (21+ messages)
` [PATCH 03/14] cgroup: add cgroup_subsys_state->parent
` [PATCH 05/14] cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css
` [PATCH 01/14] cgroup: always use cgroup_css()
` [PATCH 02/14] cgroup: rename cgroup_subsys_state->dput_work and its callback function
` [PATCH 04/14] cgroup: cgroup_css_from_dir() now should be called with RCU read locked
` [PATCH 06/14] cgroup: add __rcu modifier to cgroup->subsys[]
` [PATCH 07/14] cgroup: reorganize css init / exit paths
` [PATCH v2 "
` [PATCH 08/14] cgroup: move cgroup->subsys[] assignment to online_css()
` [PATCH v2 "
` [PATCH 09/14] cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
` [PATCH 10/14] cgroup: replace cgroup->css_kill_cnt with ->nr_css
` [PATCH 11/14] cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
` [PATCH 13/14] cgroup: move subsys file removal to kill_css()
` [PATCH 12/14] cgroup: factor out kill_css()
` [PATCH 14/14] cgroup: RCU protect each cgroup_subsys_state release
[PATCH][3.11] cpuset: fix the return value of cpuset_write_u64()
2013-08-13 14:57 UTC (2+ messages)
[PATCH] [RFC] kmemcg: remove union from memcg_params
2013-08-13 4:53 UTC (3+ messages)
[HEADSUP] conflicts between cgroup/for-3.12 and memcg
2013-08-09 15:47 UTC (4+ messages)
[patch 0/7] improve memcg oom killer robustness v2
2013-08-09 9:06 UTC (11+ messages)
` [patch 1/7] arch: mm: remove obsolete init OOM protection
` [patch 3/7] arch: mm: pass userspace fault flag to generic fault handler
` [patch 7/7] mm: memcg: do not trap chargers with full callstack on OOM
[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
2013-08-09 1:00 UTC (20+ messages)
` [PATCH 3/5] cgroup, memcg: move cgroup_event implementation "
` [PATCH v2 "
[PATCH 1/3] memcg: limit the number of thresholds per-memcg
2013-08-09 0:50 UTC (19+ messages)
` [PATCH 2/3] memcg: Limit the number of events registered on oom_control
` [PATCH 3/3] vmpressure: limit the number of registered events
[PATCH cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
2013-08-09 0:13 UTC (3+ messages)
[PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
2013-08-09 0:12 UTC (9+ messages)
` [PATCH 08/23] cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
` [PATCH v2 "
` [PATCH 12/23] cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
` [PATCH 22/23] cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
[PATCH] tfix
2013-08-08 15:29 UTC
[PATCH v5 0/5] memcg, cgroup: kill css_id
2013-08-08 2:34 UTC (6+ messages)
` [PATCH v5 1/5] memcg: convert to use cgroup_is_descendant()
` [PATCH v5 2/5] memcg: convert to use cgroup id
` [PATCH v5 3/5] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH v5 4/5] memcg: stop using css id
` [PATCH v5 5/5] cgroup: kill css_id
[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
2013-08-07 17:46 UTC
[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
2013-08-05 21:41 UTC (5+ messages)
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).