summaryrefslogtreecommitdiffstats
path: root/src/core/cgroup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* time-util: add and use USEC/NSEC_INFINIYKay Sievers2014-07-291-3/+3
* test-engine: fix access to unit load pathZbigniew Jędrzejewski-Szmek2014-07-211-27/+30
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-221-40/+7
* cgroups: always propagate controller membership to siblings, for all controllersLennart Poettering2014-05-221-8/+2
* cgroup: rework startup logicLennart Poettering2014-05-221-33/+27
* core: add startup resource control optionWaLyong Cho2014-05-221-10/+30
* core: check the right variable for failed open()Łukasz Stelmach2014-05-081-1/+1
* core: require cgroups filesystem to be availableKay Sievers2014-05-051-6/+0
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-251-2/+57
* core: make sure we can combine DevicePolicy=closed with PrivateDevices=yesLennart Poettering2014-03-191-5/+11
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-181-6/+2
* core: support globbing matches in DeviceAllow= when checking for device groupsLennart Poettering2014-03-111-1/+3
* cgroup: certain cgroup attributes are not available in the root cgroup, hence...Lennart Poettering2014-02-241-17/+24
* cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...Lennart Poettering2014-02-221-1/+85
* update TODOLennart Poettering2014-02-191-1/+1
* doc: update punctuationJan Engelhardt2014-02-181-1/+1
* core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering2014-02-171-25/+35
* core: rework cgroup mask propagationLennart Poettering2014-02-171-21/+85
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-221-28/+66
* systemd: fix memory leak in cgroup codeZbigniew Jędrzejewski-Szmek2013-11-101-11/+13
* Comment spelling fixes.David Strauss2013-11-061-1/+1
* cgroup: run PID 1 in the root cgroupLennart Poettering2013-11-061-8/+8
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-5/+5
* cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering2013-09-251-4/+4
* cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...Lennart Poettering2013-09-231-1/+5
* cgroup: get rid of MemorySoftLimit=Lennart Poettering2013-09-171-14/+2
* cgroup: add missing equals for BlockIOWeightGao feng2013-09-161-1/+1
* core/cgroup: first print then freeLukas Nykryn2013-09-131-1/+1
* cgroup: fix incorrectly setting memory cgroupGao feng2013-09-131-4/+11
* cgroup: correct the log informationGao feng2013-09-131-1/+1
* cgroup: add the missing setting of variable's valueGao feng2013-09-131-1/+1
* Do not realloc strings, which are already in the hashmap as keysHarald Hoyer2013-08-281-4/+14
* Revert "cgroup.c: check return value of unit_realize_cgroup_now()"Harald Hoyer2013-08-281-7/+2
* cgroup.c: check return value of unit_realize_cgroup_now()Harald Hoyer2013-08-231-2/+7
* cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=Lennart Poettering2013-07-111-1/+1
* cgroup: don't ever try to destroy the cgroup of the root sliceLennart Poettering2013-07-111-1/+1
* cgroup: don't move systemd into systems.slice when running as --user instanceLennart Poettering2013-07-111-2/+5
* cgroup: downgrade error message when we cannot remove a cgroup to debugLennart Poettering2013-07-101-1/+1
* core: don't consider a unit's cgroup empty if only a subcgroup runs emptyLennart Poettering2013-07-021-7/+6
* cgroup: implicitly add units to GC queue when their cgroups run emptyLennart Poettering2013-07-011-2/+6
* cgroup: readd proper cgroup empty trackingLennart Poettering2013-07-011-9/+21
* core: general cgroup reworkLennart Poettering2013-06-271-356/+475
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-40/+29
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-2/+2
* nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...Lennart Poettering2013-04-161-9/+13
* core: always create /user and /machine top-level cgroup dirsLennart Poettering2013-04-151-25/+27
* cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...Lennart Poettering2013-04-081-3/+1
* cgroup: minor optimizationLennart Poettering2013-03-221-4/+2
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-141-2/+30
* core: move ManagerRunningAs to sharedZbigniew Jędrzejewski-Szmek2012-09-181-1/+1