aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-29cgroup: remove useless argument from cgroup_exit()Li Zefan1-2/+2
2014-03-19cgroup: implement CFTYPE_ONLY_ON_DFLTejun Heo1-0/+1
2014-03-19cgroup: make cgrp_dfl_root mountableTejun Heo1-0/+10
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-03-19cgroup: rename cgroup_dummy_root and related namesTejun Heo1-7/+7
2014-03-19cgroup: move ->subsys_mask from cgroupfs_root to cgroupTejun Heo1-3/+3
2014-03-19cgroup: remove NULL checks from [pr_cont_]cgroup_{name|path}()Tejun Heo1-20/+4
2014-02-25cgroup: drop task_lock() protection around task->cgroupsTejun Heo1-2/+4
2014-02-25cgroup: split process / task migration into four stepsTejun Heo1-0/+1
2014-02-25cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo1-0/+16
2014-02-25cgroup: add css_set->mg_tasksTejun Heo1-2/+6
2014-02-14cgroup: deal with dummp_top in cgroup_name() and cgroup_path()Li Zefan1-2/+10
2014-02-13cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo1-3/+0
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-6/+2
2014-02-13cgroup: remove css_scan_tasks()Tejun Heo1-6/+0
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo1-2/+6
2014-02-13cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo1-2/+0
2014-02-13cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo1-3/+3
2014-02-12cgroup: remove cgroupfs_root->refcntTejun Heo1-3/+1
2014-02-12cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_tTejun Heo1-2/+2
2014-02-12cgroup: remove cgroup->nameTejun Heo1-27/+36
2014-02-12cgroup: remove cftype_setTejun Heo1-17/+9
2014-02-12cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo1-0/+2
2014-02-11cgroup: convert to kernfsTejun Heo1-32/+20
2014-02-11cgroup: misc preps for kernfs conversionTejun Heo1-6/+2
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo1-0/+9
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo1-2/+3
2014-02-11cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo1-2/+1
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo1-2/+2
2014-02-11Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo1-0/+2
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan1-0/+2
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo1-2/+2
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-3/+4
2014-02-08cgroup: drop module supportTejun Heo1-25/+4
2014-01-13cgroup: remove stray references to css_idHugh Dickins1-3/+0
2013-12-06cgroup: remove for_each_root_subsys()Tejun Heo1-8/+1
2013-12-05cgroup: unify pidlist and other file handlingTejun Heo1-1/+5
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-6/+3
2013-12-05cgroup: attach cgroup_open_file to all cgroup filesTejun Heo1-0/+33
2013-12-05cgroup: remove cftype->read(), ->read_map() and ->write()Tejun Heo1-25/+0
2013-11-29cgroup: don't guarantee cgroup.procs is sorted if sane_behaviorTejun Heo1-0/+3
2013-11-29cgroup: remove cftype->release()Tejun Heo1-2/+0
2013-11-22cgroup: Merge branch 'memcg_event' into for-3.14Tejun Heo1-24/+0
2013-11-22cgroup: unexport cgroup_css() and remove __file_cft()Tejun Heo1-5/+0
2013-11-22cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcgTejun Heo1-24/+0
2013-11-22cgroup, memcg: move cgroup_event implementation to memcgTejun Heo1-0/+5
2013-09-23cgroup: kill css_idLi Zefan1-37/+0
2013-08-26cgroup: implement CFTYPE_NO_PREFIXTejun Heo1-0/+1
2013-08-26cgroup: rename cgroup_css_from_dir() to css_from_dir() and update its syntaxTejun Heo1-1/+2
2013-08-19cgroup: change cgroup_from_id() to css_from_id()Li Zefan1-18/+2