index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
cgroup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-29
1
-3
/
+3
*
test-engine: fix access to unit load path
Zbigniew Jędrzejewski-Szmek
2014-07-21
1
-27
/
+30
*
cgroups: simplify CPUQuota= logic
Lennart Poettering
2014-05-22
1
-40
/
+7
*
cgroups: always propagate controller membership to siblings, for all controllers
Lennart Poettering
2014-05-22
1
-8
/
+2
*
cgroup: rework startup logic
Lennart Poettering
2014-05-22
1
-33
/
+27
*
core: add startup resource control option
WaLyong Cho
2014-05-22
1
-10
/
+30
*
core: check the right variable for failed open()
Łukasz Stelmach
2014-05-08
1
-1
/
+1
*
core: require cgroups filesystem to be available
Kay Sievers
2014-05-05
1
-6
/
+0
*
core: expose CFS CPU time quota as high-level unit properties
Lennart Poettering
2014-04-25
1
-2
/
+57
*
core: make sure we can combine DevicePolicy=closed with PrivateDevices=yes
Lennart Poettering
2014-03-19
1
-5
/
+11
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-6
/
+2
*
core: support globbing matches in DeviceAllow= when checking for device groups
Lennart Poettering
2014-03-11
1
-1
/
+3
*
cgroup: certain cgroup attributes are not available in the root cgroup, hence...
Lennart Poettering
2014-02-24
1
-17
/
+24
*
cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...
Lennart Poettering
2014-02-22
1
-1
/
+85
*
update TODO
Lennart Poettering
2014-02-19
1
-1
/
+1
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-1
/
+1
*
core: find the closest parent slice that has a specfic cgroup controller enab...
Lennart Poettering
2014-02-17
1
-25
/
+35
*
core: rework cgroup mask propagation
Lennart Poettering
2014-02-17
1
-21
/
+85
*
cgroups: Cache controller masks and optimize queues.
David Strauss
2013-11-22
1
-28
/
+66
*
systemd: fix memory leak in cgroup code
Zbigniew Jędrzejewski-Szmek
2013-11-10
1
-11
/
+13
*
Comment spelling fixes.
David Strauss
2013-11-06
1
-1
/
+1
*
cgroup: run PID 1 in the root cgroup
Lennart Poettering
2013-11-06
1
-8
/
+8
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-5
/
+5
*
cgroup: if we do a cgroup operation then do something on all supported contro...
Lennart Poettering
2013-09-25
1
-4
/
+4
*
cgroup: always enable memory.use_hierarchy= for all cgroups in the memory hie...
Lennart Poettering
2013-09-23
1
-1
/
+5
*
cgroup: get rid of MemorySoftLimit=
Lennart Poettering
2013-09-17
1
-14
/
+2
*
cgroup: add missing equals for BlockIOWeight
Gao feng
2013-09-16
1
-1
/
+1
*
core/cgroup: first print then free
Lukas Nykryn
2013-09-13
1
-1
/
+1
*
cgroup: fix incorrectly setting memory cgroup
Gao feng
2013-09-13
1
-4
/
+11
*
cgroup: correct the log information
Gao feng
2013-09-13
1
-1
/
+1
*
cgroup: add the missing setting of variable's value
Gao feng
2013-09-13
1
-1
/
+1
*
Do not realloc strings, which are already in the hashmap as keys
Harald Hoyer
2013-08-28
1
-4
/
+14
*
Revert "cgroup.c: check return value of unit_realize_cgroup_now()"
Harald Hoyer
2013-08-28
1
-7
/
+2
*
cgroup.c: check return value of unit_realize_cgroup_now()
Harald Hoyer
2013-08-23
1
-2
/
+7
*
cgroup: split out per-device BlockIOWeight= setting into BlockIODeviceWeight=
Lennart Poettering
2013-07-11
1
-1
/
+1
*
cgroup: don't ever try to destroy the cgroup of the root slice
Lennart Poettering
2013-07-11
1
-1
/
+1
*
cgroup: don't move systemd into systems.slice when running as --user instance
Lennart Poettering
2013-07-11
1
-2
/
+5
*
cgroup: downgrade error message when we cannot remove a cgroup to debug
Lennart Poettering
2013-07-10
1
-1
/
+1
*
core: don't consider a unit's cgroup empty if only a subcgroup runs empty
Lennart Poettering
2013-07-02
1
-7
/
+6
*
cgroup: implicitly add units to GC queue when their cgroups run empty
Lennart Poettering
2013-07-01
1
-2
/
+6
*
cgroup: readd proper cgroup empty tracking
Lennart Poettering
2013-07-01
1
-9
/
+21
*
core: general cgroup rework
Lennart Poettering
2013-06-27
1
-356
/
+475
*
logind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering
2013-06-20
1
-40
/
+29
*
core: add new .slice unit type for partitioning systems
Lennart Poettering
2013-06-17
1
-2
/
+2
*
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-16
1
-9
/
+13
*
core: always create /user and /machine top-level cgroup dirs
Lennart Poettering
2013-04-15
1
-25
/
+27
*
cgroup: always keep access mode of 'tasks' and 'cgroup.procs' files in cgroup...
Lennart Poettering
2013-04-08
1
-3
/
+1
*
cgroup: minor optimization
Lennart Poettering
2013-03-22
1
-4
/
+2
*
core: add bus API and systemctl commands for altering cgroup parameters durin...
Lennart Poettering
2013-01-14
1
-2
/
+30
*
core: move ManagerRunningAs to shared
Zbigniew Jędrzejewski-Szmek
2012-09-18
1
-1
/
+1
[next]