runc/cgroups/fs
Michael Crosby 781855b62a Cleanup systemd cgroup code
The current paths for the different systemd cgroup subsystems that
systemd manages and that we have to manage are very inconsistent.  This
patch cleans up those differences and allows consistent paths to be
used.

Signed-off-by: Michael Crosby <michael@docker.com>
2014-08-13 18:16:51 -07:00
..
apply_raw.go Update cgroups paths in state to be a map with cgroup type as key and path as value. 2014-08-13 23:26:27 +00:00
blkio.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
blkio_test.go Add systemd stats, reusing fs stats functionality 2014-07-11 11:43:08 -07:00
cpu.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
cpu_test.go Add systemd stats, reusing fs stats functionality 2014-07-11 11:43:08 -07:00
cpuacct.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
cpuset.go Cleanup systemd cgroup code 2014-08-13 18:16:51 -07:00
devices.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
freezer.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
memory.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
memory_test.go Add systemd stats, reusing fs stats functionality 2014-07-11 11:43:08 -07:00
notify_linux.go Fix nits on chan direction and defer 2014-06-24 12:08:03 -07:00
notify_linux_test.go Add fs.NotifyOnOOM for out-of-memory notifications 2014-06-19 12:27:34 +02:00
perf_event.go Enter cgroups as part of nsenter while using systemd. 2014-08-13 23:26:27 +00:00
stats_util_test.go Only import "testing" from *_test.go 2014-07-30 18:15:12 +02:00
util_test.go Only import "testing" from *_test.go 2014-07-30 18:15:12 +02:00
utils.go Store all the cgroups paths as part of the state. This simplifies entering cgroups and will be useful for 2014-08-13 23:26:27 +00:00
utils_test.go Libcontainer fs.GetStats() will not look for cgroups relative to the cgroup of init process if the parent 2014-07-29 05:08:04 +00:00