summaryrefslogtreecommitdiff
path: root/src/core/dbus-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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-031-272/+94
* dbus-cgroup: add missing spaceYu Watanabe2018-01-031-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
* tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek2016-05-281-26/+26
* core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo2016-05-271-0/+28
* core: fix missing newlines when writing out drop-ins for cgroup settingsTejun Heo2016-05-231-28/+24
* core: fix the reversed sanity check when setting StartupBlockIOWeight over dbusTejun Heo2016-05-231-1/+1
* core: update CGroupBlockIODeviceBandwidth to record both rbps and wbpsTejun Heo2016-05-181-13/+26
* core: add support for IOReadIOPSMax and IOWriteIOPSMaxTejun Heo2016-05-181-0/+2
* core: introduce CGroupIOLimitType enumsTejun Heo2016-05-181-34/+16
* core: add io controller support on the unified hierarchyTejun Heo2016-05-051-0/+308
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-1/+2