summaryrefslogtreecommitdiff
path: root/src/core/dbus-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core dbus: Check that flush works with memstreamNicolas Cornu2015-10-211-3/+9
* cgroup: unify how we invalidate cgroup controller settingsLennart Poettering2015-09-111-15/+15
* core: refactor cpu shares/blockio weight cgroup logicLennart Poettering2015-09-111-76/+49
* core: add support for the "pids" cgroup controllerLennart Poettering2015-09-101-1/+40
* cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering2015-09-081-2/+2
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-13/+13
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-08-061-2/+2
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-051-0/+42
* core/dbus: simplify handling of CPUQuotaPerSecUSecZbigniew Jędrzejewski-Szmek2014-09-291-19/+1
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-221-60/+1
* cgroup: rework startup logicLennart Poettering2014-05-221-18/+52
* core: add startup resource control optionWaLyong Cho2014-05-221-0/+42
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-251-0/+96
* core: make sure we always write changed cgroup attributes to the cgroupfsLennart Poettering2014-04-251-0/+13
* cgroup: parse array cgroup properties correctly when they aren't at the end o...Lennart Poettering2014-02-241-1/+12
* cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering2014-02-221-2/+5
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-021-3/+2
* build-sys: minor fixes found with cppcheckLennart Poettering2013-12-251-0/+2
* core: the cgroup properties are not actually constLennart Poettering2013-12-221-11/+11
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-221-11/+11
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-6/+6
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-192/+155
* silent a few more gcc warningsKay Sievers2013-10-211-3/+3
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-5/+3
* cgroup: get rid of MemorySoftLimit=Lennart Poettering2013-09-171-8/+2
* cgroup: setup BlockIODeviceWeight in bus_cgroup_set_propertyGao feng2013-09-101-0/+86
* cgroup: compare fs paths with path_equal() rather than streq()Lennart Poettering2013-09-101-1/+1
* cgroup: setup BlockIORead/WriteBandwidth in bus_cgroup_set_propertyGao feng2013-09-101-0/+95
* device cgroup: don't create a new CGroupDeviceAllow when it already in the listGao feng2013-08-281-9/+23
* blkio: fix incorrect setting of cpu_sharesGao feng2013-08-231-1/+1
* core: simplify drop-in writing logic a bitLennart Poettering2013-07-111-21/+11
* core: when writing drop-in files, name them directly after the property we setLennart Poettering2013-07-111-9/+9
* core: add transient unitsLennart Poettering2013-06-281-2/+1
* dbus: make DeviceAllow=/DevicePolicy= writableLennart Poettering2013-06-271-0/+105
* dbus: make more cgroup attributes runtime settableLennart Poettering2013-06-271-8/+78
* dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering2013-06-271-0/+62
* core: general cgroup reworkLennart Poettering2013-06-271-0/+139