From: vishal.l.verma@intel.com (Vishal Verma)
Subject: [PATCH v3 0/3] NVMe: Add support for SG_IO
Date: Mon, 4 Mar 2013 18:40:55 -0700 [thread overview]
Message-ID: <1362447658-25695-1-git-send-email-vishal.l.verma@intel.com> (raw)
These patches allow the nvme driver to handle the SG_IO ioctl.
Applications may send any supported SCSI Command through the
SG_IO framework. The supported command list as well as the
translation reference is available on www.nvmexpress.org
Vishal Verma (3):
NVMe: Rename nvme.c to nvme-core.c
NVMe: Move dev, ns, iod structs to nvme.c
NVMe: Add nvme-scsi.c
drivers/block/Makefile | 1 +
drivers/block/nvme-core.c | 1760 +++++++++++++++++++++++++++
drivers/block/nvme-scsi.c | 2941 +++++++++++++++++++++++++++++++++++++++++++++
drivers/block/nvme.c | 1808 ----------------------------
include/linux/nvme.h | 107 ++
5 files changed, 4809 insertions(+), 1808 deletions(-)
create mode 100644 drivers/block/nvme-core.c
create mode 100644 drivers/block/nvme-scsi.c
delete mode 100644 drivers/block/nvme.c
next reply other threads:[~2013-03-05 1:40 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 1:40 Vishal Verma [this message]
2013-03-05 1:40 ` [PATCH v3 1/3] NVMe: Rename nvme.c to nvme-core.c Vishal Verma
2013-03-05 1:40 ` [PATCH v3 2/3] NVMe: Move dev, ns, iod structs to nvme.c Vishal Verma
2013-03-05 1:40 ` [PATCH v3 3/3] NVMe: Add nvme-scsi.c Vishal Verma
2013-03-28 1:17 ` [PATCH v3 0/3] NVMe: Add support for SG_IO Matthew Wilcox
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=1362447658-25695-1-git-send-email-vishal.l.verma@intel.com \
--to=vishal.l.verma@intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).