diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-11 14:12:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-11 14:12:33 -0400 |
commit | 69585dd69e663a40729492c7b52eb82477a2027a (patch) | |
tree | 5c179ca88b70856a7f9b56e10151ffa5480f0284 /MAINTAINERS | |
parent | bd381934bf13ccb1af2813ae26c6fe00ec85d254 (diff) | |
parent | c7922a911c42c5a8bdee6cc75eb6bd66937d4217 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6: (34 commits)
[SCSI] qla2xxx: Fix NULL ptr deref bug in fail path during queue create
[SCSI] st: fix possible memory use after free after MTSETBLK ioctl
[SCSI] be2iscsi: Moving to pci_pools v3
[SCSI] libiscsi: iscsi_session_setup to allow for private space
[SCSI] be2iscsi: add 10Gbps iSCSI - BladeEngine 2 driver
[SCSI] zfcp: Fix hang when offlining device with offline chpid
[SCSI] zfcp: Fix lockdep warning when offlining device with offline chpid
[SCSI] zfcp: Fix oops during shutdown of offline device
[SCSI] zfcp: Fix initial device and cfdc for delayed adapter allocation
[SCSI] zfcp: correctly initialize unchained requests
[SCSI] mpt2sas: Bump version 02.100.03.00
[SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT
[SCSI] mpt2sas: Timeout occurred within the HANDSHAKE logic while waiting on firmware to ACK.
[SCSI] mpt2sas: Call init_completion on a per request basis.
[SCSI] mpt2sas: Target Reset will be issued from Interrupt context.
[SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TM
[SCSI] mpt2sas: Copyright change to 2009.
[SCSI] mpt2sas: Added mpi2_history.txt for MPI2 headers.
[SCSI] mpt2sas: Update driver to MPI2 REV K headers.
[SCSI] bfa: Brocade BFA FC SCSI driver
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e1da925b38c8..6141bdff3596 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -1231,6 +1231,13 @@ L: netdev@vger.kernel.org | |||
1231 | S: Supported | 1231 | S: Supported |
1232 | F: drivers/net/tg3.* | 1232 | F: drivers/net/tg3.* |
1233 | 1233 | ||
1234 | BROCADE BFA FC SCSI DRIVER | ||
1235 | P: Jing Huang | ||
1236 | M: huangj@brocade.com | ||
1237 | L: linux-scsi@vger.kernel.org | ||
1238 | S: Supported | ||
1239 | F: drivers/scsi/bfa/ | ||
1240 | |||
1234 | BSG (block layer generic sg v4 driver) | 1241 | BSG (block layer generic sg v4 driver) |
1235 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 1242 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
1236 | L: linux-scsi@vger.kernel.org | 1243 | L: linux-scsi@vger.kernel.org |
@@ -4646,6 +4653,14 @@ F: drivers/ata/ | |||
4646 | F: include/linux/ata.h | 4653 | F: include/linux/ata.h |
4647 | F: include/linux/libata.h | 4654 | F: include/linux/libata.h |
4648 | 4655 | ||
4656 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | ||
4657 | P: Jayamohan Kallickal | ||
4658 | M: jayamohank@serverengines.com | ||
4659 | L: linux-scsi@vger.kernel.org | ||
4660 | W: http://www.serverengines.com | ||
4661 | S: Supported | ||
4662 | F: drivers/scsi/be2iscsi/ | ||
4663 | |||
4649 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER | 4664 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
4650 | M: Sathya Perla <sathyap@serverengines.com> | 4665 | M: Sathya Perla <sathyap@serverengines.com> |
4651 | M: Subbu Seetharaman <subbus@serverengines.com> | 4666 | M: Subbu Seetharaman <subbus@serverengines.com> |