summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup-v1: Correct privileges check in release_agent writesMichal Koutný2022-02-221-2/+4
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-011-0/+14
* cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-061-12/+14
* cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-061-3/+4
* cgroup: no need for cgroup_mutex for /proc/cgroupsShakeel Butt2021-10-251-5/+2
* cgroup: remove cgroup_mutex from cgroupstats_buildShakeel Butt2021-10-251-5/+2
* cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma2021-10-051-3/+0
* Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-08-311-1/+7
|\
| * cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap2021-08-111-1/+7
* | cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-3/+1
|/
* fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-9/+5
* cgroup: verify that source is a stringChristian Brauner2021-07-141-0/+2
* sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+1
* cgroup1: don't allow '\n' in renamingAlexander Kuznetsov2021-06-101-0/+4
* cgroup: fix spelling mistakesZhen Lei2021-05-241-1/+1
* cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Chunguang Xu2021-04-161-1/+1
* cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou2021-01-151-0/+3
* cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao2020-12-161-0/+2
* cgroup: Restructure release_agent_path handlingTejun Heo2020-03-121-17/+17
* cgroup1: don't call release_agent when it is ""Tycho Andersen2020-03-041-1/+1
* cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin2020-02-121-0/+1
* cgroup1: switch to use of errorfc() et.al.Al Viro2020-02-071-12/+12
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-6/+2
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* get rid of cg_invalf()Al Viro2020-02-071-14/+12
* cgroup: Optimize single thread migrationMichal Koutný2019-10-071-2/+3
* Use kvmalloc in cgroups-v1Marc Koderer2019-08-071-23/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* cgroup: implement __cgroup_task_count() helperRoman Gushchin2019-04-191-16/+0
* vfs: Add some logging to the core users of the fs_context logDavid Howells2019-02-281-1/+1
* cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-281-5/+3
* cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro2019-02-281-41/+46
* cgroup_do_mount(): massage calling conventionsAl Viro2019-02-281-12/+5
* cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-281-1/+3
* cgroup1: switch to option-by-option parsingAl Viro2019-02-281-83/+109
* cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-281-76/+67
* cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-281-9/+17
* cgroup: start switching to fs_contextAl Viro2019-02-281-4/+5
* cgroup: saner refcounting for cgroup_rootAl Viro2019-01-171-45/+13
* cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo2018-12-281-1/+13
* cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-111-2/+2
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2017-12-191-1/+5
* cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+6
* cgroup: implement cgroup v2 thread supportTejun Heo2017-07-211-2/+3
* cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-211-3/+3
* cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-211-5/+53
* cgroup: Move debug cgroup to its own fileWaiman Long2017-06-141-148/+1