aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-27cgroup: fix cgroup_subsys_state leak for seq_filesTejun Heo1-1/+4
2013-11-22cgroup: use a dedicated workqueue for cgroup destructionTejun Heo1-3/+27
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-6/+1
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-247/+1
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+6
2013-10-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-09-23cgroup: kill css_idLi Zefan1-247/+1
2013-09-10cgroup: fix cgroup post-order descendant walk of empty subtreeTejun Heo1-5/+3
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