Tejun Heo
|
4b8b47eb00
cgroup: update cgroup_create() failure path
|
12 years ago |
Tejun Heo
|
b8a2df6a5b
cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory
|
12 years ago |
Tejun Heo
|
d19e19de48
cgroup: simplify cgroup_load_subsys() failure path
|
12 years ago |
Tejun Heo
|
a31f2d3ff7
cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers
|
12 years ago |
Tejun Heo
|
42809dd422
cgroup: separate out cgroup_destroy_locked()
|
12 years ago |
Tejun Heo
|
02ae7486d0
cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys()
|
12 years ago |
Tejun Heo
|
648bb56d07
cgroup: lock cgroup_mutex in cgroup_init_subsys()
|
12 years ago |
Tejun Heo
|
b48c6a80a0
cgroup: trivial cleanup for cgroup_init/load_subsys()
|
12 years ago |
Tejun Heo
|
38b53abaa3
cgroup: make CSS_* flags bit masks instead of bit positions
|
12 years ago |
Tejun Heo
|
febfcef60d
cgroup: cgroup->dentry isn't a RCU pointer
|
12 years ago |
Tejun Heo
|
4e139afc22
cgroup: create directory before linking while creating a new cgroup
|
12 years ago |
Tejun Heo
|
28fd6f30ac
cgroup: open-code cgroup_create_dir()
|
12 years ago |
Tejun Heo
|
2243076ad1
cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()
|
12 years ago |
Tejun Heo
|
175431635e
cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()
|
12 years ago |
Eric W. Biederman
|
17cf22c33e
pidns: Use task_active_pid_ns where appropriate
|
15 years ago |
Tejun Heo
|
574bd9f7c7
cgroup: implement generic child / descendant walk macros
|
12 years ago |
Tejun Heo
|
eb6fd5040e
cgroup: use rculist ops for cgroup->children
|
12 years ago |
Tejun Heo
|
a8638030f6
cgroup: add cgroup_subsys->post_create()
|
12 years ago |
Tao Ma
|
316eb661f1
cgroup: set 'start' with the right value in cgroup_path.
|
12 years ago |
Tejun Heo
|
5b805f2a76
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
|
12 years ago |
Tejun Heo
|
1db1e31b1e
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
|
12 years ago |
Tejun Heo
|
bcf6de1b91
cgroup: make ->pre_destroy() return void
|
12 years ago |
Tejun Heo
|
b25ed609d0
cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir()
|
12 years ago |
Tejun Heo
|
1a90dd508b
cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy()
|
12 years ago |
Tejun Heo
|
976c06bccc
cgroup: use cgroup_lock_live_group(parent) in cgroup_create()
|
12 years ago |
Tejun Heo
|
e93160803f
cgroup: kill CSS_REMOVED
|
12 years ago |
Tejun Heo
|
ed95779340
cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs
|
12 years ago |
Tejun Heo
|
d878383211
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
|
12 years ago |
Tejun Heo
|
9bb71308b8
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
|
12 years ago |
Daisuke Nishimura
|
1f5320d597
cgroup: notify_on_release may not be triggered in some cases
|
12 years ago |