aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup-v1.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22cgroup-v1: Correct privileges check in release_agent writesGravatar Michal Koutný 1-2/+4
2022-02-01cgroup-v1: Require capabilities to set release_agentGravatar Eric W. Biederman 1-0/+14
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privGravatar Tejun Heo 1-12/+14
2022-01-06cgroup: Use open-time credentials for process migraton perm checksGravatar Tejun Heo 1-3/+4
2021-10-25cgroup: no need for cgroup_mutex for /proc/cgroupsGravatar Shakeel Butt 1-5/+2
2021-10-25cgroup: remove cgroup_mutex from cgroupstats_buildGravatar Shakeel Butt 1-5/+2
2021-10-05cgroup: cgroup-v1: do not exclude cgrp_dfl_rootGravatar Vishal Verma 1-3/+0
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-1/+7
2021-08-11cgroup: cgroup-v1: clean up kernel-doc notationGravatar Randy Dunlap 1-1/+7
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPGravatar Paul Gortmaker 1-3/+1
2021-07-14fs: add vfs_parse_fs_param_source() helperGravatar Christian Brauner 1-9/+5
2021-07-14cgroup: verify that source is a stringGravatar Christian Brauner 1-0/+2
2021-06-18sched: Change task_struct::stateGravatar Peter Zijlstra 1-1/+1
2021-06-10cgroup1: don't allow '\n' in renamingGravatar Alexander Kuznetsov 1-0/+4
2021-05-24cgroup: fix spelling mistakesGravatar Zhen Lei 1-1/+1
2021-04-16cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Gravatar Chunguang Xu 1-1/+1
2021-01-15cgroup-v1: add disabled controller check in cgroup1_parse_param()Gravatar Chen Zhou 1-0/+3
2020-12-16cgroup: Fix memory leak when parsing multiple source parametersGravatar Qinglang Miao 1-0/+2
2020-03-12cgroup: Restructure release_agent_path handlingGravatar Tejun Heo 1-17/+17
2020-03-04cgroup1: don't call release_agent when it is ""Gravatar Tycho Andersen 1-1/+1
2020-02-12cgroup-v1: cgroup_pidlist_next should update position indexGravatar Vasily Averin 1-0/+1
2020-02-07cgroup1: switch to use of errorfc() et.al.Gravatar Al Viro 1-12/+12
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-1/+0
2020-02-07get rid of cg_invalf()Gravatar Al Viro 1-14/+12
2019-10-07cgroup: Optimize single thread migrationGravatar Michal Koutný 1-2/+3
2019-08-07Use kvmalloc in cgroups-v1Gravatar Marc Koderer 1-23/+4
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-19cgroup: implement __cgroup_task_count() helperGravatar Roman Gushchin 1-16/+0
2019-02-28vfs: Add some logging to the core users of the fs_context logGravatar David Howells 1-1/+1
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextGravatar Al Viro 1-5/+3
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperGravatar Al Viro 1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsGravatar Al Viro 1-12/+5
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextGravatar Al Viro 1-1/+3
2019-02-28cgroup1: switch to option-by-option parsingGravatar Al Viro 1-83/+109
2019-02-28cgroup: take options parsing into ->parse_monolithic()Gravatar Al Viro 1-76/+67
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Gravatar Al Viro 1-9/+17
2019-02-28cgroup: start switching to fs_contextGravatar Al Viro 1-4/+5
2019-01-17cgroup: saner refcounting for cgroup_rootGravatar Al Viro 1-45/+13
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramGravatar Tejun Heo 1-1/+13
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersGravatar Steven Rostedt (VMware) 1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 1-13/+1
2017-12-19cgroup: Fix deadlock in cpu hotplug pathGravatar Prateek Sood 1-1/+5
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupGravatar Waiman Long 1-0/+6
2017-07-21cgroup: implement cgroup v2 thread supportGravatar Tejun Heo 1-2/+3
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSGravatar Tejun Heo 1-3/+3
2017-07-21cgroup: reorganize cgroup.procs / task write pathGravatar Tejun Heo 1-5/+53
2017-06-14cgroup: Move debug cgroup to its own fileGravatar Waiman Long 1-148/+1