]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
docs: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:52:43 +0000 (14:52 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:21:04 +0000 (14:21 -0600)
commitf0ba43774cea3fc14732bb9243ce7238ae8a3202
tree5579b300bfc410ed14bb3112586cef02750d7eb0
parent8ea618899b6b4fbe97c8462e7d769867307de011
docs: convert docs to ReST and rename to *.rst

The conversion is actually:
  - add blank lines and indentation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

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>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
61 files changed:
Documentation/device-mapper/cache-policies.rst [new file with mode: 0644]
Documentation/device-mapper/cache-policies.txt [deleted file]
Documentation/device-mapper/cache.rst [new file with mode: 0644]
Documentation/device-mapper/cache.txt [deleted file]
Documentation/device-mapper/delay.rst [new file with mode: 0644]
Documentation/device-mapper/delay.txt [deleted file]
Documentation/device-mapper/dm-crypt.rst [new file with mode: 0644]
Documentation/device-mapper/dm-crypt.txt [deleted file]
Documentation/device-mapper/dm-flakey.rst [new file with mode: 0644]
Documentation/device-mapper/dm-flakey.txt [deleted file]
Documentation/device-mapper/dm-init.rst [new file with mode: 0644]
Documentation/device-mapper/dm-init.txt [deleted file]
Documentation/device-mapper/dm-integrity.rst [new file with mode: 0644]
Documentation/device-mapper/dm-integrity.txt [deleted file]
Documentation/device-mapper/dm-io.rst [new file with mode: 0644]
Documentation/device-mapper/dm-io.txt [deleted file]
Documentation/device-mapper/dm-log.rst [new file with mode: 0644]
Documentation/device-mapper/dm-log.txt [deleted file]
Documentation/device-mapper/dm-queue-length.rst [new file with mode: 0644]
Documentation/device-mapper/dm-queue-length.txt [deleted file]
Documentation/device-mapper/dm-raid.rst [new file with mode: 0644]
Documentation/device-mapper/dm-raid.txt [deleted file]
Documentation/device-mapper/dm-service-time.rst [new file with mode: 0644]
Documentation/device-mapper/dm-service-time.txt [deleted file]
Documentation/device-mapper/dm-uevent.rst [new file with mode: 0644]
Documentation/device-mapper/dm-uevent.txt [deleted file]
Documentation/device-mapper/dm-zoned.rst [new file with mode: 0644]
Documentation/device-mapper/dm-zoned.txt [deleted file]
Documentation/device-mapper/era.rst [new file with mode: 0644]
Documentation/device-mapper/era.txt [deleted file]
Documentation/device-mapper/index.rst [new file with mode: 0644]
Documentation/device-mapper/kcopyd.rst [new file with mode: 0644]
Documentation/device-mapper/kcopyd.txt [deleted file]
Documentation/device-mapper/linear.rst [new file with mode: 0644]
Documentation/device-mapper/linear.txt [deleted file]
Documentation/device-mapper/log-writes.rst [new file with mode: 0644]
Documentation/device-mapper/log-writes.txt [deleted file]
Documentation/device-mapper/persistent-data.rst [new file with mode: 0644]
Documentation/device-mapper/persistent-data.txt [deleted file]
Documentation/device-mapper/snapshot.rst [new file with mode: 0644]
Documentation/device-mapper/snapshot.txt [deleted file]
Documentation/device-mapper/statistics.rst [new file with mode: 0644]
Documentation/device-mapper/statistics.txt [deleted file]
Documentation/device-mapper/striped.rst [new file with mode: 0644]
Documentation/device-mapper/striped.txt [deleted file]
Documentation/device-mapper/switch.rst [new file with mode: 0644]
Documentation/device-mapper/switch.txt [deleted file]
Documentation/device-mapper/thin-provisioning.rst [new file with mode: 0644]
Documentation/device-mapper/thin-provisioning.txt [deleted file]
Documentation/device-mapper/unstriped.rst [new file with mode: 0644]
Documentation/device-mapper/unstriped.txt [deleted file]
Documentation/device-mapper/verity.rst [new file with mode: 0644]
Documentation/device-mapper/verity.txt [deleted file]
Documentation/device-mapper/writecache.rst [new file with mode: 0644]
Documentation/device-mapper/writecache.txt [deleted file]
Documentation/device-mapper/zero.rst [new file with mode: 0644]
Documentation/device-mapper/zero.txt [deleted file]
Documentation/filesystems/ubifs-authentication.md
drivers/md/Kconfig
drivers/md/dm-init.c
drivers/md/dm-raid.c