aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa1-4/+2
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa1-0/+2
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo1-1/+16
2022-02-22cgroup-v1: Correct privileges check in release_agent writesMichal Koutný1-2/+4
2022-02-01cgroup-v1: Require capabilities to set release_agentEric W. Biederman1-0/+14
2022-01-06cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo1-12/+14
2022-01-06cgroup: Use open-time credentials for process migraton perm checksTejun Heo1-3/+4
2021-10-25cgroup: no need for cgroup_mutex for /proc/cgroupsShakeel Butt1-5/+2
2021-10-25cgroup: remove cgroup_mutex from cgroupstats_buildShakeel Butt1-5/+2
2021-10-05cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma1-3/+0
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+7
2021-08-11cgroup: cgroup-v1: clean up kernel-doc notationRandy Dunlap1-1/+7
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-3/+1
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-9/+5
2021-07-14cgroup: verify that source is a stringChristian Brauner1-0/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-1/+1
2021-06-10cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-05-24cgroup: fix spelling mistakesZhen Lei1-1/+1
2021-04-16cgroup: use tsk->in_iowait instead of delayacct_is_task_waiting_on_io()Chunguang Xu1-1/+1
2021-01-15cgroup-v1: add disabled controller check in cgroup1_parse_param()Chen Zhou1-0/+3
2020-12-16cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao1-0/+2
2020-03-12cgroup: Restructure release_agent_path handlingTejun Heo1-17/+17
2020-03-04cgroup1: don't call release_agent when it is ""Tycho Andersen1-1/+1
2020-02-12cgroup-v1: cgroup_pidlist_next should update position indexVasily Averin1-0/+1
2020-02-07cgroup1: switch to use of errorfc() et.al.Al Viro1-12/+12
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-6/+2
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07get rid of cg_invalf()Al Viro1-14/+12
2019-10-07cgroup: Optimize single thread migrationMichal Koutný1-2/+3
2019-08-07Use kvmalloc in cgroups-v1Marc Koderer1-23/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-19cgroup: implement __cgroup_task_count() helperRoman Gushchin1-16/+0
2019-02-28vfs: Add some logging to the core users of the fs_context logDavid Howells1-1/+1
2019-02-28cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro1-5/+3
2019-02-28cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helperAl Viro1-41/+46
2019-02-28cgroup_do_mount(): massage calling conventionsAl Viro1-12/+5
2019-02-28cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro1-1/+3
2019-02-28cgroup1: switch to option-by-option parsingAl Viro1-83/+109
2019-02-28cgroup: take options parsing into ->parse_monolithic()Al Viro1-76/+67
2019-02-28cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro1-9/+17
2019-02-28cgroup: start switching to fs_contextAl Viro1-4/+5
2019-01-17cgroup: saner refcounting for cgroup_rootAl Viro1-45/+13
2018-12-28cgroup: Add named hierarchy disabling to cgroup_no_v1 boot paramTejun Heo1-1/+13
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)1-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2017-12-19cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2017-08-18cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long1-0/+6
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-2/+3