summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
2017-02-24cgroup: rename cg_unified() → cg_unified_controller()Lennart Poettering
2017-02-24cgroup: change cg_unified() to possibly return errors againLennart Poettering
2017-02-18core: make SYSTEMD_CGROUP_CONTROLLER a special stringTejun Heo
2017-02-18core: simplify cg_[all_]unified()Tejun Heo
2016-12-02cgroup: properly check for ignore-notfound paths (#4803)Dave Reisner
2016-11-29cgroup: support prefix "-" in cgroups whitelisting entries (#4687)Dongsu Park
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek
2016-10-22tree-wide: use startswith return value to avoid hardcoded offsetZbigniew Jędrzejewski-Szmek
2016-10-14core: make settings for unified cgroup hierarchy supersede the ones for legac...Tejun Heo
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering
2016-08-30core: introduce MemorySwapMax=WaLyong Cho
2016-08-22core: cache last CPU usage counter, before destorying a cgroupLennart Poettering
2016-08-19Merge pull request #3965 from htejun/systemd-controller-on-unifiedZbigniew Jędrzejewski-Szmek
2016-08-18logind: update empty and "infinity" handling for [User]TasksMax (#3835)Tejun Heo
2016-08-17core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo
2016-08-15core: rename cg_unified() to cg_all_unified()Tejun Heo
2016-08-07core: add cgroup CPU controller support on the unified hierarchyTejun Heo
2016-07-22cgroup: whitelist inaccessible devices for "auto" and "closed" DevicePolicy.Alessandro Puccetti
2016-07-20core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering
2016-07-12Various fixes for typos found by lintian (#3705)Michael Biebl
2016-07-11treewide: fix typos and remove accidental repetition of wordsTorstein Husebø
2016-07-07cgroup: fix memory cgroup limit regression on kernel 3.10 (#3673)Daniel Mack
2016-06-24cgroup: minor coding style fixLennart Poettering
2016-06-20core: log the right set of the supported controllers (#3558)Evgeny Vereshchagin
2016-06-02core: log cgroup legacy and unified hierarchy setting translationsTejun Heo
2016-06-02core: pass Unit into cgroup_context_apply() and use log_unit*()Tejun Heo
2016-05-27core: add cgroup memory controller support on the unified hierarchy (#3315)Tejun Heo
2016-05-20core: put opening curly braces on the same line as function names (#3313)Tejun Heo
2016-05-18core: translate between IO and BlockIO settings to ease transitionTejun Heo
2016-05-18core: factor out io and blkio helper functions from cgroup_context_apply()Tejun 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-16Merge pull request #3193 from htejun/cgroup-io-controllerLennart Poettering
2016-05-07Merge pull request #3160 from htejun/cgroup-fixes-rev2Zbigniew Jędrzejewski-Szmek
2016-05-05core: add io controller support on the unified hierarchyTejun Heo
2016-05-05core: use an AF_UNIX/SOCK_DGRAM socket for cgroup agent notificationLennart Poettering
2016-04-30core: make unit_has_mask_realized() consider controller enable stateTejun Heo
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-03-26core: update populated event handling in unified hierarchyTejun Heo
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-17core: don't generate warnings when write access to the cgroup fs fails in --u...Lennart Poettering
2015-10-27util-lib: move inotify-related definitions to fs-util.[ch]Lennart Poettering
2015-10-27process-util: rename get_parent_of_pid() → get_process_ppid()Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering