summaryrefslogtreecommitdiffstats
path: root/src/core/cgroup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: when applying io/blkio per-device rules, don't remove them if they failLennart Poettering2018-06-121-36/+20
* Merge pull request #9255 from poettering/block-dev-fixesZbigniew Jędrzejewski-Szmek2018-06-121-15/+22
|\
| * cgroup: beef up device lookup logic for block devicesLennart Poettering2018-06-111-15/+22
* | pid1: do not reset subtree_control on already-existing units with delegationZbigniew Jędrzejewski-Szmek2018-06-111-4/+11
|/
* cgroup: tiny log message tweak, say that we ignore one kind of failureLennart Poettering2018-06-051-1/+1
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-06-041-1/+1
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* tree-wide: avoid assignment of r just to use in a comparisonZbigniew Jędrzejewski-Szmek2018-04-241-3/+1
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* util-lib: introduce new empty_or_root() helper (#8746)Lennart Poettering2018-04-181-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: skip the removal of cgroups in the TEST_RUN_MINIMAL mode (#8622)Evgeny Vereshchagin2018-04-031-1/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-2/+1
* core: ignore errors from cg_create_and_attach() in test mode (#8401)Michal Sekletar2018-03-091-11/+12
* Merge pull request #8149 from poettering/fake-root-cgroupLennart Poettering2018-03-011-10/+36
|\
| * core: turn on memory/cpu/tasks accounting by default for the root sliceLennart Poettering2018-02-091-5/+22
| * core: hook up /proc queries for the root slice, tooLennart Poettering2018-02-091-3/+11
| * cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-02-091-2/+3
* | bpf: use BPF_F_ALLOW_MULTI flag if it is availableLennart Poettering2018-02-211-20/+2
* | core: add new new bus call for migrating foreign processes to scope/service u...Lennart Poettering2018-02-121-9/+136
* | cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...Lennart Poettering2018-02-121-9/+18
|/
* Merge pull request #7915 from poettering/pids-max-tweakZbigniew Jędrzejewski-Szmek2018-01-251-22/+62
|\
| * core: propagate TasksMax= on the root slice to sysctlsLennart Poettering2018-01-221-10/+37
| * cgroup: when querying the number of tasks in the root slice use the pid_max s...Lennart Poettering2018-01-221-0/+5
| * cgroup: add proper API to determine whether our unit manags to root cgroupLennart Poettering2018-01-221-11/+19
| * cgroup: use CGROUP_LIMIT_MAX where appropriateLennart Poettering2018-01-221-1/+1
* | core: rework how we track which PIDs to watch for a unitLennart Poettering2018-01-231-9/+15
* | core: unify call we use to synthesize cgroup empty events when we stopped wat...Lennart Poettering2018-01-231-0/+25
* | core: fix manager_get_unit_by_pid() special casing of manager PIDLennart Poettering2018-01-231-1/+1
|/
* core: un-break PrivateDevices= by allowing it to mknod /dev/ptmxAlan Jenkins2018-01-181-1/+2
* basic: split out blockdev-util.[ch] from util.hLennart Poettering2017-12-251-1/+2
* core: warn about left-over processes in cgroup on unit startLennart Poettering2017-11-251-13/+29
* unit: initialize bpf cgroup realization state properlyLennart Poettering2017-11-251-2/+2
* cgroup: when dispatching the cgroup realization queue, check again if we shal...Lennart Poettering2017-11-251-15/+28
* cgroup: drop unused parameter from functionLennart Poettering2017-11-251-2/+4
* cgroup: downgrade the log level of "invocation id" messages to debug (#7422)Evgeny Vereshchagin2017-11-231-1/+1
* cgroup: fix delegation on the unified hierarchyLennart Poettering2017-11-211-3/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: fix message about detected memory hierarchyZbigniew Jędrzejewski-Szmek2017-11-151-3/+3
* Use plural DelegateControllers= consistentlyZbigniew Jędrzejewski-Szmek2017-11-151-1/+1
* core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering2017-11-131-15/+35
* string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-131-5/+3
* cgroup: make use of unit_get_subtree_mask() where appropriateLennart Poettering2017-11-131-4/+2
* core: track why unit dependencies came to beLennart Poettering2017-11-101-3/+6
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* cgroup: IN_SET() FTW!Lennart Poettering2017-09-271-1/+1
* cgroup: after determining that a cgroup is empty, asynchronously dispatch thisLennart Poettering2017-09-271-19/+94
* core: rename cgroup_queue → cgroup_realize_queueLennart Poettering2017-09-271-15/+17
* core/cgroup: add a helper macro for a common pattern (#6926)Zbigniew Jędrzejewski-Szmek2017-09-271-32/+4
* cgroup: refuse to return accounting data if accounting isn't turned onLennart Poettering2017-09-221-0/+35