summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-06-21 12:04:20 -0400
committerJens Axboe <axboe@fb.com>2016-07-05 13:30:33 -0400
commita07b4970f464f13640e28e16dad6cfa33647cc99 (patch)
treea7b810e87e8eb8cb650288ea3a169ef5b443849e /MAINTAINERS
parent9645c1a2336bb92751a04454e7565c09c9a06f3c (diff)
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ed42cb65a19b..b2190b166e4b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8153,6 +8153,13 @@ S: Supported
8153F: drivers/nvme/host/ 8153F: drivers/nvme/host/
8154F: include/linux/nvme.h 8154F: include/linux/nvme.h
8155 8155
8156NVM EXPRESS TARGET DRIVER
8157M: Christoph Hellwig <hch@lst.de>
8158M: Sagi Grimberg <sagi@grimberg.me>
8159L: linux-nvme@lists.infradead.org
8160S: Supported
8161F: drivers/nvme/target/
8162
8156NVMEM FRAMEWORK 8163NVMEM FRAMEWORK
8157M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 8164M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
8158M: Maxime Ripard <maxime.ripard@free-electrons.com> 8165M: Maxime Ripard <maxime.ripard@free-electrons.com>