1
0
Fork 0
alistair23-linux/drivers/nvme/target
Christoph Hellwig a07b4970f4 nvmet: add a generic NVMe target
This patch introduces a implementation of NVMe subsystems,
controllers and discovery service which allows to export
NVMe namespaces across fabrics such as Ethernet, FC etc.

The implementation conforms to the NVMe 1.2.1 specification
and interoperates with NVMe over fabrics host implementations.

Configuration works using configfs, and is best performed using
the nvmetcli tool from http://git.infradead.org/users/hch/nvmetcli.git,
which also has a detailed explanation of the required steps in the
README file.

Signed-off-by: Armen Baloyan <armenx.baloyan@intel.com>
Signed-off-by: Anthony Knapp <anthony.j.knapp@intel.com>
Signed-off-by: Jay Freyensee <james.p.freyensee@intel.com>
Signed-off-by: Ming Lin <ming.l@ssi.samsung.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2016-07-05 11:30:33 -06:00
..
Kconfig nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
Makefile nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
admin-cmd.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
configfs.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
core.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
discovery.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
fabrics-cmd.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
io-cmd.c nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00
nvmet.h nvmet: add a generic NVMe target 2016-07-05 11:30:33 -06:00