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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: introduce support for cgroup freezer
Michal Sekletár
2020-04-30
1
-0
/
+1
*
basic/cgroup-util: introduce cg_get_keyed_attribute_full()
Michal Sekletár
2020-04-29
1
-1
/
+23
*
cgroup-util: cg_get_xattr_malloc helper
Anita Zhang
2020-03-25
1
-0
/
+1
*
cgroup-util: helper to cg_get_attribute and convert to uint64_t
Anita Zhang
2020-03-25
1
-0
/
+2
*
basic/cgroup-util: modernize cg_split_spec()
Zbigniew Jędrzejewski-Szmek
2020-03-10
1
-1
/
+1
*
cgroup-util: add new cg_remove_xattr() for removing xattr from cgroup
Lennart Poettering
2019-11-20
1
-0
/
+1
*
logind: drop unused user_tasks_max field
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-3
/
+0
*
core: make TasksMax a partially dynamic property
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-1
/
+0
*
Merge pull request #13246 from keszybz/add-SystemdOptions-efi-variable
Zbigniew Jędrzejewski-Szmek
2019-10-03
1
-27
/
+4
|
\
|
*
util-lib: move some functions from basic/cgroup-util to shared/cgroup-setup
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-26
/
+0
|
*
basic/cgroup-util: let cgroup_unified_flush() return the detected hierarchy
Zbigniew Jędrzejewski-Szmek
2019-09-16
1
-1
/
+4
*
|
cgroup: introduce support for cgroup v2 CPUSET controller
Pavel Hrdina
2019-09-24
1
-1
/
+3
|
/
*
service: make killmode=cgroup|mixed, SendSIGKILL=no services singletons
Daniel Black
2019-01-29
1
-1
/
+1
*
tree-wide: always declare bitflag enums the same way
Lennart Poettering
2019-01-07
1
-3
/
+3
*
cgroup: s/cgroups? ?v?([0-9])/cgroup v\1/gI
Chris Down
2019-01-03
1
-3
/
+3
*
cgroup: be more careful with which controllers we can enable/disable on a cgroup
Lennart Poettering
2018-11-23
1
-1
/
+1
*
cgroup v2: Don't require CPU controller for CPU accounting in 4.15+
Chris Down
2018-11-18
1
-0
/
+3
*
cgroup: add new helper that knows which controllers are mounted together
Lennart Poettering
2018-11-16
1
-0
/
+9
*
basic/cgroup-util: remove two unnecessary includes
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-2
/
+0
*
cgroup-util: make definition of CGROUP_CONTROLLER_TO_MASK() unsigned
Lennart Poettering
2018-10-26
1
-1
/
+1
*
cgroup-util: add mask definitions for sets of controllers supported by cgroup...
Lennart Poettering
2018-10-26
1
-0
/
+10
*
core: support cgroup v2 device controller
Roman Gushchin
2018-10-09
1
-0
/
+2
*
core: refactor bpf firewall support into a pseudo-controller
Roman Gushchin
2018-10-09
1
-0
/
+6
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-4
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
cgroup-util: rework cg_get_keyed_attribute() a bit
Lennart Poettering
2018-02-09
1
-1
/
+1
*
cgroup-util: merge cg_set_tasks_access() and cg-set_group_access() into one
Lennart Poettering
2017-11-25
1
-2
/
+1
*
cgroup-util: move Set* allocation into cg_kernel_controllers()
Lennart Poettering
2017-11-21
1
-1
/
+1
*
cgroup: move cgroup controller names def.h → cgroup-util.h
Lennart Poettering
2017-11-21
1
-0
/
+4
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
cgroup-util: add brief comments clarifying which controllers are v2-only and ...
Lennart Poettering
2017-11-13
1
-4
/
+4
*
core: introduce cg_mask_from_string()/cg_mask_to_string()
Franck Bui
2017-05-04
1
-0
/
+2
*
cgroup: rename cg_unified() → cg_unified_controller()
Lennart Poettering
2017-02-24
1
-1
/
+1
*
cgroup: change cg_unified() to possibly return errors again
Lennart Poettering
2017-02-24
1
-3
/
+3
*
Rename cg_is_unified_systemd_controller_wanted to cg_is_hybrid_wanted
Zbigniew Jędrzejewski-Szmek
2017-02-22
1
-1
/
+1
*
core: make hybrid cgroup unified mode keep compat /sys/fs/cgroup/systemd hier...
Tejun Heo
2017-02-20
1
-1
/
+1
*
core: simplify cg_[all_]unified()
Tejun Heo
2017-02-18
1
-3
/
+3
*
nspawn: cleanup and chown the synced cgroup hierarchy (#4223)
Evgeny Vereshchagin
2016-10-13
1
-0
/
+4
*
core: add "invocation ID" concept to service manager
Lennart Poettering
2016-10-07
1
-0
/
+3
*
Merge pull request #3965 from htejun/systemd-controller-on-unified
Zbigniew Jędrzejewski-Szmek
2016-08-20
1
-1
/
+11
|
\
|
*
core: use the unified hierarchy for the systemd cgroup controller hierarchy
Tejun Heo
2016-08-17
1
-0
/
+10
|
*
core: rename cg_unified() to cg_all_unified()
Tejun Heo
2016-08-16
1
-1
/
+1
*
|
logind: update empty and "infinity" handling for [User]TasksMax (#3835)
Tejun Heo
2016-08-19
1
-0
/
+4
|
/
*
core: add cgroup CPU controller support on the unified hierarchy
Tejun Heo
2016-08-07
1
-0
/
+1
*
Merge pull request #3589 from brauner/cgroup_namespace
Lennart Poettering
2016-07-25
1
-0
/
+2
|
\
|
*
cgroup: detect cgroup namespaces
Christian Brauner
2016-07-09
1
-0
/
+2
*
|
core: when forcibly killing/aborting left-over unit processes log about it
Lennart Poettering
2016-07-20
1
-5
/
+13
|
/
*
core: add support for IOReadIOPSMax and IOWriteIOPSMax
Tejun Heo
2016-05-18
1
-0
/
+2
*
core: introduce CGroupIOLimitType enums
Tejun Heo
2016-05-18
1
-0
/
+14
[next]