summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
2014-11-05core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering
2014-09-29Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering
2014-08-15cgroup: only generate warnings if actually writing to cgroup attributes failedLennart Poettering
2014-08-15cgroup: downgrade log messages about non-existant cgroup attributes to LOG_DEBUGLennart Poettering
2014-07-29time-util: add and use USEC/NSEC_INFINIYKay Sievers
2014-07-20test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroups: always propagate controller membership to siblings, for all controllersLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-05-08core: check the right variable for failed open()Łukasz Stelmach
2014-05-05core: require cgroups filesystem to be availableKay Sievers
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-03-19core: make sure we can combine DevicePolicy=closed with PrivateDevices=yesLennart Poettering
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-11core: support globbing matches in DeviceAllow= when checking for device groupsLennart Poettering
2014-02-24cgroup: certain cgroup attributes are not available in the root cgroup, hence...Lennart Poettering
2014-02-22cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering
2014-02-19update TODOLennart Poettering
2014-02-17doc: update punctuationJan Engelhardt
2014-02-17core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering
2014-02-17core: rework cgroup mask propagationLennart Poettering
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss
2013-11-09systemd: fix memory leak in cgroup codeZbigniew Jędrzejewski-Szmek
2013-11-06Comment spelling fixes.David Strauss
2013-11-06cgroup: run PID 1 in the root cgroupLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-09-25cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering
2013-09-23cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...Lennart Poettering
2013-09-17cgroup: get rid of MemorySoftLimit=Lennart Poettering
2013-09-16cgroup: add missing equals for BlockIOWeightGao feng
2013-09-13core/cgroup: first print then freeLukas Nykryn
2013-09-13cgroup: fix incorrectly setting memory cgroupGao feng
2013-09-13cgroup: correct the log informationGao feng
2013-09-13cgroup: add the missing setting of variable's valueGao feng
2013-08-28Do not realloc strings, which are already in the hashmap as keysHarald Hoyer
2013-08-28Revert "cgroup.c: check return value of unit_realize_cgroup_now()"Harald Hoyer
2013-08-23cgroup.c: check return value of unit_realize_cgroup_now()Harald Hoyer
2013-07-11cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=Lennart Poettering
2013-07-11cgroup: don't ever try to destroy the cgroup of the root sliceLennart Poettering
2013-07-11cgroup: don't move systemd into systems.slice when running as --user instanceLennart Poettering
2013-07-10cgroup: downgrade error message when we cannot remove a cgroup to debugLennart Poettering
2013-07-02core: don't consider a unit's cgroup empty if only a subcgroup runs emptyLennart Poettering
2013-07-01cgroup: implicitly add units to GC queue when their cgroups run emptyLennart Poettering
2013-07-01cgroup: readd proper cgroup empty trackingLennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering
2013-04-16nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering