Skip to content
GitLab
Explore
Sign in
Commits · d1625964da51bda61306ad3ec45307a799c21f08
linux
Browse files
Aug 27, 2013
cgroup: fix cgroup_css() invocation in css_from_id()
· d1625964
Tejun Heo
authored
Aug 27, 2013
d1625964
Aug 26, 2013
cgroup: make cgroup_write_event_control() use css_from_dir() instead of __d_cgrp()
· 7c918cbb
Tejun Heo
authored
Aug 26, 2013
7c918cbb
cgroup: make cgroup_event hold onto cgroup_subsys_state instead of cgroup
· 7941cb02
Tejun Heo
authored
Aug 26, 2013
7941cb02
cgroup: implement CFTYPE_NO_PREFIX
· 9fa4db33
Tejun Heo
authored
Aug 26, 2013
9fa4db33
cgroup: make cgroup_css() take cgroup_subsys * instead and allow NULL subsys
· ca8bdcaf
Tejun Heo
authored
Aug 26, 2013
ca8bdcaf
cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax
· 35cf0836
Tejun Heo
authored
Aug 26, 2013
35cf0836
Aug 19, 2013
cgroup: fix cgroup_write_event_control()
· 6e6eab0e
Tejun Heo
authored
Aug 15, 2013
6e6eab0e
cgroup: fix subsystem file accesses on the root cgroup
· 0bfb4aa6
Tejun Heo
authored
Aug 15, 2013
0bfb4aa6
cgroup: change cgroup_from_id() to css_from_id()
· 1cb650b9
Li Zefan
authored
Aug 19, 2013
1cb650b9
Aug 16, 2013
cgroup: use css_get() in cgroup_create() to check CSS_ROOT
· 930913a3
Li Zhong
authored
Aug 16, 2013
930913a3
Aug 14, 2013
cpuset: remove an unncessary forward declaration
· ff58ac0d
Li Zefan
authored
Aug 13, 2013
ff58ac0d
cgroup: RCU protect each cgroup_subsys_state release
· 0c21ead1
Tejun Heo
authored
Aug 13, 2013
0c21ead1
cgroup: move subsys file removal to kill_css()
· 3c14f8b4
Tejun Heo
authored
Aug 13, 2013
3c14f8b4
cgroup: factor out kill_css()
· edae0c33
Tejun Heo
authored
Aug 13, 2013
edae0c33
cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
· 09a503ea
Tejun Heo
authored
Aug 13, 2013
09a503ea
cgroup: replace cgroup->css_kill_cnt with ->nr_css
· f20104de
Tejun Heo
authored
Aug 13, 2013
f20104de
cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
· 223dbc38
Tejun Heo
authored
Aug 13, 2013
223dbc38
cgroup: move cgroup->subsys[] assignment to online_css()
· ae7f164a
Tejun Heo
authored
Aug 13, 2013
ae7f164a
Aug 13, 2013
cgroup: reorganize css init / exit paths
· 623f926b
Tejun Heo
authored
Aug 13, 2013
623f926b
cgroup: add __rcu modifier to cgroup->subsys[]
· 73e80ed8
Tejun Heo
authored
Aug 13, 2013
73e80ed8
cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css
· 105347ba
Tejun Heo
authored
Aug 13, 2013
105347ba
cgroup: cgroup_css_from_dir() now should be called with RCU read locked
· b77d7b60
Tejun Heo
authored
Aug 13, 2013
b77d7b60
cgroup: add cgroup_subsys_state->parent
· 0ae78e0b
Tejun Heo
authored
Aug 13, 2013
0ae78e0b
cgroup: rename cgroup_subsys_state->dput_work and its callback function
· 35ef10da
Tejun Heo
authored
Aug 13, 2013
35ef10da
cgroup: always use cgroup_css()
· 40e93b39
Tejun Heo
authored
Aug 13, 2013
40e93b39
Aug 09, 2013
cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
· bd8815a6
Tejun Heo
authored
Aug 08, 2013
bd8815a6
cgroup: unexport cgroup_css()
· 95109b62
Tejun Heo
authored
Aug 08, 2013
95109b62
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
· d99c8727
Tejun Heo
authored
Aug 08, 2013
d99c8727
cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup
· 81eeaf04
Tejun Heo
authored
Aug 08, 2013
81eeaf04
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
· 72ec7029
Tejun Heo
authored
Aug 08, 2013
72ec7029
cgroup: remove struct cgroup_scanner
· e535837b
Tejun Heo
authored
Aug 08, 2013
e535837b
cgroup: make cgroup_task_iter remember the cgroup being iterated
· c59cd3d8
Tejun Heo
authored
Aug 08, 2013
c59cd3d8
cgroup: rename cgroup_iter to cgroup_task_iter
· 0942eeee
Tejun Heo
authored
Aug 08, 2013
0942eeee
cgroup: relocate cgroup_advance_iter()
· d515876e
Tejun Heo
authored
Aug 08, 2013
d515876e
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
· 492eb21b
Tejun Heo
authored
Aug 08, 2013
492eb21b
cgroup: always use cgroup_next_child() to walk the children list
· f48e3924
Tejun Heo
authored
Aug 08, 2013
f48e3924
cgroup: convert cgroup_next_sibling() to cgroup_next_child()
· 3b287a50
Tejun Heo
authored
Aug 08, 2013
3b287a50
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
· 182446d0
Tejun Heo
authored
Aug 08, 2013
182446d0
cgroup: add cgroup->dummy_css
· 67f4c36f
Tejun Heo
authored
Aug 08, 2013
67f4c36f
cgroup: pin cgroup_subsys_state when opening a cgroupfs file
· f7d58818
Tejun Heo
authored
Aug 08, 2013
f7d58818
Loading