Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: device-mapper: move it to the admin-guide

The DM support describes lots of aspects related to mapped
disk partitions from the userspace PoV.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

+5 -6
+1
Documentation/admin-guide/index.rst
··· 80 80 namespaces/index 81 81 perf-security 82 82 acpi/index 83 + device-mapper/index 83 84 84 85 .. only:: subproject and html 85 86
Documentation/device-mapper/cache-policies.rst Documentation/admin-guide/device-mapper/cache-policies.rst
Documentation/device-mapper/cache.rst Documentation/admin-guide/device-mapper/cache.rst
Documentation/device-mapper/delay.rst Documentation/admin-guide/device-mapper/delay.rst
Documentation/device-mapper/dm-crypt.rst Documentation/admin-guide/device-mapper/dm-crypt.rst
Documentation/device-mapper/dm-dust.txt Documentation/admin-guide/device-mapper/dm-dust.txt
Documentation/device-mapper/dm-flakey.rst Documentation/admin-guide/device-mapper/dm-flakey.rst
Documentation/device-mapper/dm-init.rst Documentation/admin-guide/device-mapper/dm-init.rst
Documentation/device-mapper/dm-integrity.rst Documentation/admin-guide/device-mapper/dm-integrity.rst
Documentation/device-mapper/dm-io.rst Documentation/admin-guide/device-mapper/dm-io.rst
Documentation/device-mapper/dm-log.rst Documentation/admin-guide/device-mapper/dm-log.rst
Documentation/device-mapper/dm-queue-length.rst Documentation/admin-guide/device-mapper/dm-queue-length.rst
Documentation/device-mapper/dm-raid.rst Documentation/admin-guide/device-mapper/dm-raid.rst
Documentation/device-mapper/dm-service-time.rst Documentation/admin-guide/device-mapper/dm-service-time.rst
Documentation/device-mapper/dm-uevent.rst Documentation/admin-guide/device-mapper/dm-uevent.rst
Documentation/device-mapper/dm-zoned.rst Documentation/admin-guide/device-mapper/dm-zoned.rst
Documentation/device-mapper/era.rst Documentation/admin-guide/device-mapper/era.rst
-2
Documentation/device-mapper/index.rst Documentation/admin-guide/device-mapper/index.rst
··· 1 - :orphan: 2 - 3 1 ============= 4 2 Device Mapper 5 3 =============
Documentation/device-mapper/kcopyd.rst Documentation/admin-guide/device-mapper/kcopyd.rst
Documentation/device-mapper/linear.rst Documentation/admin-guide/device-mapper/linear.rst
Documentation/device-mapper/log-writes.rst Documentation/admin-guide/device-mapper/log-writes.rst
Documentation/device-mapper/persistent-data.rst Documentation/admin-guide/device-mapper/persistent-data.rst
Documentation/device-mapper/snapshot.rst Documentation/admin-guide/device-mapper/snapshot.rst
Documentation/device-mapper/statistics.rst Documentation/admin-guide/device-mapper/statistics.rst
Documentation/device-mapper/striped.rst Documentation/admin-guide/device-mapper/striped.rst
Documentation/device-mapper/switch.rst Documentation/admin-guide/device-mapper/switch.rst
Documentation/device-mapper/thin-provisioning.rst Documentation/admin-guide/device-mapper/thin-provisioning.rst
Documentation/device-mapper/unstriped.rst Documentation/admin-guide/device-mapper/unstriped.rst
Documentation/device-mapper/verity.rst Documentation/admin-guide/device-mapper/verity.rst
Documentation/device-mapper/writecache.rst Documentation/admin-guide/device-mapper/writecache.rst
Documentation/device-mapper/zero.rst Documentation/admin-guide/device-mapper/zero.rst
+1 -1
MAINTAINERS
··· 4735 4735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git 4736 4736 T: quilt http://people.redhat.com/agk/patches/linux/editing/ 4737 4737 S: Maintained 4738 - F: Documentation/device-mapper/ 4738 + F: Documentation/admin-guide/device-mapper/ 4739 4739 F: drivers/md/Makefile 4740 4740 F: drivers/md/Kconfig 4741 4741 F: drivers/md/dm*
+1 -1
drivers/md/Kconfig
··· 453 453 Enable "dm-mod.create=" parameter to create mapped devices at init time. 454 454 This option is useful to allow mounting rootfs without requiring an 455 455 initramfs. 456 - See Documentation/device-mapper/dm-init.rst for dm-mod.create="..." 456 + See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." 457 457 format. 458 458 459 459 If unsure, say N.
+1 -1
drivers/md/dm-init.c
··· 25 25 * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+] 26 26 * Table format: <start_sector> <num_sectors> <target_type> <target_args> 27 27 * 28 - * See Documentation/device-mapper/dm-init.rst for dm-mod.create="..." format 28 + * See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." format 29 29 * details. 30 30 */ 31 31
+1 -1
drivers/md/dm-raid.c
··· 3558 3558 * v1.5.0+: 3559 3559 * 3560 3560 * Sync action: 3561 - * See Documentation/device-mapper/dm-raid.rst for 3561 + * See Documentation/admin-guide/device-mapper/dm-raid.rst for 3562 3562 * information on each of these states. 3563 3563 */ 3564 3564 DMEMIT(" %s", sync_action);