summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-04-085-8/+13
* scsi: scsi_dh_alua: Ensure that alua_activate() calls the completion functionBart Van Assche2017-04-081-5/+15
* scsi: scsi_dh_alua: Check scsi_device_get() return valueBart Van Assche2017-04-081-9/+9
* scsi: libsas: fix ata xfer lengthJohn Garry2017-04-081-1/+1
* scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang2017-04-081-0/+2
* scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-03-261-1/+25
* scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-261-0/+1
* qla2xxx: Fix request queue corruption.Quinn Tran2017-03-261-3/+9
* qla2xxx: Fix memory leak for abts processingQuinn Tran2017-03-261-0/+2
* scsi: ibmvscsis: Synchronize cmds at remove timeMichael Cyr2017-03-222-5/+37
* scsi: ibmvscsis: Synchronize cmds at tpg_enable_store timeMichael Cyr2017-03-222-188/+38
* scsi: ibmvscsis: Rearrange functions for future patchesMichael Cyr2017-03-221-328/+330
* scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr failsMichael Cyr2017-03-221-0/+7
* scsi: ibmvscsis: Return correct partition name/# to clientMichael Cyr2017-03-221-1/+4
* scsi: ibmvscsis: Issues from Dan Carpenter/SmatchMichael Cyr2017-03-221-10/+3
* scsi: lpfc: Correct WQ creation for pagesizeJames Smart2017-03-122-4/+7
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-03-122-18/+27
* scsi: aacraid: Reorder Adapter status checkRaghava Aditya Renukunta2017-03-121-4/+17
* scsi: storvsc: properly set residual data length on errorsLong Li2017-03-121-3/+13
* scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li2017-03-121-0/+7
* scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li2017-03-121-0/+9
* Fix missing sanity check in /dev/sgAl Viro2017-02-231-0/+4
* scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn2017-02-231-1/+2
* scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-02-141-1/+1
* scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-141-0/+3
* scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-141-2/+6
* ibmvscsis: Add SGL limitBryant G. Ly2017-02-141-0/+1
* scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2017-01-262-14/+38
* scsi: ses: Fix SAS device detection in enclosureEwan D. Milne2017-01-261-1/+1
* ibmvscsis: Fix max transfer lengthBryant G. Ly2017-01-261-1/+2
* ibmvscsis: Fix sleeping in interrupt contextBryant G. Ly2017-01-261-2/+2
* qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-261-4/+12
* ibmvscsis: Fix srp_transfer_data fail return codeBryant G. Ly2017-01-191-1/+1
* scsi: mvsas: fix command_active typoArnd Bergmann2017-01-121-1/+1
* scsi: g_NCR5380: Fix release_region in error handlingOndrej Zary2017-01-121-3/+3
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-01-091-0/+3
* scsi: aacraid: remove wildcard for series 9 controllersKevin Barnett2017-01-091-2/+0
* scsi: avoid a permanent stop of the scsi device's request queueWei Fang2017-01-091-4/+0
* scsi: megaraid_sas: Do not set MPI2_TYPE_CUDA for JBOD FP path for FW which d...Kashyap Desai2017-01-091-4/+4
* scsi: megaraid_sas: For SRIOV enabled firmware, ensure VF driver waits for 30...Kashyap Desai2017-01-091-0/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-12-081-6/+8
|\
| * Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-291-6/+8
| |\
| | * scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira2016-11-251-6/+8
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2016-11-295-12/+23
|\| |
| * | Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixesJames Bottomley2016-11-225-12/+23
| |\|
| | * scsi: be2iscsi: allocate enough memory in beiscsi_boot_get_sinfo()Dan Carpenter2016-11-221-1/+1
| | * scsi: mpt3sas: Unblock device after controller resetSuganath Prabu S2016-11-221-5/+8
| | * scsi: hpsa: use bus '3' for legacy HBA devicesHannes Reinecke2016-11-222-5/+13
| | * scsi: libfc: fix seconds_since_last_reset miscalculationJohannes Thumshirn2016-11-171-1/+1
* | | Merge branch 'for-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-11-281-1/+3
|\ \ \