NVMe: Add nvme-scsi.c
authorVishal Verma <vishal.l.verma@intel.com>
Tue, 5 Mar 2013 01:40:58 +0000 (18:40 -0700)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Thu, 28 Mar 2013 18:50:49 +0000 (14:50 -0400)
commit5d0f6131a79adfa1fb51309c5f81a2a4ef879dd4
tree746ea0e412541fc7c0cd5212cdd903f46e02c4c3
parentf8ebf8409abfdaeeb8c847381629a2a8b8e3d816
NVMe: Add nvme-scsi.c

Translates SCSI commands in SG_IO ioctl to NVMe commands.
Uses the scsi-nvme translation spec from nvmexpress.org as reference.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/Makefile
drivers/block/nvme-core.c
drivers/block/nvme-scsi.c [new file with mode: 0644]
include/linux/nvme.h