diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-02 17:39:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-11-02 17:39:35 -0500 |
commit | ad2be3796ff4c834e5c102d5455e76ee07dcf71d (patch) | |
tree | f3cfa4950b401cb011069fb7bd1b16eb741ce687 /MAINTAINERS | |
parent | 12267166c582f43a41829ffa77be2e7e72d5d4dd (diff) | |
parent | ff150a76ae782a2d8730945c869869f77f2fcd39 (diff) |
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Pull SCSI fixes from James Bottomley:
"This is a set of six patches consisting of:
- two MAINTAINER updates
- two scsi-mq fixs for the old parallel interface (not every request
is tagged and we need to set the right flags to populate the SPI
tag message)
- a fix for a memory leak in scatterlist traversal caused by a
preallocation update in 3.17
- an ipv6 fix for cxgbi"
[ The scatterlist fix also came in separately through the block layer tree ]
* tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
MAINTAINERS: ufs - remove self
MAINTAINERS: change hpsa and cciss maintainer
libcxgbi : support ipv6 address host_param
scsi: set REQ_QUEUE for the blk-mq case
Revert "block: all blk-mq requests are tagged"
lib/scatterlist: fix memory leak with scsi-mq
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1cfabdd1d23f..3c6427190be2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4312,8 +4312,10 @@ F: Documentation/blockdev/cpqarray.txt | |||
4312 | F: drivers/block/cpqarray.* | 4312 | F: drivers/block/cpqarray.* |
4313 | 4313 | ||
4314 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) | 4314 | HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) |
4315 | M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com> | 4315 | M: Don Brace <don.brace@pmcs.com> |
4316 | L: iss_storagedev@hp.com | 4316 | L: iss_storagedev@hp.com |
4317 | L: storagedev@pmcs.com | ||
4318 | L: linux-scsi@vger.kernel.org | ||
4317 | S: Supported | 4319 | S: Supported |
4318 | F: Documentation/scsi/hpsa.txt | 4320 | F: Documentation/scsi/hpsa.txt |
4319 | F: drivers/scsi/hpsa*.[ch] | 4321 | F: drivers/scsi/hpsa*.[ch] |
@@ -4321,8 +4323,10 @@ F: include/linux/cciss*.h | |||
4321 | F: include/uapi/linux/cciss*.h | 4323 | F: include/uapi/linux/cciss*.h |
4322 | 4324 | ||
4323 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | 4325 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
4324 | M: Mike Miller <mike.miller@hp.com> | 4326 | M: Don Brace <don.brace@pmcs.com> |
4325 | L: iss_storagedev@hp.com | 4327 | L: iss_storagedev@hp.com |
4328 | L: storagedev@pmcs.com | ||
4329 | L: linux-scsi@vger.kernel.org | ||
4326 | S: Supported | 4330 | S: Supported |
4327 | F: Documentation/blockdev/cciss.txt | 4331 | F: Documentation/blockdev/cciss.txt |
4328 | F: drivers/block/cciss* | 4332 | F: drivers/block/cciss* |
@@ -9606,7 +9610,6 @@ F: drivers/staging/unisys/ | |||
9606 | 9610 | ||
9607 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER | 9611 | UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER |
9608 | M: Vinayak Holikatti <vinholikatti@gmail.com> | 9612 | M: Vinayak Holikatti <vinholikatti@gmail.com> |
9609 | M: Santosh Y <santoshsy@gmail.com> | ||
9610 | L: linux-scsi@vger.kernel.org | 9613 | L: linux-scsi@vger.kernel.org |
9611 | S: Supported | 9614 | S: Supported |
9612 | F: Documentation/scsi/ufs.txt | 9615 | F: Documentation/scsi/ufs.txt |