index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
dbus-cgroup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: write cgroup limits as permilles
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-4
/
+6
*
core/dbus-cgroup: use %.*s instead of strndupa()
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-6
/
+4
*
core/dbus-cgroup: drop unnecessary parens
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-3
/
+3
*
core: make TasksMax a partially dynamic property
Zbigniew Jędrzejewski-Szmek
2019-11-14
1
-2
/
+71
*
cgroup: add missing OOM check, and shorten code a bit
Lennart Poettering
2019-11-01
1
-6
/
+6
*
cgroup: fix typo in BPF firewall support warning message
Mike Kazantsev
2019-10-03
1
-1
/
+1
*
cgroup: Mark memory protections as explicitly set in transient units
Chris Down
2019-09-30
1
-16
/
+48
*
cgroup: introduce support for cgroup v2 CPUSET controller
Pavel Hrdina
2019-09-24
1
-0
/
+59
*
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
1
-1
/
+2
*
bpf-firewall: custom BPF programs through IP(Ingress|Egress)FilterPath=
Kai Lüke
2019-06-25
1
-0
/
+76
*
Move warning about unsupported BPF firewall right before the firewall would b...
Zbigniew Jędrzejewski-Szmek
2019-06-04
1
-15
/
+0
*
cgroup: Support 0-value for memory protection directives
Chris Down
2019-05-08
1
-8
/
+9
*
cgroup: Readd some plumbing for DefaultMemoryMin
Chris Down
2019-05-08
1
-0
/
+1
*
Merge pull request #12332 from cdown/default_min
Zbigniew Jędrzejewski-Szmek
2019-04-25
1
-0
/
+6
|
\
|
*
unit: Add DefaultMemoryMin
Chris Down
2019-04-16
1
-0
/
+6
*
|
core: support DisableControllers= for transient units
Anita Zhang
2019-04-22
1
-9
/
+21
|
/
*
cgroup: Implement default propagation of MemoryLow with DefaultMemoryLow
Chris Down
2019-04-12
1
-0
/
+7
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-22
/
+7
*
util: split out some stuff into a new file limits-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
core: downgrade CPUQuotaPeriodSec= clamping logs to debug
Filipe Brandenburger
2019-02-14
1
-0
/
+2
*
core: add CPUQuotaPeriodSec=
Filipe Brandenburger
2019-02-14
1
-0
/
+23
*
cgroup: Add DisableControllers= directive to disable controller in subtree
Chris Down
2018-12-03
1
-10
/
+28
*
cgroup v2: Don't require CPU controller for CPU accounting in 4.15+
Chris Down
2018-11-18
1
-1
/
+1
*
core: add IODeviceLatencyTargetSec
Tejun Heo
2018-08-22
1
-0
/
+111
*
core: add MemoryMin
Tejun Heo
2018-07-12
1
-0
/
+7
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
core: rework how we validate DeviceAllow= settings
Lennart Poettering
2018-06-11
1
-6
/
+3
*
cgroup: relax checks for block device cgroup settings
Lennart Poettering
2018-06-11
1
-12
/
+8
*
src/core/dbus-cgroup.c: fix typo contoller -> controller (#8717)
Giuseppe Scrivano
2018-04-14
1
-1
/
+1
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
core/cgroup: accepts MemorySwapMax=0 (#8366)
Yu Watanabe
2018-03-09
1
-10
/
+125
*
bpf: beef up bpf detection, check if BPF_F_ALLOW_MULTI is supported
Lennart Poettering
2018-02-21
1
-1
/
+1
*
cgroup: add a new "can_delegate" flag to the unit vtable, and set it for scop...
Lennart Poettering
2018-02-12
1
-0
/
+6
*
cgroup: fix handling of TasksAccounting= property
Lennart Poettering
2018-01-23
1
-1
/
+1
*
dbus-cgroup: simplify bus_cgroup_set_property()
Yu Watanabe
2018-01-02
1
-272
/
+94
*
dbus-cgroup: add missing space
Yu Watanabe
2018-01-02
1
-2
/
+2
*
cgroup: IODeviceWeight= or friends can take device node files in /run/systemd...
Yu Watanabe
2017-12-23
1
-4
/
+8
*
dbus-cgroup: merge several blocks which operate almost same tasks
Yu Watanabe
2017-12-23
1
-158
/
+44
*
cgroup: move path checking logic to dbus-cgroup.c
Yu Watanabe
2017-12-23
1
-4
/
+14
*
tree-wide: use __fsetlocking() instead of fxyz_unlocked()
Lennart Poettering
2017-12-14
1
-7
/
+20
*
core: accept MemorySwapMax= properties that are scaled, too
Lennart Poettering
2017-11-29
1
-3
/
+5
*
tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...
Lennart Poettering
2017-11-29
1
-23
/
+23
*
core: add proper escaping to writing of drop-ins/transient unit files
Lennart Poettering
2017-11-29
1
-99
/
+106
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
core/cgroup: assigning empty string to Delegate= resets list of controllers (...
Yu Watanabe
2017-11-17
1
-2
/
+5
*
core: only warn about BPF/cgroup missing once per runtime (#7319)
Lennart Poettering
2017-11-13
1
-3
/
+9
*
core: rework the Delegate= unit file setting to take a list of controller names
Lennart Poettering
2017-11-13
1
-0
/
+82
*
core: improve dbus-cgroup error message
Lennart Poettering
2017-09-26
1
-2
/
+2
*
core: warn loudly if IP firewalling is configured but not in effect
Lennart Poettering
2017-09-22
1
-0
/
+10
[next]