forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kern…
…el/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
- Loading branch information
Showing
6 changed files
with
53 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4312,17 +4312,21 @@ F: Documentation/blockdev/cpqarray.txt | |
F: drivers/block/cpqarray.* | ||
|
||
HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa) | ||
M: "Stephen M. Cameron" <[email protected].com> | ||
M: Don Brace <don.brace@pmcs.com> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/scsi/hpsa.txt | ||
F: drivers/scsi/hpsa*.[ch] | ||
F: include/linux/cciss*.h | ||
F: include/uapi/linux/cciss*.h | ||
|
||
HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) | ||
M: Mike Miller <mike.miller@hp.com> | ||
M: Don Brace <don.brace@pmcs.com> | ||
L: [email protected] | ||
L: [email protected] | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/blockdev/cciss.txt | ||
F: drivers/block/cciss* | ||
|
@@ -9606,7 +9610,6 @@ F: drivers/staging/unisys/ | |
|
||
UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER | ||
M: Vinayak Holikatti <[email protected]> | ||
M: Santosh Y <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: Documentation/scsi/ufs.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters