All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] boot to a mapped device
@ 2018-09-26  5:00 ` Helen Koike
  0 siblings, 0 replies; 23+ messages in thread
From: Helen Koike @ 2018-09-26  4:45 UTC (permalink / raw)
  To: dm-devel

This series is reviving an old patchwork.
Booting from a mapped device requires an initramfs. This series is
allows for device-mapper targets to be configured at boot time for
use early in the boot process (as the root device or otherwise).

Example, the following could be added in the boot parameters.
dm="lroot,,,rw, 0 4096 linear 98:16 0, 4096 4096 linear 98:32 0" root=/dev/dm-0

Enric Balletbo i Serra (1):
  dm ioctl: add a device mapper ioctl function.

Will Drewry (1):
  init: add support to directly boot to a mapped device

 .../admin-guide/kernel-parameters.rst         |   1 +
 .../admin-guide/kernel-parameters.txt         |   3 +
 Documentation/device-mapper/dm-boot.txt       |  63 +++
 drivers/md/dm-ioctl.c                         |  50 ++
 include/linux/device-mapper.h                 |   6 +
 init/Makefile                                 |   1 +
 init/do_mounts.c                              |   1 +
 init/do_mounts.h                              |  10 +
 init/do_mounts_dm.c                           | 475 ++++++++++++++++++
 9 files changed, 610 insertions(+)
 create mode 100644 Documentation/device-mapper/dm-boot.txt
 create mode 100644 init/do_mounts_dm.c

-- 
2.19.0

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2018-10-19 16:28 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-26  4:45 [PATCH 0/2] boot to a mapped device Helen Koike
2018-09-26  5:00 ` [linux-lvm] " Helen Koike
2018-09-26  5:00 ` Helen Koike
2018-09-26  4:45 ` [PATCH 1/2] dm ioctl: add a device mapper ioctl function Helen Koike
2018-09-26  5:00   ` [linux-lvm] " Helen Koike
2018-09-26  5:00   ` Helen Koike
2018-09-26  4:45 ` [PATCH 2/2] init: add support to directly boot to a mapped device Helen Koike
2018-09-26  5:00   ` [linux-lvm] " Helen Koike
2018-09-26  5:00   ` Helen Koike
2018-09-26 16:09   ` Randy Dunlap
2018-09-26 16:09     ` [linux-lvm] " Randy Dunlap
2018-09-26  5:02 ` [PATCH 0/2] " Helen Koike
2018-09-26  5:02   ` [linux-lvm] " Helen Koike
2018-09-26  7:16 ` Richard Weinberger
2018-09-26  7:16   ` [linux-lvm] " Richard Weinberger
2018-09-27 14:23   ` Mike Snitzer
2018-09-27 14:23     ` [linux-lvm] " Mike Snitzer
2018-09-27 16:36     ` Kees Cook
2018-09-27 16:36       ` [linux-lvm] " Kees Cook
2018-09-27 18:31       ` Mike Snitzer
2018-09-27 18:31         ` [linux-lvm] " Mike Snitzer
2018-10-19 16:27         ` Helen Koike
2018-10-19 16:27           ` [linux-lvm] " Helen Koike

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.