aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-07Kill indirect include of file.h from eventfd.h, use fdget() in cgroup.cAl Viro1-16/+17
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-724/+919
2013-08-29cgroup: fix rmdir EBUSY regression in 3.11Hugh Dickins1-1/+18
2013-08-27cgroup: fix cgroup_css() invocation in css_from_id()Tejun Heo1-1/+1
2013-08-26cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()Tejun Heo1-13/+5
2013-08-26cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroupTejun Heo1-14/+12
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-1/+2
2013-08-26cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsysTejun Heo1-47/+43
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo1-16/+10
2013-08-19cgroup: fix cgroup_write_event_control()Tejun Heo1-4/+21
2013-08-19cgroup: fix subsystem file accesses on the root cgroupTejun Heo1-14/+10
2013-08-19cgroup: change cgroup_from_id() to css_from_id()Li Zefan1-0/+22
2013-08-16cgroup: use css_get() in cgroup_create() to check CSS_ROOTLi Zhong1-1/+1
2013-08-13cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo1-16/+37
2013-08-13cgroup: move subsys file removal to kill_css()Tejun Heo1-7/+9
2013-08-13cgroup: factor out kill_css()Tejun Heo1-23/+35
2013-08-13cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo1-28/+24
2013-08-13cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo1-24/+28
2013-08-13cgroup: bounce cgroup_subsys_state ref kill confirmation to a work itemTejun Heo1-3/+18
2013-08-13cgroup: move cgroup->subsys[] assignment to online_css()Tejun Heo1-10/+11
2013-08-13cgroup: reorganize css init / exit pathsTejun Heo1-27/+23
2013-08-13cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo1-5/+14
2013-08-13cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->cssTejun Heo1-17/+31
2013-08-13cgroup: cgroup_css_from_dir() now should be called with RCU read lockedTejun Heo1-2/+10
2013-08-13cgroup: add cgroup_subsys_state->parentTejun Heo1-3/+15
2013-08-13cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo1-11/+10
2013-08-13cgroup: always use cgroup_css()Tejun Heo1-29/+29
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-18/+11
2013-08-08cgroup: unexport cgroup_css()Tejun Heo1-0/+13
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-7/+9
2013-08-08cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroupTejun Heo1-7/+8
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-55/+57
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo1-50/+43
2013-08-08cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo1-17/+15
2013-08-08cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo1-37/+77
2013-08-08cgroup: relocate cgroup_advance_iter()Tejun Heo1-24/+24
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-58/+73
2013-08-08cgroup: always use cgroup_next_child() to walk the children listTejun Heo1-4/+3
2013-08-08cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo1-29/+30
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-79/+83
2013-08-08cgroup: add cgroup->dummy_cssTejun Heo1-4/+5
2013-08-08cgroup: pin cgroup_subsys_state when opening a cgroupfs fileTejun Heo1-11/+32
2013-08-08cgroup: add subsys backlink pointer to cftypeTejun Heo1-35/+43
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-23/+34
2013-08-08cgroup: add subsystem pointer to cgroup_subsys_stateTejun Heo1-0/+1
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-1/+1
2013-08-06Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+3
2013-08-02cgroup: Merge branch 'for-3.11-fixes' into for-3.12Tejun Heo1-13/+22
2013-08-01cgroup: rename cgroup_pidlist->mutexLi Zefan1-11/+11
2013-08-01cgroup: restructure the failure path in cgroup_write_event_control()Li Zefan1-21/+18