summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen2017-04-211-2/+18
* scsi: qla2xxx: Add fix to read correct register value for ISP82xx.Sawan Chandak2017-04-211-1/+6
* scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng2017-04-211-1/+2
* scsi: sr: Sanity check returned mode dataMartin K. Petersen2017-04-211-2/+4
* 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
* qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio2017-03-315-10/+16
* scsi: sd: Check for unaligned partial completionDamien Le Moal2017-03-302-15/+17
* scsi: mpt3sas: Avoid sleeping in interrupt contextBart Van Assche2017-03-264-12/+12
* 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: 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: qla2xxx: Fix Regression introduced by pci_alloc_irq_vectors_affinity call.Michael Hernandez2017-03-121-2/+5
* scsi: qla2xxx: Fix response queue count for Target mode.Michael Hernandez2017-03-121-1/+2
* scsi: qla2xxx: Cleaned up queue configuration code.Michael Hernandez2017-03-121-9/+4
* 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-191-0/+4
* scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn2017-02-191-1/+2
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-114-4/+27
|\
| * Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-092-2/+9
| |\
| | * scsi: aacraid: Fix INTx/MSI-x issue with older controllersDave Carroll2017-02-091-2/+6
| | * scsi: mpt3sas: disable ASPM for MPI2 controllersojab2017-02-091-0/+3
| * | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-02-033-2/+18
| |\|
| | * scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-01-311-0/+15
| | * scsi: qla2xxx: Avoid that issuing a LIP triggers a kernel crashMauricio Faria de Oliveira2017-01-311-1/+1
| | * scsi: qla2xxx: Fix a recently introduced memory leakBart Van Assche2017-01-241-1/+2
* | | ibmvscsis: Add SGL limitBryant G. Ly2017-02-081-0/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-02-031-1/+10
|\| |
| * | Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixesJames Bottomley2017-01-271-1/+10
| |\|
| | * scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman2017-01-201-1/+10
* | | Revert "sd: remove __data_len hack for WRITE SAME"Bart Van Assche2017-01-261-1/+16
* | | Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-2016-66/+158
|\ \ \
| * | | qla2xxx: Disable out-of-order processing by default in firmwareQuinn Tran2017-01-171-6/+0
| * | | qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-01-172-1/+5
| * | | qla2xxx: Reduce exess wait during chip resetQuinn Tran2017-01-171-2/+2
| * | | qla2xxx: Terminate exchange if corruptedQuinn Tran2017-01-173-5/+43
| * | | qla2xxx: Fix crash due to null pointer accessQuinn Tran2017-01-171-4/+12
| * | | qla2xxx: Collect additional information to debug fw dumpQuinn Tran2017-01-171-7/+20
| * | | qla2xxx: Reset reserved field in firmware options to 0Himanshu Madhani2017-01-171-1/+14
| * | | qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2017-01-172-3/+2
| * | | qla2xxx: Include ATIO queue in firmware dump when in target modeHimanshu Madhani2017-01-171-0/+24
| * | | qla2xxx: Fix wrong IOCB type assumptionQuinn Tran2017-01-171-7/+1