diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-24 14:15:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-24 14:15:28 -0400 |
commit | 5b13966693c540f6a6a8d708842b3bce35d0fec7 (patch) | |
tree | 7943c2e1e67a8b57d8b846d97e70499a420d18a3 /MAINTAINERS | |
parent | c5db6a3bdeb72f4238e1faefa4ce4eab7a64baea (diff) | |
parent | 32505876c0947a4cecc409dfbef1fc58ced6138d (diff) |
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley:
"This is a set of five fixes: Two MAINTAINER email updates (urgent
because the non-avagotech emails will start bouncing) an lpfc big
endian oops fix, a 256 byte sector hang fix (to eliminate 256 byte
sectors) and a storvsc fix which could cause test unit ready failures
on bringup"
* tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
MAINTAINERS: Revise lpfc maintainers for Avago Technologies ownership of Emulex
MAINTAINERS, be2iscsi: change email domain
sd: Disable support for 256 byte/sector disks
lpfc: Fix breakage on big endian kernels
storvsc: Set the SRB flags correctly when no data transfer is needed
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 60d24f224271..474bcb6c0bac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -3825,10 +3825,11 @@ M: David Woodhouse <dwmw2@infradead.org> | |||
3825 | L: linux-embedded@vger.kernel.org | 3825 | L: linux-embedded@vger.kernel.org |
3826 | S: Maintained | 3826 | S: Maintained |
3827 | 3827 | ||
3828 | EMULEX LPFC FC SCSI DRIVER | 3828 | EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER |
3829 | M: James Smart <james.smart@emulex.com> | 3829 | M: James Smart <james.smart@avagotech.com> |
3830 | M: Dick Kennedy <dick.kennedy@avagotech.com> | ||
3830 | L: linux-scsi@vger.kernel.org | 3831 | L: linux-scsi@vger.kernel.org |
3831 | W: http://sourceforge.net/projects/lpfcxxxx | 3832 | W: http://www.avagotech.com |
3832 | S: Supported | 3833 | S: Supported |
3833 | F: drivers/scsi/lpfc/ | 3834 | F: drivers/scsi/lpfc/ |
3834 | 3835 | ||
@@ -8829,9 +8830,11 @@ F: drivers/misc/phantom.c | |||
8829 | F: include/uapi/linux/phantom.h | 8830 | F: include/uapi/linux/phantom.h |
8830 | 8831 | ||
8831 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | 8832 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
8832 | M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> | 8833 | M: Jayamohan Kallickal <jayamohan.kallickal@avagotech.com> |
8834 | M: Minh Tran <minh.tran@avagotech.com> | ||
8835 | M: John Soni Jose <sony.john-n@avagotech.com> | ||
8833 | L: linux-scsi@vger.kernel.org | 8836 | L: linux-scsi@vger.kernel.org |
8834 | W: http://www.emulex.com | 8837 | W: http://www.avagotech.com |
8835 | S: Supported | 8838 | S: Supported |
8836 | F: drivers/scsi/be2iscsi/ | 8839 | F: drivers/scsi/be2iscsi/ |
8837 | 8840 | ||