From: Minwoo Im <minwoo.im.dev@gmail.com>
To: linux-nvme@lists.infradead.org
Cc: Keith Busch <kbusch@kernel.org>, Jens Axboe <axboe@fb.com>,
Christoph Hellwig <hch@lst.de>, Sagi Grimberg <sagi@grimberg.me>,
Minwoo Im <minwoo.im.dev@gmail.com>
Subject: [PATCH V3 0/1] nvme generic per-namespace char device
Date: Wed, 21 Apr 2021 16:45:03 +0900 [thread overview]
Message-ID: <20210421074504.57750-1-minwoo.im.dev@gmail.com> (raw)
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
_______________________________________________
Linux-nvme mailing list
Linux-nvme@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-nvme
next reply other threads:[~2021-04-21 7:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-21 7:45 Minwoo Im [this message]
2021-04-21 7:45 ` [PATCH V3 1/1] nvme: introduce generic per-namespace chardev Minwoo Im
2021-04-21 17:02 ` Keith Busch
2021-04-22 4:32 ` Kanchan Joshi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210421074504.57750-1-minwoo.im.dev@gmail.com \
--to=minwoo.im.dev@gmail.com \
--cc=axboe@fb.com \
--cc=hch@lst.de \
--cc=kbusch@kernel.org \
--cc=linux-nvme@lists.infradead.org \
--cc=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.