summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup-v1.c
AgeCommit message (Expand)Author
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný
2022-02-01cgroup-v1: Require capabilities to set release_agentEric W. Biederman
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo
2022-01-06cgroup: Use open-time credentials for process migraton perm checksTejun Heo
2021-10-25cgroup: no need for cgroup_mutex for /proc/cgroupsShakeel Butt
2021-10-25cgroup: remove cgroup_mutex from cgroupstats_buildShakeel Butt
2021-10-05cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-08-11cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-14cgroup: verify that source is a stringChristian Brauner
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov
2021-05-24cgroup: fix spelling mistakesZhen Lei
2021-04-16cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Chunguang Xu
2021-01-15cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou
2020-12-16cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen
2020-02-12cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07get rid of cg_invalf()Al Viro
2019-10-07cgroup: Optimize single thread migrationMichal Koutný
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro
2019-02-28cgroup1: switch to option-by-option parsingAl Viro
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro
2019-02-28cgroup: start switching to fs_contextAl Viro
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo
2017-06-14cgroup: Move debug cgroup to its own fileWaiman Long