index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
cgroup-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
cgroup: assume the use of v1 when all the preceding checks fail (#7366)
Evgeny Vereshchagin
2017-11-17
1
-10
/
+11
*
util-lib: add debug messages when checking cgroup layout
Zbigniew Jędrzejewski-Szmek
2017-11-15
1
-5
/
+12
*
cgroup: improve cg_mask_to_string a bit, and add tests for it
Lennart Poettering
2017-11-13
1
-8
/
+21
*
tests: skip tests when cg_pid_get_path fails (#7033)
Zbigniew Jędrzejewski-Szmek
2017-10-10
1
-1
/
+4
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-7
/
+5
*
test-cpu-set-util.c: fix typo in comment (#6916)
Jan Synacek
2017-09-26
1
-3
/
+6
|
\
|
*
cgroup-util: minor coding style adjustment
Lennart Poettering
2017-09-22
1
-3
/
+6
*
|
Merge pull request #6893 from poettering/cgroup-delegate-yay
Zbigniew Jędrzejewski-Szmek
2017-09-24
1
-7
/
+37
|
\
\
|
*
|
cgroup: rework which files we chown() on delegation
Lennart Poettering
2017-09-22
1
-5
/
+33
|
*
|
cgroup-util: downgrade log messages from library code to LOG_DEBUG
Lennart Poettering
2017-09-22
1
-2
/
+4
|
|
/
*
/
cgroup-util: replace one use of fgets() by read_line()
Lennart Poettering
2017-09-22
1
-2
/
+1
|
/
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-3
/
+3
*
Be slightly more verbose in error message
Zbigniew Jędrzejewski-Szmek
2017-07-02
1
-1
/
+1
*
core: introduce cg_mask_from_string()/cg_mask_to_string()
Franck Bui
2017-05-04
1
-18
/
+58
*
cgroup: rework cg_all_unified()
Lennart Poettering
2017-02-24
1
-1
/
+7
*
cgroup: rename cg_update_unified() → cg_unified_update()
Lennart Poettering
2017-02-24
1
-4
/
+4
*
cgroup: rename cg_unified() → cg_unified_controller()
Lennart Poettering
2017-02-24
1
-17
/
+14
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-30
/
+97
*
cgroup-util: check unified_cache before invoking streq()
Lennart Poettering
2017-02-24
1
-4
/
+7
*
cgroup-util: fix the case of default=unified, unified-cgroup-hierarchy=0
Zbigniew Jędrzejewski-Szmek
2017-02-23
1
-1
/
+4
*
cgroup-util: cache all cg_is_*_wanted answers, disable /sys/fs/cgroups/unifie...
Zbigniew Jędrzejewski-Szmek
2017-02-22
1
-16
/
+19
*
core/mount-setup: if unified hierarchy is not supported, fall back to legacy
Zbigniew Jędrzejewski-Szmek
2017-02-22
1
-6
/
+8
*
Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wanted
Zbigniew Jędrzejewski-Szmek
2017-02-22
1
-1
/
+1
*
pid1: add ./configure switch to select default cgroup hierarchy
Zbigniew Jędrzejewski-Szmek
2017-02-20
1
-10
/
+12
*
core: keep supporting cgroup hybrid layout from v232 for live upgrades
Tejun Heo
2017-02-20
1
-3
/
+22
*
core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...
Tejun Heo
2017-02-20
1
-20
/
+75
*
cgroup-util: fix the reversed return value of cg_is_unified_systemd_contoller...
Zbigniew Jędrzejewski-Szmek
2017-02-20
1
-1
/
+3
*
core: make SYSTEMD_CGROUP_CONTROLLER a special string
Tejun Heo
2017-02-18
1
-4
/
+16
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-82
/
+37
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-2
/
+1
*
util-lib: various improvements to kernel command line parsing
Lennart Poettering
2016-12-21
1
-29
/
+10
*
core: don't use the unified hierarchy for the systemd cgroup yet (#4628)
Martin Pitt
2016-11-10
1
-2
/
+2
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
tree-wide: drop NULL sentinel from strjoin
Zbigniew Jędrzejewski-Szmek
2016-10-23
1
-8
/
+8
*
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
2016-10-13
1
-0
/
+14
*
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
1
-0
/
+38
*
util: use SPECIAL_ROOT_SLICE macro where appropriate
Lennart Poettering
2016-10-07
1
-2
/
+2
*
Merge pull request #3965 from htejun/systemd-controller-on-unified
Zbigniew Jędrzejewski-Szmek
2016-08-20
1
-32
/
+99
|
\
|
*
core: use the unified hierarchy for the systemd cgroup controller hierarchy
Tejun Heo
2016-08-17
1
-23
/
+90
|
*
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-16
1
-15
/
+15
|
/
*
core: add cgroup CPU controller support on the unified hierarchy
Tejun Heo
2016-08-07
1
-2
/
+45
*
Merge pull request #3589 from brauner/cgroup_namespace
Lennart Poettering
2016-07-25
1
-0
/
+14
|
\
|
*
cgroup: detect cgroup namespaces
Christian Brauner
2016-07-09
1
-0
/
+14
*
|
cgroup: suppress sending follow-up SIGCONT after sending SIGCONT/SIGKILL anyway
Lennart Poettering
2016-07-20
1
-0
/
+5
*
|
core: when forcibly killing/aborting left-over unit processes log about it
Lennart Poettering
2016-07-20
1
-21
/
+43
|
/
*
core: add support for IOReadIOPSMax and IOWriteIOPSMax
Tejun Heo
2016-05-18
1
-0
/
+4
*
core: introduce CGroupIOLimitType enums
Tejun Heo
2016-05-18
1
-0
/
+12
*
core: add io controller support on the unified hierarchy
Tejun Heo
2016-05-05
1
-2
/
+23
*
core: update populated event handling in unified hierarchy
Tejun Heo
2016-03-26
1
-9
/
+36
[next]