[PATCH V3 0/1] nvme generic per-namespace char device

Minwoo Im minwoo.im.dev at gmail.com
Wed Apr 21 08:45:03 BST 2021


Hello,

This is third spin for supporting per-namespace generic character
device.  This version added support for admin commands through the
generic device just like the existing block device.

Thanks,

Since V2:
  - Add support for controller ioctl (admin commands) for the generic
    character device.

Minwoo Im (1):
  nvme: introduce generic per-namespace chardev

 drivers/nvme/host/core.c      | 87 +++++++++++++++++++++++++++++++++++
 drivers/nvme/host/ioctl.c     | 41 ++++++++++++++---
 drivers/nvme/host/multipath.c | 51 ++++++++++++++++++--
 drivers/nvme/host/nvme.h      | 13 ++++++
 4 files changed, 182 insertions(+), 10 deletions(-)

-- 
2.27.0




More information about the Linux-nvme mailing list