summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2020-12-16scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter1-2/+2
2020-12-16scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVECan Guo1-0/+7
2020-12-16scsi: ufs: Fix unexpected values from ufshcd_read_desc_param()Can Guo1-9/+15
2020-12-16scsi: storvsc: Fix error return in storvsc_probe()Jing Xiangfeng1-1/+3
2020-12-11scsi: mpt3sas: Fix ioctl timeoutSuganath Prabu S1-1/+1
2020-12-02scsi: ufs: Fix race between shutdown and runtime resume flowStanley Chu1-5/+1
2020-12-02scsi: libiscsi: Fix NOP race conditionLee Duncan1-8/+15
2020-11-24scsi: ufs: Try to save power mode change and UIC cmd completion timeoutCan Guo2-2/+26
2020-11-24scsi: ufs: Fix unbalanced scsi_block_reqs_cnt caused by ufshcd_hold()Can Guo1-3/+3
2020-11-18scsi: mpt3sas: Fix timeouts observed while reenabling IRQSreekanth Reddy1-0/+7
2020-11-18scsi: scsi_dh_alua: Avoid crash during alua_bus_detach()Hannes Reinecke1-4/+5
2020-11-18scsi: hpsa: Fix memory leak in hpsa_init_one()Keita Suzuki1-1/+3
2020-11-18scsi: ufs: Fix missing brace warning for old compilersPujin Shi1-2/+2
2020-11-10scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler1-10/+26
2020-11-10scsi: core: Don't start concurrent async scan on same hostMing Lei1-3/+4
2020-11-05scsi: qla2xxx: Fix crash on session cleanup with unloadQuinn Tran1-6/+7
2020-11-05scsi: qla2xxx: Fix reset of MPI firmwareArun Easi4-39/+23
2020-11-05scsi: qla2xxx: Fix MPI reset needed messageArun Easi1-1/+1
2020-11-05scsi: core: Clean up allocation and freeing of sgtablesChristoph Hellwig3-36/+29
2020-10-29scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config()Can Guo1-5/+0
2020-10-29scsi: smartpqi: Avoid crashing kernel for controller issuesKevin Barnett2-35/+68
2020-10-29scsi: qedi: Fix list_del corruption while removing active I/ONilesh Javali1-4/+11
2020-10-29scsi: qedi: Protect active command list to avoid list corruptionNilesh Javali2-0/+10
2020-10-29scsi: qedi: Mark all connections for recovery on link down eventNilesh Javali1-0/+10
2020-10-29scsi: qedf: Return SUCCESS if stale rport is encounteredSaurav Kashyap1-1/+1
2020-10-29scsi: qla2xxx: Warn if done() or free() are called on an already freed srbDaniel Wagner2-0/+15
2020-10-29scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-10-29scsi: mvumi: Fix error return in mvumi_io_attach()Jing Xiangfeng1-0/+1
2020-10-29scsi: bfa: Fix error return in bfad_pci_init()Jing Xiangfeng1-0/+1
2020-10-29scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter1-2/+2
2020-10-29scsi: mpt3sas: Fix sync irqsTomas Henzl1-5/+9
2020-10-29scsi: ufs: ufs-mediatek: Fix HOST_PA_TACTIVATE quirkStanley Chu1-6/+0
2020-10-29scsi: ufs: ufs-mediatek: Eliminate error message for unbound mphyStanley Chu1-1/+4
2020-10-29scsi: ufs: Make ufshcd_print_trs() consider UFSHCD_QUIRK_PRDT_BYTE_GRANEric Biggers1-0/+3
2020-10-29scsi: csiostor: Fix wrong return value in csio_hw_prep_fw()Tianjia Zhang1-1/+1
2020-10-29scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang1-1/+1
2020-10-29scsi: qla2xxx: Fix wrong return value in qlt_chk_unresolv_exchg()Tianjia Zhang1-1/+1
2020-10-29scsi: qla2xxx: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-10-29scsi: qla4xxx: Fix an error handling path in 'qla4xxx_get_host_stats()'Christophe JAILLET1-1/+1
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-10-03scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()Coly Li1-1/+1
2020-10-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-7/+15
2020-09-30scsi: iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername()Mark Mielke1-7/+15
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-73/+111
2020-09-16scsi: sd: sd_zbc: Fix ZBC disk initializationDamien Le Moal3-35/+35
2020-09-16scsi: sd: sd_zbc: Fix handling of host-aware ZBC disksDamien Le Moal3-14/+24
2020-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-16scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart1-24/+52
2020-09-10scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter1-1/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds11-14/+19