Skip to content
GitLab
Explore
Sign in
Commits · a3e3354d56d8c121dad42ee7f63d96bf81522c0e
linux
Browse files
May 19, 2014
cgroup: clean up MAINTAINERS entries
· a3e3354d
Tejun Heo
authored
May 13, 2014
a3e3354d
May 16, 2014
cgroup: implement css_tryget()
· 6f4524d3
Tejun Heo
authored
May 16, 2014
6f4524d3
device_cgroup: use css_has_online_children() instead of has_children()
· 7a3bb24f
Tejun Heo
authored
May 16, 2014
7a3bb24f
cgroup: convert cgroup_has_live_children() into css_has_online_children()
· f3d46500
Tejun Heo
authored
May 16, 2014
f3d46500
cgroup: use CSS_ONLINE instead of CGRP_DEAD
· 184faf32
Tejun Heo
authored
May 16, 2014
184faf32
cgroup: iterate cgroup_subsys_states directly
· c2931b70
Tejun Heo
authored
May 16, 2014
c2931b70
cgroup: introduce CSS_RELEASED and reduce css iteration fallback window
· de3f0341
Tejun Heo
authored
May 16, 2014
de3f0341
cgroup: move cgroup->serial_nr into cgroup_subsys_state
· 0cb51d71
Tejun Heo
authored
May 16, 2014
0cb51d71
cgroup: link all cgroup_subsys_states in their sibling lists
· 1fed1b2e
Tejun Heo
authored
May 16, 2014
1fed1b2e
cgroup: move cgroup->sibling and ->children into cgroup_subsys_state
· d5c419b6
Tejun Heo
authored
May 16, 2014
d5c419b6
cgroup: remove cgroup->parent
· d51f39b0
Tejun Heo
authored
May 16, 2014
d51f39b0
device_cgroup: remove direct access to cgroup->children
· 5877019d
Tejun Heo
authored
May 16, 2014
5877019d
memcg: update memcg_has_children() to use css_next_child()
· ea280e7b
Tejun Heo
authored
May 16, 2014
ea280e7b
memcg: remove tasks/children test from mem_cgroup_force_empty()
· f61c42a7
Michal Hocko
authored
May 12, 2014
f61c42a7
cgroup: remove css_parent()
· 5c9d535b
Tejun Heo
authored
May 16, 2014
5c9d535b
cgroup: skip refcnting on normal root csses and cgrp_dfl_root self css
· 3b514d24
Tejun Heo
authored
May 16, 2014
3b514d24
May 14, 2014
cgroup: use cgroup->self.refcnt for cgroup refcnting
· 9d755d33
Tejun Heo
authored
May 14, 2014
9d755d33
cgroup: enable refcnting for root csses
· 9395a450
Tejun Heo
authored
May 14, 2014
9395a450
cgroup: bounce css release through css->destroy_work
· 25e15d83
Tejun Heo
authored
May 14, 2014
25e15d83
cgroup: remove cgroup_destory_css_killed()
· 249f3468
Tejun Heo
authored
May 14, 2014
249f3468
cgroup: move cgroup->sibling unlinking to cgroup_put()
· 4e4e2847
Tejun Heo
authored
May 14, 2014
4e4e2847
cgroup: move check_for_release(parent) call to the end of cgroup_destroy_locked()
· 9e4173e1
Tejun Heo
authored
May 14, 2014
9e4173e1
cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked()
· cbc125ef
Tejun Heo
authored
May 14, 2014
cbc125ef
cgroup: rename cgroup->dummy_css to ->self and move it to the top
· 9d800df1
Tejun Heo
authored
May 14, 2014
9d800df1
cgroup: use restart_syscall() for mount retries
· a015edd2
Tejun Heo
authored
May 14, 2014
a015edd2
May 13, 2014
cgroup: remove cgroup_tree_mutex
· 8353da1f
Tejun Heo
authored
May 13, 2014
8353da1f
cgroup: nest kernfs active protection under cgroup_mutex
· 01f6474c
Tejun Heo
authored
May 13, 2014
01f6474c
cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methods
· e76ecaee
Tejun Heo
authored
May 13, 2014
e76ecaee
cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()
· a9746d8d
Tejun Heo
authored
May 13, 2014
a9746d8d
cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()
· cfc79d5b
Tejun Heo
authored
May 13, 2014
cfc79d5b
cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()
· ddab2b6e
Tejun Heo
authored
May 13, 2014
ddab2b6e
cgroup: collapse cgroup_create() into croup_mkdir()
· b3bfd983
Tejun Heo
authored
May 13, 2014
b3bfd983
cgroup: reorganize cgroup_create()
· ba0f4d76
Tejun Heo
authored
May 13, 2014
ba0f4d76
cgroup: remove cgroup->control_kn
· b7fc5ad2
Tejun Heo
authored
May 13, 2014
b7fc5ad2
cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()
· acbef755
Tejun Heo
authored
May 13, 2014
acbef755
cgroup: replace cftype->trigger() with cftype->write()
· 6770c64e
Tejun Heo
authored
May 13, 2014
6770c64e
cgroup: replace cftype->write_string() with cftype->write()
· 451af504
Tejun Heo
authored
May 13, 2014
451af504
cgroup: implement cftype->write()
· b4168640
Tejun Heo
authored
May 13, 2014
b4168640
cgroup: rename css_tryget*() to css_tryget_online*()
· ec903c0c
Tejun Heo
authored
May 13, 2014
ec903c0c
cgroup: use release_agent_path_lock in cgroup_release_agent_show()
· 46cfeb04
Tejun Heo
authored
May 13, 2014
46cfeb04
Loading