summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-07-12scsi: qla2xxx: Fix loss of NVMe namespaces after driver reload testArun Easi1-8/+19
2022-07-12scsi: qla2xxx: Fix crash during module load unload testArun Easi1-0/+2
2022-07-12scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran3-35/+13
2022-07-12scsi: qla2xxx: Fix laggy FC remote port session recoveryQuinn Tran2-3/+18
2022-07-12scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueueManish Rangankar3-44/+40
2022-06-29scsi: storvsc: Correct reporting of Hyper-V I/O size limitsSaurabh Sengar1-5/+22
2022-06-29scsi: iscsi: Exclude zero from the endpoint ID rangeSergey Gorenko1-1/+6
2022-06-29scsi: scsi_debug: Fix zone transition to full conditionDamien Le Moal1-2/+20
2022-06-29scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler1-17/+62
2022-06-29scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2-2/+3
2022-06-22scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu1-1/+1
2022-06-22scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu1-2/+2
2022-06-22scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller1-11/+12
2022-06-22scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2-2/+12
2022-06-22scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-06-22scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart1-9/+9
2022-06-22scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang1-2/+2
2022-06-14scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke1-3/+8
2022-06-14scsi: sd: Fix potential NULL pointer dereferenceDamien Le Moal1-1/+0
2022-06-09scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam1-2/+5
2022-06-09scsi: dc395x: Fix a missing check on list iteratorXiaomeng Tong1-3/+12
2022-06-09scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+1
2022-06-09scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim1-1/+6
2022-06-09scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche1-6/+1
2022-06-09scsi: lpfc: Alter FPIN stat accounting logicJames Smart2-54/+17
2022-06-09scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart1-2/+4
2022-06-09scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-06-09scsi: megaraid: Fix error check return value of register_chrdev()Lv Ruyi1-1/+1
2022-06-09scsi: lpfc: Fix call trace observed during I/O with CMF enabledJames Smart1-2/+2
2022-06-09scsi: lpfc: Fix SCSI I/O completion and abort handler deadlockJames Smart1-18/+15
2022-06-09scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()James Smart2-31/+4
2022-05-25scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-05-25scsi: scsi_dh_alua: Properly handle the ALUA transitioning stateBrian Bunker1-2/+1
2022-05-25scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park1-12/+7
2022-04-27scsi: sr: Do not leak information in ioctlTom Rix1-3/+12
2022-04-27scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-04-27scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+6
2022-04-27scsi: iscsi: Merge suspend fieldsMike Christie5-16/+16
2022-04-27scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-27scsi: ufs: core: scsi_get_lba() error fixPeter Wang1-2/+3
2022-04-20scsi: megaraid_sas: Target with invalid LUN ID is deleted during scanChandrakanth patil2-0/+10
2022-04-20scsi: mvsas: Add PCI ID of RocketRaid 2640Alexey Galakhov1-0/+1
2022-04-20scsi: mpt3sas: Fail reset operation if config request timed outSreekanth Reddy1-3/+6
2022-04-20scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024Tyrel Datwyler1-1/+1
2022-04-20scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart1-0/+2
2022-04-20scsi: iscsi: Fix unbound endpoint error handlingMike Christie1-29/+36
2022-04-20scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+17
2022-04-20scsi: iscsi: Fix endpoint reuse regressionMike Christie1-1/+11
2022-04-20scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie1-20/+28
2022-04-20scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie1-19/+19