summaryrefslogtreecommitdiffstats
path: root/src/core/dbus-cgroup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12332 from cdown/default_minZbigniew Jędrzejewski-Szmek2019-04-251-0/+6
|\
| * unit: Add DefaultMemoryMinChris Down2019-04-161-0/+6
* | core: support DisableControllers= for transient unitsAnita Zhang2019-04-221-9/+21
|/
* cgroup: Implement default propagation of MemoryLow with DefaultMemoryLowChris Down2019-04-121-0/+7
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-22/+7
* util: split out some stuff into a new file limits-util.[ch]Lennart Poettering2019-03-131-0/+1
* core: downgrade CPUQuotaPeriodSec= clamping logs to debugFilipe Brandenburger2019-02-141-0/+2
* core: add CPUQuotaPeriodSec=Filipe Brandenburger2019-02-141-0/+23
* cgroup: Add DisableControllers= directive to disable controller in subtreeChris Down2018-12-031-10/+28
* cgroup v2: Don't require CPU controller for CPU accounting in 4.15+Chris Down2018-11-181-1/+1
* core: add IODeviceLatencyTargetSecTejun Heo2018-08-221-0/+111
* core: add MemoryMinTejun Heo2018-07-121-0/+7
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* core: rework how we validate DeviceAllow= settingsLennart Poettering2018-06-111-6/+3
* cgroup: relax checks for block device cgroup settingsLennart Poettering2018-06-111-12/+8
* src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)Giuseppe Scrivano2018-04-141-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core/cgroup: accepts MemorySwapMax=0 (#8366)Yu Watanabe2018-03-091-10/+125
* bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supportedLennart Poettering2018-02-211-1/+1
* cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...Lennart Poettering2018-02-121-0/+6
* cgroup: fix handling of TasksAccounting= propertyLennart Poettering2018-01-231-1/+1
* dbus-cgroup: simplify bus_cgroup_set_property()Yu Watanabe2018-01-021-272/+94
* dbus-cgroup: add missing spaceYu Watanabe2018-01-021-2/+2
* cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...Yu Watanabe2017-12-231-4/+8
* dbus-cgroup: merge several blocks which operate almost same tasksYu Watanabe2017-12-231-158/+44
* cgroup: move path checking logic to dbus-cgroup.cYu Watanabe2017-12-231-4/+14
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-7/+20
* core: accept MemorySwapMax= properties that are scaled, tooLennart Poettering2017-11-291-3/+5
* tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering2017-11-291-23/+23
* core: add proper escaping to writing of drop-ins/transient unit filesLennart Poettering2017-11-291-99/+106
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core/cgroup: assigning empty string to Delegate= resets list of controllers (...Yu Watanabe2017-11-171-2/+5
* core: only warn about BPF/cgroup missing once per runtime (#7319)Lennart Poettering2017-11-131-3/+9
* core: rework the Delegate= unit file setting to take a list of controller namesLennart Poettering2017-11-131-0/+82
* core: improve dbus-cgroup error messageLennart Poettering2017-09-261-2/+2
* core: warn loudly if IP firewalling is configured but not in effectLennart Poettering2017-09-221-0/+10
* ip-address-access: minimize IP address listsLennart Poettering2017-09-221-0/+2
* core: support IP firewalling to be configured for transient unitsLennart Poettering2017-09-221-0/+169
* tree-wide: use path_startswith() rather than startswith() where ever that's a...Lennart Poettering2017-08-091-2/+2
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-5/+5
* pid1: properly encode infinity when writing CPUQuota snippet (#6141)Zbigniew Jędrzejewski-Szmek2017-06-181-1/+9
* core: introduce MemorySwapMax=WaLyong Cho2016-08-301-1/+4
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-071-0/+46
* core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScaleLennart Poettering2016-07-221-5/+7
* core: support percentage specifications on TasksMax=Lennart Poettering2016-07-221-0/+22
* nspawn: enable major=0/minor=0 devices inside the container (#3773)Alessandro Puccetti2016-07-211-0/+1
* systemctl: allow percent-based MemoryLimit= settings via systemctl set-propertyLennart Poettering2016-06-141-0/+52
* core: make sure to use "infinity" in unit files, not "max"Lennart Poettering2016-06-141-1/+1
* core: when receiving a memory limit via the bus, refuse 0Lennart Poettering2016-06-141-1/+5