summaryrefslogtreecommitdiff
path: root/src/core/cgroup.c
AgeCommit message (Expand)Author
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
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11cgroup: unify how we invalidate cgroup controller settingsLennart Poettering
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-08cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering
2015-09-04cgroups: delegation to unprivileged services is safe in the unified hierarchyLennart Poettering
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01core: when looking for the unit for a process, look at the PID hashmaps firstLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-01-31core/cgroup: fix embarrassing typoZbigniew Jędrzejewski-Szmek