linux-nvme.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] NVMe: Add support for SG_IO
@ 2013-03-05  1:40 Vishal Verma
  2013-03-05  1:40 ` [PATCH v3 1/3] NVMe: Rename nvme.c to nvme-core.c Vishal Verma
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vishal Verma @ 2013-03-05  1:40 UTC (permalink / 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

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

end of thread, other threads:[~2013-03-28  1:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05  1:40 [PATCH v3 0/3] NVMe: Add support for SG_IO Vishal Verma
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

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).