diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-18 18:31:33 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-15 14:20:25 +0200 |
commit | 7ed44d59f1959942b8d882e6eeea51616b72e2ec (patch) | |
tree | 089de54a0266773ecd978bc7f3a552424b6b4e26 /Documentation/md/raid5-ppl.rst | |
parent | docs: nfc: convert to ReST (diff) | |
download | linux-7ed44d59f1959942b8d882e6eeea51616b72e2ec.tar.xz linux-7ed44d59f1959942b8d882e6eeea51616b72e2ec.zip |
docs: md: convert to ReST
Rename the md documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/md/raid5-ppl.rst (renamed from Documentation/md/raid5-ppl.txt) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/md/raid5-ppl.txt b/Documentation/md/raid5-ppl.rst index bfa092589e00..357e5515bc55 100644 --- a/Documentation/md/raid5-ppl.txt +++ b/Documentation/md/raid5-ppl.rst @@ -1,4 +1,6 @@ +================== Partial Parity Log +================== Partial Parity Log (PPL) is a feature available for RAID5 arrays. The issue addressed by PPL is that after a dirty shutdown, parity of a particular stripe |