summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Fix mailbox pointer error in fwdump captureJoe Carnuccio2017-06-141-2/+2
* scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio2017-06-142-6/+7
* scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to debu...Joe Carnuccio2017-06-141-1/+1
* scsi: qla2xxx: Fix NULL pointer access due to redundant fc_host_port_name callQuinn Tran2017-06-141-9/+0
* scsi: qla2xxx: Fix crash due to mismatch mumber of Q-pair creation for Multi ...Sawan Chandak2017-06-142-1/+5
* scsi: qla2xxx: Fix recursive loop during target mode configuration for ISP25X...himanshu.madhani@cavium.com2017-06-141-1/+1
* scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn2017-06-141-4/+4
* ibmvscsis: Fix the incorrect req_lim_deltaBryant G. Ly2017-06-071-4/+20
* ibmvscsis: Clear left-over abort_cmd pointersBryant G. Ly2017-06-071-0/+3
* scsi: scsi_dh_rdac: Use ctlr directly in rdac_failover_get()Artem Savkov2017-06-071-6/+4
* scsi: zero per-cmd private driver data for each MQ I/OLong Li2017-06-071-1/+1
* scsi: lpfc: Fix panic on BFS configurationJames Smart2017-05-253-7/+20
* ibmvscsis: Do not send aborted task responseBryant G. Ly2017-05-252-25/+91
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-241-2/+2
|\
| * Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-151-2/+2
| |\
| | * scsi: return correct blkprep status code in case scsi_init_io() fails.Johannes Thumshirn2017-04-131-2/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-158-12/+49
|\| |
| * | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-04-128-12/+49
| |\|
| | * scsi: ipr: do not set DID_PASSTHROUGH on CHECK CONDITIONMauricio Faria de Oliveira2017-04-111-1/+6
| | * scsi: aacraid: fix PCI error recovery pathGuilherme G. Piccoli2017-04-112-4/+10
| | * scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen2017-04-071-2/+18
| | * scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak2017-04-071-1/+6
| | * scsi: qedf: Fix crash due to unsolicited FIP VLAN response.Chad Dupuis2017-04-072-1/+3
| | * scsi: sr: Sanity check returned mode dataMartin K. Petersen2017-04-071-2/+4
| | * scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng2017-04-071-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-04-081-3/+3
|\ \ \
| * | | scsi: Avoid that SCSI queues get stuckBart Van Assche2017-04-071-3/+3
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-04-0112-39/+57
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-2912-39/+57
| |\|
| | * scsi: ufs: remove the duplicated checking for supporting clkscalingJaehoon Chung2017-03-271-2/+0
| | * scsi: lpfc: fix building without debugfs supportArnd Bergmann2017-03-232-10/+16
| | * scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy2017-03-231-1/+2
| | * scsi: hpsa: fix volume offline stateTomas Henzl2017-03-231-0/+1
| | * scsi: libsas: fix ata xfer lengthJohn Garry2017-03-201-1/+1
| | * scsi: scsi_dh_alua: Warn if the first argument of alua_rtpg_queue() is NULLBart Van Assche2017-03-191-1/+1
| | * scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche2017-03-191-5/+15
| | * scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche2017-03-191-9/+9
| | * scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang2017-03-161-0/+2
| | * scsi: ufshcd-platform: remove the useless cast in ERR_PTR/IS_ERRTomas Winkler2017-03-151-2/+2
| | * scsi: qedi: Add PCI device-ID for QL41xxx adapters.Manish Rangankar2017-03-151-0/+1
| | * scsi: aacraid: Fix potential null accessRaghava Aditya Renukunta2017-03-151-8/+6
| | * scsi: qla2xxx: Fix crash in qla2xxx_eh_abort on bad ptrBill Kuzeja2017-03-151-1/+2
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-03-2112-55/+69
|\| |
| * | Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley2017-03-1512-55/+69
| |\|
| | * scsi: lpfc: Finalize Kconfig options for nvmeJames Smart2017-03-155-24/+17
| | * scsi: ufs: don't check unsigned type for a negative valueTomas Winkler2017-03-151-1/+1
| | * scsi: hpsa: do not timeout reset operationsDon Brace2017-03-151-1/+1
| | * scsi: hpsa: limit outstanding rescansDon Brace2017-03-152-1/+16
| | * scsi: hpsa: update check for logical volume statusDon Brace2017-03-152-19/+18
| | * scsi: megaraid_sas: Driver version upgradeShivasharan S2017-03-131-2/+2