summaryrefslogtreecommitdiff
path: root/src/core/dbus-cgroup.c
AgeCommit message (Expand)Author
2016-08-30core: introduce MemorySwapMax=WaLyong Cho
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-07-22core: rename MemoryLimitByPhysicalMemory transient property to MemoryLimitScaleLennart Poettering
2016-07-22core: support percentage specifications on TasksMax=Lennart Poettering
2016-07-21nspawn: enable major=0/minor=0 devices inside the container (#3773)Alessandro Puccetti
2016-06-14systemctl: allow percent-based MemoryLimit= settings via systemctl set-propertyLennart Poettering
2016-06-14core: make sure to use "infinity" in unit files, not "max"Lennart Poettering
2016-06-14core: when receiving a memory limit via the bus, refuse 0Lennart Poettering
2016-05-28tree-wide: remove newlines from unit_write_drop_inZbigniew Jędrzejewski-Szmek
2016-05-27core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo
2016-05-23core: fix missing newlines when writing out drop-ins for cgroup settingsTejun Heo
2016-05-23core: fix the reversed sanity check when setting StartupBlockIOWeight over dbusTejun Heo
2016-05-18core: update CGroupBlockIODeviceBandwidth to record both rbps and wbpsTejun Heo
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-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-21core dbus: Check that flush works with memstreamNicolas Cornu
2015-09-11cgroup: unify how we invalidate cgroup controller settingsLennart Poettering
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-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-09-29core/dbus: simplify handling of CPUQuotaPerSecUSecZbigniew Jędrzejewski-Szmek
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-04-25core: make sure we always write changed cgroup attributes to the cgroupfsLennart Poettering
2014-02-24cgroup: parse array cgroup properties correctly when they aren't at the end o...Lennart Poettering
2014-02-22cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek
2013-12-25build-sys: minor fixes found with cppcheckLennart Poettering
2013-12-22core: the cgroup properties are not actually constLennart Poettering
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-10-21silent a few more gcc warningsKay Sievers
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-17cgroup: get rid of MemorySoftLimit=Lennart Poettering
2013-09-10cgroup: setup BlockIODeviceWeight in bus_cgroup_set_propertyGao feng
2013-09-10cgroup: compare fs paths with path_equal() rather than streq()Lennart Poettering
2013-09-10cgroup: setup BlockIORead/WriteBandwidth in bus_cgroup_set_propertyGao feng
2013-08-28device cgroup: don't create a new CGroupDeviceAllow when it already in the listGao feng