summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2019-05-04scsi: qla4xxx: fix a potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-05-04scsi: aacraid: Insure we don't access PCIe space during AER/EEHDave Carroll2-3/+8
2019-05-04scsi: mpt3sas: Fix kernel panic during expander resetSreekanth Reddy2-0/+18
2019-04-27Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap1-1/+0
2019-04-27scsi: core: set result when the command cannot be dispatchedJaesoo Lee1-1/+5
2019-04-20scsi: qla2xxx: Fix NULL pointer crash due to stale CPUIDHimanshu Madhani1-1/+1
2019-04-20scsi: core: Also call destroy_rcu_head() for passthrough requestsBart Van Assche1-1/+8
2019-04-20scsi: iscsi: flush running unbind operations when removing a sessionMaurizio Lombardi1-0/+2
2019-04-05scsi: fcoe: make use of fip_mode enum completeSedat Dilek5-6/+9
2019-04-05scsi: megaraid_sas: return error when create DMA pool failedJason Yan1-0/+1
2019-04-05scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.cBenjamin Block1-3/+3
2019-04-05scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen1-1/+2
2019-04-05scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry1-0/+10
2019-04-03scsi: sd: Quiesce warning if device does not report optimal I/O sizeMartin K. Petersen1-0/+3
2019-04-03scsi: sd: Fix a race between closing an sd device and sd I/OBart Van Assche1-6/+13
2019-03-27scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler1-6/+16
2019-03-27scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler1-0/+5
2019-03-27scsi: qla2xxx: Fix FC-AL connection target discoveryQuinn Tran1-0/+7
2019-03-27scsi: core: Avoid that a kernel warning appears during system resumeBart Van Assche1-2/+4
2019-03-23scsi: qla2xxx: Use complete switch scan for RSCN eventsQuinn Tran1-86/+0
2019-03-23scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not supportedGiridhar Malavali2-2/+2
2019-03-23scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmwareHimanshu Madhani1-5/+8
2019-03-23scsi: sd: Optimal I/O size should be a multiple of physical block sizeMartin K. Petersen1-9/+50
2019-03-23scsi: aacraid: Fix performance issue on logical drivesSagar Biradar1-5/+8
2019-03-23scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi1-2/+0
2019-03-14scsi: aacraid: Fix missing break in switch statementGustavo A. R. Silva1-2/+3
2019-03-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds10-35/+70
2019-02-27scsi: core: Avoid that system resume triggers a kernel warningBart Van Assche1-1/+0
2019-02-26scsi: hptiop: fix calls to dma_set_mask()Hannes Reinecke1-3/+7
2019-02-26scsi: hisi_sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke2-5/+11
2019-02-26scsi: csiostor: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-2/+5
2019-02-26scsi: bfa: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+13
2019-02-26scsi: aic94xx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-3/+5
2019-02-26scsi: 3w-sas: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-4/+8
2019-02-26scsi: 3w-9xxx: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-5/+9
2019-02-26scsi: lpfc: fix calls to dma_set_mask_and_coherent()Hannes Reinecke1-7/+12
2019-02-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-3/+14
2019-02-16scsi: core: reset host byte in DID_NEXUS_FAILURE caseMartin Wilck1-0/+1
2019-02-16scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry1-0/+2
2019-02-16scsi: sd_zbc: Fix sd_zbc_report_zones() buffer allocationMasato Suzuki1-3/+5
2019-02-16scsi: libiscsi: Fix race between iscsi_xmit_task and iscsi_complete_taskAnoob Soman1-0/+6
2019-02-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-5/+11
2019-02-13scsi: qla2xxx: Fix panic from use after free in qla2x00_async_tm_cmdBill Kuzeja1-2/+2
2019-02-13scsi: sd: fix entropy gathering for most rotational disksJames Bottomley1-3/+9
2019-02-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-9/+14
2019-02-05scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain1-0/+2
2019-02-05Revert "scsi: libfc: Add WARN_ON() when deleting rports"Ross Lagerwall1-1/+0
2019-02-05scsi: sd_zbc: Fix zone information messagesDamien Le Moal1-4/+8
2019-02-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-26/+27
2019-02-02scsi: aic94xx: fix module loadingJames Bottomley1-4/+4