Commit Graph

225 Commits (a5065eb6da55b226661456e6a7435f605df98111)

Author SHA1 Message Date
Li Zefan 0ab02ca8f8 cgroup: protect modifications to cgroup_idr with cgroup_mutex 11 years ago
Hugh Dickins b3ff8a2f95 cgroup: remove stray references to css_id 11 years ago
Tejun Heo b85d20404c cgroup: remove for_each_root_subsys() 11 years ago
Tejun Heo 6612f05b88 cgroup: unify pidlist and other file handling 11 years ago
Tejun Heo 2da8ca822d cgroup: replace cftype->read_seq_string() with cftype->seq_show() 11 years ago
Tejun Heo 7da1127927 cgroup: attach cgroup_open_file to all cgroup files 11 years ago
Tejun Heo 6e0755b08d cgroup: remove cftype->read(), ->read_map() and ->write() 11 years ago
Tejun Heo afb2bc14e1 cgroup: don't guarantee cgroup.procs is sorted if sane_behavior 11 years ago
Tejun Heo b9f3cecaba cgroup: remove cftype->release() 11 years ago
Tejun Heo b36824c75c cgroup: unexport cgroup_css() and remove __file_cft() 11 years ago
Tejun Heo fba9480783 cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg 11 years ago
Tejun Heo 79bd9814e5 cgroup, memcg: move cgroup_event implementation to memcg 11 years ago
Li Zefan 2ff2a7d03b cgroup: kill css_id 12 years ago
Tejun Heo 9fa4db334c cgroup: implement CFTYPE_NO_PREFIX 12 years ago
Tejun Heo 35cf083619 cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntax 12 years ago
Li Zefan 1cb650b91b cgroup: change cgroup_from_id() to css_from_id() 12 years ago
Tejun Heo 0c21ead136 cgroup: RCU protect each cgroup_subsys_state release 12 years ago
Tejun Heo 09a503ea3a cgroup: decouple cgroup_subsys_state destruction from cgroup destruction 12 years ago
Tejun Heo f20104de55 cgroup: replace cgroup->css_kill_cnt with ->nr_css 12 years ago
Tejun Heo 73e80ed800 cgroup: add __rcu modifier to cgroup->subsys[] 12 years ago
Tejun Heo 0ae78e0bf1 cgroup: add cgroup_subsys_state->parent 12 years ago
Tejun Heo 35ef10da65 cgroup: rename cgroup_subsys_state->dput_work and its callback function 12 years ago
Tejun Heo bd8815a6d8 cgroup: make css_for_each_descendant() and friends include the origin css in the iteration 12 years ago
Tejun Heo 95109b627b cgroup: unexport cgroup_css() 12 years ago
Tejun Heo d99c8727e7 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo 81eeaf0411 cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo 72ec702993 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo e535837b1d cgroup: remove struct cgroup_scanner 12 years ago
Tejun Heo c59cd3d840 cgroup: make cgroup_task_iter remember the cgroup being iterated 12 years ago
Tejun Heo 0942eeeef6 cgroup: rename cgroup_iter to cgroup_task_iter 12 years ago
Tejun Heo 492eb21b98 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup 12 years ago
Tejun Heo f48e3924dc cgroup: always use cgroup_next_child() to walk the children list 12 years ago
Tejun Heo 3b287a505e cgroup: convert cgroup_next_sibling() to cgroup_next_child() 12 years ago
Tejun Heo 182446d087 cgroup: pass around cgroup_subsys_state instead of cgroup in file methods 12 years ago
Tejun Heo 67f4c36f83 cgroup: add cgroup->dummy_css 12 years ago
Tejun Heo 2bb566cb68 cgroup: add subsys backlink pointer to cftype 12 years ago
Tejun Heo eb95419b02 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods 12 years ago
Tejun Heo 6387698699 cgroup: add css_parent() 12 years ago
Tejun Heo 72c97e54e0 cgroup: add subsystem pointer to cgroup_subsys_state 12 years ago
Tejun Heo 8af01f56a0 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ 12 years ago
Li Zefan e14880f7bb cgroup: implement cgroup_from_id() 12 years ago
Li Zefan b414dc09a3 cgroup: document how cgroup IDs are assigned 12 years ago
Li Zefan 4e96ee8e98 cgroup: convert cgroup_ida to cgroup_idr 12 years ago
Li Zefan 6f4b7e632d cgroup: more naming cleanups 12 years ago
Tejun Heo 913ffdb543 cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path() 12 years ago
Tejun Heo 0ce6cba357 cgroup: CGRP_ROOT_SUBSYS_BOUND should be ignored when comparing mount options 12 years ago
Tejun Heo 14611e51a5 cgroup: fix RCU accesses to task->cgroups 12 years ago
Tejun Heo 1672d04070 cgroup: fix cgroupfs_root early destruction path 12 years ago
Tejun Heo a8a648c4ac cgroup: remove cgroup->actual_subsys_mask 12 years ago
Tejun Heo 02c402d985 cgroup: convert CFTYPE_* flags to enums 12 years ago