Age | Commit message (Expand) | Author |
2015-01-31 | core/cgroup: fix embarrassing typo | Zbigniew Jędrzejewski-Szmek |
2015-01-26 | treewide: fix multiple typos | Torstein Husebø |
2015-01-19 | cgroup: fix typo | Daniel Mack |
2015-01-05 | cgroup: memory limits on / are not supported | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | cgroup: fix error message | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | cgroup: downgrade log messages when we cannot write to cgroup trees that are ... | Lennart Poettering |
2014-12-10 | scope: make attachment of initial PIDs a bit more robust | Lennart Poettering |
2014-12-10 | core: don't migrate PIDs for units that may contain subcgroups, do this only ... | Lennart Poettering |
2014-12-09 | core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it... | Lennart Poettering |
2014-12-09 | cgroup: Handle error when destroying cgroup | Ross Lagerwall |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-09-29 | Do not format USEC_INFINITY as NULL | Zbigniew Jędrzejewski-Szmek |
2014-08-22 | core: split up "starting" manager state into "initializing" and "starting" | Lennart Poettering |
2014-08-15 | cgroup: only generate warnings if actually writing to cgroup attributes failed | Lennart Poettering |
2014-08-15 | cgroup: downgrade log messages about non-existant cgroup attributes to LOG_DEBUG | Lennart Poettering |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-20 | test-engine: fix access to unit load path | Zbigniew Jędrzejewski-Szmek |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering |
2014-05-22 | cgroups: always propagate controller membership to siblings, for all controllers | Lennart Poettering |
2014-05-22 | cgroup: rework startup logic | Lennart Poettering |
2014-05-22 | core: add startup resource control option | WaLyong Cho |
2014-05-08 | core: check the right variable for failed open() | Łukasz Stelmach |
2014-05-05 | core: require cgroups filesystem to be available | Kay Sievers |
2014-04-25 | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering |
2014-03-19 | core: make sure we can combine DevicePolicy=closed with PrivateDevices=yes | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-11 | core: support globbing matches in DeviceAllow= when checking for device groups | Lennart Poettering |
2014-02-24 | cgroup: certain cgroup attributes are not available in the root cgroup, hence... | Lennart Poettering |
2014-02-22 | cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p... | Lennart Poettering |
2014-02-19 | update TODO | Lennart Poettering |
2014-02-17 | doc: update punctuation | Jan Engelhardt |
2014-02-17 | core: find the closest parent slice that has a specfic cgroup controller enab... | Lennart Poettering |
2014-02-17 | core: rework cgroup mask propagation | Lennart Poettering |
2013-11-22 | cgroups: Cache controller masks and optimize queues. | David Strauss |
2013-11-09 | systemd: fix memory leak in cgroup code | Zbigniew Jędrzejewski-Szmek |
2013-11-06 | Comment spelling fixes. | David Strauss |
2013-11-06 | cgroup: run PID 1 in the root cgroup | Lennart Poettering |
2013-10-14 | list: make our list macros a bit easier to use by not requring type spec on e... | Lennart Poettering |
2013-09-25 | cgroup: if we do a cgroup operation then do something on all supported contro... | Lennart Poettering |
2013-09-23 | cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie... | Lennart Poettering |
2013-09-17 | cgroup: get rid of MemorySoftLimit= | Lennart Poettering |
2013-09-16 | cgroup: add missing equals for BlockIOWeight | Gao feng |
2013-09-13 | core/cgroup: first print then free | Lukas Nykryn |
2013-09-13 | cgroup: fix incorrectly setting memory cgroup | Gao feng |
2013-09-13 | cgroup: correct the log information | Gao feng |