summaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-06-16cgroup1: don't allow '\n' in renamingAlexander Kuznetsov1-0/+4
2021-06-16cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2020-08-21cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang1-0/+2
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-6/+18
2020-03-20cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2018-10-13cgroup: Fix deadlock in cpu hotplug pathPrateek Sood1-1/+5
2017-08-11cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-08-11cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-06-14cgroup: Prevent kill_css() from being called more than onceWaiman Long1-0/+5
2017-04-21cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo1-4/+5
2017-02-09cgroup: don't online subsystems before cgroup_name/path() are operationalTejun Heo1-8/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-27/+48
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+24
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-4/+25
2016-09-29cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo1-3/+3
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+25
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo1-4/+25
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1-0/+6
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner1-0/+6
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra1-0/+6
2016-08-10cgroup: add tracepoints for basic operationsTejun Heo1-0/+25
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo1-26/+22
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman1-0/+18
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+8
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+35
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-9/+4
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun1-1/+0
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman1-6/+2
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman1-0/+5
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman1-4/+1
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau1-0/+35
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira1-68/+74
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo1-0/+2
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner1-1/+1
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner1-7/+1
2016-06-16cgroup: set css->id to -1 during initTejun Heo1-0/+1
2016-05-26cgroup: remove redundant cleanup in css_createWenwei Tao1-4/+1
2016-05-12cgroup: fix compile warningFelipe Balbi1-1/+1
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn1-0/+63
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo1-2/+5
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-4/+225
2016-03-16cgroup: avoid false positive gcc-6 warningArnd Bergmann1-0/+3
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo1-2/+18
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo1-7/+31
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo1-13/+13
2016-03-08cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo1-35/+35