diff options
author | Tejun Heo <tj@kernel.org> | 2016-01-11 23:10:44 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2016-01-11 23:14:51 -0500 |
commit | 6255c46fa03798cbd8addd98929aff7eef86ae02 (patch) | |
tree | 2cbe12c980948cbd3264cf896c6146a3af09cf51 /Documentation/cgroup-v1/00-INDEX | |
parent | 2cfa2b191e56fd4c5c6ffb72e1d1e82ed225676d (diff) |
cgroup: rename cgroup documentations
cgroup-legacy may be too loaded. Rename the docs so that they're
postfixed with v1 and v2.
* s/cgroup-legacy/cgroup-v1/
* s/cgroup.txt/cgroup-v2.txt/
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/cgroup-v1/00-INDEX')
-rw-r--r-- | Documentation/cgroup-v1/00-INDEX | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Documentation/cgroup-v1/00-INDEX b/Documentation/cgroup-v1/00-INDEX new file mode 100644 index 000000000000..6ad425f7cf56 --- /dev/null +++ b/Documentation/cgroup-v1/00-INDEX | |||
@@ -0,0 +1,28 @@ | |||
1 | 00-INDEX | ||
2 | - this file | ||
3 | blkio-controller.txt | ||
4 | - Description for Block IO Controller, implementation and usage details. | ||
5 | cgroups.txt | ||
6 | - Control Groups definition, implementation details, examples and API. | ||
7 | cpuacct.txt | ||
8 | - CPU Accounting Controller; account CPU usage for groups of tasks. | ||
9 | cpusets.txt | ||
10 | - documents the cpusets feature; assign CPUs and Mem to a set of tasks. | ||
11 | devices.txt | ||
12 | - Device Whitelist Controller; description, interface and security. | ||
13 | freezer-subsystem.txt | ||
14 | - checkpointing; rationale to not use signals, interface. | ||
15 | hugetlb.txt | ||
16 | - HugeTLB Controller implementation and usage details. | ||
17 | memcg_test.txt | ||
18 | - Memory Resource Controller; implementation details. | ||
19 | memory.txt | ||
20 | - Memory Resource Controller; design, accounting, interface, testing. | ||
21 | net_cls.txt | ||
22 | - Network classifier cgroups details and usages. | ||
23 | net_prio.txt | ||
24 | - Network priority cgroups details and usages. | ||
25 | pids.txt | ||
26 | - Process number cgroups details and usages. | ||
27 | unified-hierarchy.txt | ||
28 | - Description the new/next cgroup interface. | ||