All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Opal unlock support to NVMe.
@ 2016-04-22 23:12 ` Rafael Antognolli
  0 siblings, 0 replies; 16+ messages in thread
From: Rafael Antognolli @ 2016-04-22 23:12 UTC (permalink / raw)
  To: linux-nvme; +Cc: linux-kernel, linux-block, Rafael Antognolli

This patch series implement a small set of the Opal protocol for self
encrypting devices. It's implemented only what is needed for saving a password
and unlocking a given "locking range". The password is saved on the driver and
replayed back to the device on resume from suspend to RAM. It is specifically
supporting the single user mode.

It is not planned to implement the full Opal protocol (at least not for now).

Rafael Antognolli (2):
  Add optane OPAL unlocking code.
  NVMe: Add ioctls to save and unlock an Opal locking range.

 drivers/nvme/host/Kconfig         |    7 +
 drivers/nvme/host/Makefile        |    1 +
 drivers/nvme/host/core.c          |    9 +
 drivers/nvme/host/opal.c          | 1270 +++++++++++++++++++++++++++++++++++++
 drivers/nvme/host/opal.h          |   73 +++
 drivers/nvme/host/opal_internal.h |  501 +++++++++++++++
 include/uapi/linux/nvme_ioctl.h   |    7 +
 7 files changed, 1868 insertions(+)
 create mode 100644 drivers/nvme/host/opal.c
 create mode 100644 drivers/nvme/host/opal.h
 create mode 100644 drivers/nvme/host/opal_internal.h

-- 
1.9.1


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

end of thread, other threads:[~2016-06-20 18:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 23:12 [PATCH 0/2] Add Opal unlock support to NVMe Rafael Antognolli
2016-04-22 23:12 ` Rafael Antognolli
2016-04-22 23:12 ` [PATCH 1/2] Add optane OPAL unlocking code Rafael Antognolli
2016-04-22 23:12   ` Rafael Antognolli
2016-04-22 23:12 ` [PATCH 2/2] NVMe: Add ioctls to save and unlock an Opal locking range Rafael Antognolli
2016-04-22 23:12   ` Rafael Antognolli
2016-04-25  8:24 ` [PATCH 0/2] Add Opal unlock support to NVMe Christoph Hellwig
2016-04-25  8:24   ` Christoph Hellwig
2016-04-25  8:39   ` Hannes Reinecke
2016-04-26  3:29   ` Elliott, Robert (Persistent Memory)
2016-04-26  3:29     ` Elliott, Robert (Persistent Memory)
2016-04-26 21:33     ` Rafael Antognolli
2016-04-26 21:33       ` Rafael Antognolli
2016-05-18 23:54       ` Rafael Antognolli
2016-05-18 23:54         ` Rafael Antognolli
2016-06-20 18:24       ` Jethro Beekman

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.