summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup-v1.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2023-11-09cgroup: Add a new helper for cgroup1 hierarchyYafang Shao
2023-10-09cgroup: Remove duplicates in cgroup v1 tasks fileMichal Koutný
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-22cgroup: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-22cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa
2022-08-25cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()Tetsuo Handa
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo
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