summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup-v1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-1/+1
|\
| * kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook2023-12-151-1/+1
* | cgroup: Add a new helper for cgroup1 hierarchyYafang Shao2023-11-091-0/+34
|/
* cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný2023-10-091-3/+2
* cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin2023-08-071-1/+1
* Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-271-2/+2
|\
| * cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-221-2/+2
* | cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng2023-05-221-2/+2
|/
* cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal2023-03-171-8/+8
* cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa2022-08-261-4/+2
* cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa2022-08-251-0/+2
* cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo2022-07-231-1/+16
* 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