summaryrefslogtreecommitdiff
path: root/src/basic/cgroup-util.h
AgeCommit message (Expand)Author
2018-07-23cgroup-util,nspawn: Add a special "inherit" cgroup mode for nspawnLuke Shumaker
2018-07-23cgroup-util: Split out cg_pid_get_path_internal()Luke Shumaker
2018-07-23cgroup-util: Add cg_version() to get the raw CGroupUnified enumLuke Shumaker
2018-07-23cgroup-util: Merge the unified_cache and unified_systemd_v232 cachesLuke Shumaker
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek
2018-02-09cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering
2017-11-25cgroup-util: merge cg_set_tasks_access() and cg-set_group_access() into oneLennart Poettering
2017-11-21cgroup-util: move Set* allocation into cg_kernel_controllers()Lennart Poettering
2017-11-21cgroup: move cgroup controller names def.h → cgroup-util.hLennart Poettering
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek
2017-11-13cgroup-util: add brief comments clarifying which controllers are v2-only and ...Lennart Poettering
2017-05-04core: introduce cg_mask_from_string()/cg_mask_to_string()Franck Bui
2017-02-24cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering
2017-02-22Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek
2017-02-20core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo
2017-02-18core: simplify cg_[all_]unified()Tejun Heo
2016-10-13nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-08-19Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek
2016-08-18logind: update empty and "infinity" handling for [User]TasksMax (#3835)Tejun Heo
2016-08-17core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-07-25Merge pull request #3589 from brauner/cgroup_namespaceLennart Poettering
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-07-09cgroup: detect cgroup namespacesChristian Brauner
2016-05-18core: add support for IOReadIOPSMax and IOWriteIOPSMaxTejun Heo
2016-05-18core: introduce CGroupIOLimitType enumsTejun Heo
2016-05-05core: add io controller support on the unified hierarchyTejun Heo
2016-03-26core: update populated event handling in unified hierarchyTejun Heo
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-08cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers