summaryrefslogtreecommitdiff
path: root/include/linux/cgroup.h (follow)
Commit message (Expand)AuthorAge
...
* cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2014-02-13
* cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo2014-02-13
* cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo2014-02-13
* cgroup: remove cgroupfs_root->refcntTejun Heo2014-02-12
* cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo2014-02-12
* cgroup: remove cgroup->nameTejun Heo2014-02-12
* cgroup: remove cftype_setTejun Heo2014-02-12
* cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo2014-02-12
* cgroup: convert to kernfsTejun Heo2014-02-11
* cgroup: misc preps for kernfs conversionTejun Heo2014-02-11
* cgroup: introduce cgroup_ino()Tejun Heo2014-02-11
* cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-11
* cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo2014-02-11
* cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo2014-02-11
* Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2014-02-11
|\
| * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-11
* | cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2014-02-08
* | cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-08
* | cgroup: drop module supportTejun Heo2014-02-08
|/
* cgroup: remove stray references to css_idHugh Dickins2014-01-13
* cgroup: remove for_each_root_subsys()Tejun Heo2013-12-06
* cgroup: unify pidlist and other file handlingTejun Heo2013-12-05
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
* cgroup: attach cgroup_open_file to all cgroup filesTejun Heo2013-12-05
* cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo2013-12-05
* cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo2013-11-29
* cgroup: remove cftype->release()Tejun Heo2013-11-29
* cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo2013-11-22
|\
| * cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo2013-11-22
| * cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo2013-11-22
| * cgroup, memcg: move cgroup_event implementation to memcgTejun Heo2013-11-22
* | cgroup: kill css_idLi Zefan2013-09-23
|/
* cgroup: implement CFTYPE_NO_PREFIXTejun Heo2013-08-26
* cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo2013-08-26
* cgroup: change cgroup_from_id() to css_from_id()Li Zefan2013-08-19
* cgroup: RCU protect each cgroup_subsys_state releaseTejun Heo2013-08-13
* cgroup: decouple cgroup_subsys_state destruction from cgroup destructionTejun Heo2013-08-13
* cgroup: replace cgroup->css_kill_cnt with ->nr_cssTejun Heo2013-08-13
* cgroup: add __rcu modifier to cgroup->subsys[]Tejun Heo2013-08-13
* cgroup: add cgroup_subsys_state->parentTejun Heo2013-08-13
* cgroup: rename cgroup_subsys_state->dput_work and its callback functionTejun Heo2013-08-13
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-08
* cgroup: unexport cgroup_css()Tejun Heo2013-08-08
* cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
* cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2013-08-08
* cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08
* cgroup: remove struct cgroup_scannerTejun Heo2013-08-08
* cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo2013-08-08
* cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo2013-08-08
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-08