summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo8-15/+11
2014-02-13cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()Tejun Heo1-5/+11
2014-02-13cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()Tejun Heo1-27/+23
2014-02-13cgroup: remove css_scan_tasks()Tejun Heo2-168/+0
2014-02-13cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo1-128/+58
2014-02-13cgroup: make css_set_lock a rwsem and rename it to css_set_rwsemTejun Heo1-47/+57
2014-02-13cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()Tejun Heo1-11/+20
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo4-6/+10
2014-02-13cgroup: relocate cgroup_enable_task_cg_lists()Tejun Heo1-55/+48
2014-02-13cgroup: enable task_cg_lists on the first cgroup mountTejun Heo1-14/+27
2014-02-13cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo2-26/+4
2014-02-13cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo2-13/+7
2014-02-12sun4M: add include of slab.h for kzallocStephen Rothwell1-0/+2
2014-02-12cgroup: remove cgroupfs_root->refcntTejun Heo2-51/+39
2014-02-12cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo2-11/+9
2014-02-12cgroup: remove cgroup->nameTejun Heo7-210/+110
2014-02-12cgroup: make cgroup hold onto its kernfs_nodeTejun Heo1-7/+9
2014-02-12cgroup: simplify dynamic cftype addition and removalTejun Heo1-55/+32
2014-02-12cgroup: remove cftype_setTejun Heo2-45/+22
2014-02-12cgroup: relocate cgroup_rm_cftypes()Tejun Heo1-35/+35
2014-02-12cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo2-0/+5
2014-02-11cgroup: convert to kernfsTejun Heo3-785/+383
2014-02-11cgroup: relocate functions in preparation of kernfs conversionTejun Heo1-115/+117
2014-02-11cgroup: misc preps for kernfs conversionTejun Heo2-38/+55
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo3-7/+15
2014-02-11cgroup: introduce cgroup_init/exit_cftypes()Tejun Heo1-7/+25
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo4-19/+11
2014-02-11cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo2-23/+9
2014-02-11cgroup: update cgroup name handlingTejun Heo1-13/+22
2014-02-11cgroup: factor out cgroup_setup_root() from cgroup_mount()Tejun Heo1-98/+113
2014-02-11cgroup: restructure locking and error handling in cgroup_mount()Tejun Heo1-33/+40
2014-02-11cgroup: release cgroup_mutex over file removalsTejun Heo1-5/+10
2014-02-11cgroup: introduce cgroup_tree_mutexTejun Heo1-13/+53
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo4-36/+26
2014-02-11Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo2-16/+20
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2-16/+20
2014-02-08Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo27-503/+847
2014-02-08Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo6-17/+24
2014-02-08cgroup: remove cgroup_root_mutexTejun Heo1-41/+1
2014-02-08cgroup: update locking in cgroup_show_options()Tejun Heo1-3/+16
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo2-12/+12
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo21-88/+68
2014-02-08cgroup: drop module supportTejun Heo6-308/+32
2014-02-08cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo4-52/+3
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo1-9/+2
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo1-3/+7
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo1-3/+3
2014-02-07kernfs: add CONFIG_KERNFSTejun Heo5-4/+14
2014-02-07sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2-1/+10
2014-02-07kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo3-42/+203