diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2012-12-08 01:02:36 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2012-12-09 08:52:58 -0500 |
commit | 15ef4ffaa797034d5ff82844daf8f595d7c6d53c (patch) | |
tree | d1ff8d3d886b3aea028be21c081a4beef8ef459f /Documentation/cgroups | |
parent | f33fddc2b9573d8359f1007d4bbe5cd587a0c093 (diff) |
cgroup: update Documentation/cgroups/00-INDEX
There are new files added to cgroup documentation. Let's update the
index file to include the new files.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r-- | Documentation/cgroups/00-INDEX | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/cgroups/00-INDEX b/Documentation/cgroups/00-INDEX index 3f58fa3d6d00..f78b90a35ad0 100644 --- a/Documentation/cgroups/00-INDEX +++ b/Documentation/cgroups/00-INDEX | |||
@@ -1,7 +1,11 @@ | |||
1 | 00-INDEX | 1 | 00-INDEX |
2 | - this file | 2 | - this file |
3 | blkio-controller.txt | ||
4 | - Description for Block IO Controller, implementation and usage details. | ||
3 | cgroups.txt | 5 | cgroups.txt |
4 | - Control Groups definition, implementation details, examples and API. | 6 | - Control Groups definition, implementation details, examples and API. |
7 | cgroup_event_listener.c | ||
8 | - A user program for cgroup listener. | ||
5 | cpuacct.txt | 9 | cpuacct.txt |
6 | - CPU Accounting Controller; account CPU usage for groups of tasks. | 10 | - CPU Accounting Controller; account CPU usage for groups of tasks. |
7 | cpusets.txt | 11 | cpusets.txt |
@@ -10,9 +14,13 @@ devices.txt | |||
10 | - Device Whitelist Controller; description, interface and security. | 14 | - Device Whitelist Controller; description, interface and security. |
11 | freezer-subsystem.txt | 15 | freezer-subsystem.txt |
12 | - checkpointing; rationale to not use signals, interface. | 16 | - checkpointing; rationale to not use signals, interface. |
17 | hugetlb.txt | ||
18 | - HugeTLB Controller implementation and usage details. | ||
13 | memcg_test.txt | 19 | memcg_test.txt |
14 | - Memory Resource Controller; implementation details. | 20 | - Memory Resource Controller; implementation details. |
15 | memory.txt | 21 | memory.txt |
16 | - Memory Resource Controller; design, accounting, interface, testing. | 22 | - Memory Resource Controller; design, accounting, interface, testing. |
23 | net_prio.txt | ||
24 | - Network priority cgroups details and usages. | ||
17 | resource_counter.txt | 25 | resource_counter.txt |
18 | - Resource Counter API. | 26 | - Resource Counter API. |