summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-01-09scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu1-0/+7
2020-01-09scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2020-01-09scsi: iscsi: qla4xxx: fix double free in probeDan Carpenter1-1/+0
2020-01-09scsi: qla2xxx: Ignore PORT UPDATE after N2N PLOGIRoman Bolshakov1-1/+2
2020-01-09scsi: qla2xxx: Don't defer relogin unconditonallyRoman Bolshakov1-1/+0
2020-01-09scsi: qla2xxx: Send Notify ACK after N2N PLOGIRoman Bolshakov1-0/+1
2020-01-09scsi: qla2xxx: Configure local loop for N2N targetRoman Bolshakov1-8/+2
2020-01-09scsi: qla2xxx: Fix PLOGI payload and ELS IOCB dump lengthRoman Bolshakov1-2/+4
2020-01-09scsi: qla2xxx: Don't call qlt_async_event twiceRoman Bolshakov1-4/+0
2020-01-09scsi: qla2xxx: Drop superfluous INIT_WORK of del_workRoman Bolshakov1-1/+0
2020-01-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran4-4/+15
2020-01-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart2-0/+3
2020-01-04scsi: iscsi: Don't send data to unbound connectionAnatol Pomazau1-0/+8
2020-01-04scsi: ufs: Fix up auto hibern8 enablementCan Guo3-13/+18
2020-01-04scsi: NCR5380: Add disconnect_mask module parameterFinn Thain1-1/+5
2020-01-04scsi: scsi_debug: num_tgts must be >= 0Maurizio Lombardi1-0/+5
2020-01-04scsi: ufs: Fix error handing during hibern8 enterSubhash Jadavani1-5/+14
2020-01-04scsi: pm80xx: Fix for SATA device discoverypeter chang1-0/+2
2020-01-04scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONEFinn Thain3-6/+6
2020-01-04scsi: ufs: fix potential bug which ends in system hangBean Huo1-1/+1
2020-01-04scsi: zorro_esp: Limit DMA transfers to 65536 bytes (except on Fastlane)Kars de Jong1-2/+9
2020-01-04scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2020-01-04scsi: lpfc: Fix unexpected error messages during RSCN handlingJames Smart1-2/+19
2020-01-04scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and WRITE(6)Bart Van Assche1-4/+7
2020-01-04scsi: hisi_sas: Delete the debugfs folder of hisi_sas when the probe failsLuo Jiaxing2-0/+2
2020-01-04scsi: hisi_sas: Replace in_softirq() check in hisi_sas_task_exec()Xiang Chen1-1/+7
2020-01-04scsi: csiostor: Don't enable IRQs too earlyDan Carpenter1-6/+9
2020-01-04scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart1-1/+3
2020-01-04scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart1-2/+3
2020-01-04scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbqJames Smart4-4/+13
2020-01-04scsi: mpt3sas: Reject NVMe Encap cmnds to unsupported HBASreekanth Reddy1-0/+12
2020-01-04scsi: lpfc: Fix locking on mailbox command completionJames Smart1-1/+7
2020-01-04scsi: mpt3sas: Fix clear pending bit in ioctl statusSreekanth Reddy1-1/+2
2020-01-04scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart1-1/+6
2020-01-04scsi: lpfc: Fix spinlock_irq issues in lpfc_els_flush_cmd()James Smart1-7/+9
2019-12-21scsi: qla2xxx: Fix incorrect SFUB length used for Secure Flash Update MB CmdMichael Hernandez1-1/+1
2019-12-21scsi: qla2xxx: Correctly retrieve and interpret active flash regionHimanshu Madhani3-4/+5
2019-12-21scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov1-0/+1
2019-12-21scsi: qla2xxx: Added support for MPI and PEP regions for ISP28XXMichael Hernandez2-5/+26
2019-12-21scsi: qla2xxx: Initialize free_work before flushing itRoman Bolshakov2-1/+1
2019-12-21scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov1-0/+2
2019-12-21scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche1-2/+2
2019-12-21scsi: ufs: Disable autohibern8 feature in Cadence UFSsheebab1-0/+6
2019-12-17Revert "scsi: qla2xxx: Fix memory leak when sending I/O fails"Martin K. Petersen1-4/+0
2019-12-17scsi: qla2xxx: Fix a dma_pool_free() callBart Van Assche1-1/+2
2019-12-17scsi: qla2xxx: Fix SRB leak on switch command timeoutQuinn Tran5-19/+16
2019-12-17scsi: qla2xxx: Fix memory leak when sending I/O failsArun Easi1-0/+4
2019-12-17scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran4-59/+72