summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-0/+8
2018-11-21scsi: qla2xxx: Initialize port speed to avoid setting lower speedQuinn Tran1-0/+1
2018-11-21scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran1-1/+1
2018-11-21scsi: qla2xxx: Fix re-using LoopID when handle is in useQuinn Tran2-15/+6
2018-11-21scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani1-3/+0
2018-11-21scsi: qla2xxx: Fix duplicate switch database entriesQuinn Tran1-3/+3
2018-11-21scsi: qla2xxx: shutdown chip if reset failQuinn Tran1-1/+1
2018-11-21scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxxQuinn Tran1-4/+0
2018-11-21scsi: qla2xxx: Fix process response queue for ISP26XX and aboveQuinn Tran2-19/+0
2018-11-21scsi: qla2xxx: Fix incorrect port speed being set for FC adaptersHimanshu Madhani1-4/+1
2018-11-13scsi: lpfc: Correct race with abort on completion pathJames Smart1-3/+11
2018-11-13scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-11-13scsi: megaraid_sas: fix a missing-check bugWenwen Wang1-0/+3
2018-11-13scsi: ufs: Schedule clk gating work on correct queueEvan Green1-2/+3
2018-11-13scsi: esp_scsi: Track residual for PIO transfersFinn Thain3-0/+5
2018-11-04scsi: qedi: Initialize the stats mutex lockNilesh Javali1-0/+1
2018-10-20scsi: sd: don't crash the host on invalid commandsJohannes Thumshirn1-1/+2
2018-10-20scsi: ipr: System hung while dlpar adding primary ipr adapter backWen Xiong2-45/+62
2018-10-20scsi: lpfc: Synchronize access to remoteport via rportJames Smart3-13/+23
2018-10-20scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott1-1/+1
2018-10-20scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott1-2/+1
2018-10-18scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()Dan Carpenter1-2/+2
2018-10-10scsi: qedi: Add the CRC size within iSCSI NVM imageNilesh Javali2-14/+21
2018-10-10scsi: aacraid: fix a signedness bugDan Carpenter1-1/+1
2018-10-10scsi: csiostor: fix incorrect port capabilitiesVarun Prakash3-14/+48
2018-10-10scsi: csiostor: add a check for NULL pointer after kmalloc()Varun Prakash1-7/+9
2018-10-04scsi: megaraid_sas: Update controller info during resumeShivasharan S1-0/+3
2018-10-04scsi: hisi_sas: Fix the conflict between dev gone and host resetXiaofei Tan2-0/+7
2018-10-04scsi: bnx2i: add error handling for ioremap_nocacheZhouyang Jia1-0/+2
2018-10-04scsi: ibmvscsi: Improve strings handlingBreno Leitao1-2/+2
2018-09-26scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart1-1/+4
2018-09-26scsi: lpfc: Fix NVME Target crash in defer rcv logicJames Smart1-1/+11
2018-09-26scsi: libfc: fixup 'sleeping function called from invalid context'Hannes Reinecke1-3/+4
2018-09-19scsi: 3ware: fix return 0 on the error path of probeAnton Vasilyev3-1/+10
2018-09-19scsi: lpfc: Fix driver crash when re-registering NVME rports.James Smart1-8/+14
2018-09-19scsi: qla2xxx: Silent erroneous messageQuinn Tran1-0/+9
2018-09-19scsi: qla2xxx: Fix session state stuck in Get Port DBQuinn Tran1-3/+6
2018-09-19scsi: qla2xxx: Fix unintended LogoutQuinn Tran1-1/+2
2018-09-19scsi: lpfc: Correct MDS diag and nvmet configurationJames Smart1-1/+1
2018-09-15scsi: aic94xx: fix an error code in aic94xx_init()Dan Carpenter1-1/+3
2018-09-05scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlockBart Van Assche1-2/+18
2018-09-05scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche1-2/+3
2018-09-05scsi: mpt3sas: Fix calltrace observed while running IO & resetSreekanth Reddy2-1/+2
2018-09-05scsi: qla2xxx: Fix stalled reloginHimanshu Madhani2-1/+2
2018-09-05scsi: libsas: dynamically allocate and free ata hostJason Yan2-14/+28
2018-08-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds7-49/+69
2018-08-03scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATEDJim Gill1-3/+8
2018-08-03scsi: sr: Avoid that opening a CD-ROM hangs with runtime power management ena...Bart Van Assche1-8/+21
2018-08-03scsi: mpt3sas: Swap I/O memory read value back to cpu endiannessSreekanth Reddy1-8/+8
2018-08-02scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGOJohannes Thumshirn1-0/+1