summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorBryant G. Ly <bryantly@linux.vnet.ibm.com>2016-06-28 18:05:35 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2016-07-20 04:15:43 -0400
commit88a678bbc34cecce36bf2c7a8af4cba38f9f77ce (patch)
treefac58c48609069efa14159d5749ca3586faa0cb2 /MAINTAINERS
parent410c29dfbfdf73d0d0b5d14a21868ab038eca703 (diff)
ibmvscsis: Initial commit of IBM VSCSI Tgt Driver
This driver is a pick up of the old IBM VIO scsi Target Driver that was started by Nick and Fujita 2-4 years ago. http://comments.gmane.org/gmane.linux.scsi/90119 The driver provides a virtual SCSI device on IBM Power Servers. This patch contains the fifth version for an initial merge of the tcm ibmvscsis driver. More information on this driver and config can be found: https://github.com/powervm/ibmvscsis/wiki/Configuration http://www.linux-iscsi.org/wiki/IBM_vSCSI (Drop extra libsrp review breakage + Fix kconfig typo - nab) Signed-off-by: Steven Royer <seroyer@linux.vnet.ibm.com> Signed-off-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> Signed-off-by: Michael Cyr <mikecyr@linux.vnet.ibm.com> Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com> Cc: FUJITA Tomonori <tomof@acm.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS10
1 files changed, 9 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index ed42cb65a19b..1ec7a8788ad1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5680,7 +5680,15 @@ M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5680L: linux-scsi@vger.kernel.org 5680L: linux-scsi@vger.kernel.org
5681S: Supported 5681S: Supported
5682F: drivers/scsi/ibmvscsi/ibmvscsi* 5682F: drivers/scsi/ibmvscsi/ibmvscsi*
5683F: drivers/scsi/ibmvscsi/viosrp.h 5683F: include/scsi/viosrp.h
5684
5685IBM Power Virtual SCSI Device Target Driver
5686M: Bryant G. Ly <bryantly@linux.vnet.ibm.com>
5687M: Michael Cyr <mikecyr@linux.vnet.ibm.com>
5688L: linux-scsi@vger.kernel.org
5689L: target-devel@vger.kernel.org
5690S: Supported
5691F: drivers/scsi/ibmvscsi_tgt/
5684 5692
5685IBM Power Virtual FC Device Drivers 5693IBM Power Virtual FC Device Drivers
5686M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> 5694M: Tyrel Datwyler <tyreld@linux.vnet.ibm.com>