summaryrefslogtreecommitdiffstats
path: root/src/basic/cgroup-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* cgroup: assume the use of v1 when all the preceding checks fail (#7366)Evgeny Vereshchagin2017-11-171-10/+11
* util-lib: add debug messages when checking cgroup layoutZbigniew Jędrzejewski-Szmek2017-11-151-5/+12
* cgroup: improve cg_mask_to_string a bit, and add tests for itLennart Poettering2017-11-131-8/+21
* tests: skip tests when cg_pid_get_path fails (#7033)Zbigniew Jędrzejewski-Szmek2017-10-101-1/+4
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-7/+5
* test-cpu-set-util.c: fix typo in comment (#6916)Jan Synacek2017-09-261-3/+6
|\
| * cgroup-util: minor coding style adjustmentLennart Poettering2017-09-221-3/+6
* | Merge pull request #6893 from poettering/cgroup-delegate-yayZbigniew Jędrzejewski-Szmek2017-09-241-7/+37
|\ \
| * | cgroup: rework which files we chown() on delegationLennart Poettering2017-09-221-5/+33
| * | cgroup-util: downgrade log messages from library code to LOG_DEBUGLennart Poettering2017-09-221-2/+4
| |/
* / cgroup-util: replace one use of fgets() by read_line()Lennart Poettering2017-09-221-2/+1
|/
* tree-wide: make use of getpid_cached() wherever we canLennart Poettering2017-07-201-3/+3
* Be slightly more verbose in error messageZbigniew Jędrzejewski-Szmek2017-07-021-1/+1
* core: introduce cg_mask_from_string()/cg_mask_to_string()Franck Bui2017-05-041-18/+58
* cgroup: rework cg_all_unified()Lennart Poettering2017-02-241-1/+7
* cgroup: rename cg_update_unified() → cg_unified_update()Lennart Poettering2017-02-241-4/+4
* cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering2017-02-241-17/+14
* cgroup: change cg_unified() to possibly return errors againLennart Poettering2017-02-241-30/+97
* cgroup-util: check unified_cache before invoking streq()Lennart Poettering2017-02-241-4/+7
* cgroup-util: fix the case of default=unified, unified-cgroup-hierarchy=0Zbigniew Jędrzejewski-Szmek2017-02-231-1/+4
* cgroup-util: cache all cg_is_*_wanted answers, disable /sys/fs/cgroups/unifie...Zbigniew Jędrzejewski-Szmek2017-02-221-16/+19
* core/mount-setup: if unified hierarchy is not supported, fall back to legacyZbigniew Jędrzejewski-Szmek2017-02-221-6/+8
* Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wantedZbigniew Jędrzejewski-Szmek2017-02-221-1/+1
* pid1: add ./configure switch to select default cgroup hierarchyZbigniew Jędrzejewski-Szmek2017-02-201-10/+12
* core: keep supporting cgroup hybrid layout from v232 for live upgradesTejun Heo2017-02-201-3/+22
* core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...Tejun Heo2017-02-201-20/+75
* cgroup-util: fix the reversed return value of cg_is_unified_systemd_contoller...Zbigniew Jędrzejewski-Szmek2017-02-201-1/+3
* core: make SYSTEMD_CGROUP_CONTROLLER a special stringTejun Heo2017-02-181-4/+16
* core: simplify cg_[all_]unified()Tejun Heo2017-02-181-82/+37
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-2/+1
* util-lib: various improvements to kernel command line parsingLennart Poettering2016-12-211-29/+10
* core: don't use the unified hierarchy for the systemd cgroup yet (#4628)Martin Pitt2016-11-101-2/+2
* Rename formats-util.h to format-util.hZbigniew Jędrzejewski-Szmek2016-11-071-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-8/+8
* nspawn: cleanup and chown the synced cgroup hierarchy (#4223)Evgeny Vereshchagin2016-10-131-0/+14
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+38
* util: use SPECIAL_ROOT_SLICE macro where appropriateLennart Poettering2016-10-071-2/+2
* Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek2016-08-201-32/+99
|\
| * core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-23/+90
| * core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-161-15/+15
|/
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-071-2/+45
* Merge pull request #3589 from brauner/cgroup_namespaceLennart Poettering2016-07-251-0/+14
|\
| * cgroup: detect cgroup namespacesChristian Brauner2016-07-091-0/+14
* | cgroup: suppress sending follow-up SIGCONT after sending SIGCONT/SIGKILL anywayLennart Poettering2016-07-201-0/+5
* | core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-21/+43
|/
* core: add support for IOReadIOPSMax and IOWriteIOPSMaxTejun Heo2016-05-181-0/+4
* core: introduce CGroupIOLimitType enumsTejun Heo2016-05-181-0/+12
* core: add io controller support on the unified hierarchyTejun Heo2016-05-051-2/+23
* core: update populated event handling in unified hierarchyTejun Heo2016-03-261-9/+36