summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart1-0/+6
2022-06-14scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2-14/+13
2022-06-14scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2-5/+5
2022-06-14scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson1-1/+1
2022-06-14scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart1-1/+1
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-14scsi: sd: Don't call blk_cleanup_disk() in sd_probe()Christoph Hellwig1-1/+1
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: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-06-09scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-06-09scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart1-12/+3
2022-06-09scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart1-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: Inhibit aborts if external loopback plug is insertedJames Smart4-3/+21
2022-06-09scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
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: Protect memory leak for NPIV ports sending PLOGI_RJTJames Smart2-2/+25
2022-06-09scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGIJames Smart1-16/+35
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-20scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park1-12/+7
2022-05-11scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart1-3/+3
2022-05-11scsi: lpfc: Fix split code for FLOGI on FCoEJames Smart1-1/+1
2022-05-03scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-05-03scsi: scsi_dh_alua: Properly handle the ALUA transitioning stateBrian Bunker1-2/+1
2022-04-19scsi: sr: Do not leak information in ioctlTom Rix1-3/+12
2022-04-12scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-04-12scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+6
2022-04-12scsi: iscsi: Merge suspend fieldsMike Christie5-16/+16
2022-04-12scsi: iscsi: Fix unbound endpoint error handlingMike Christie1-29/+36
2022-04-12scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+17
2022-04-12scsi: iscsi: Fix endpoint reuse regressionMike Christie1-1/+11
2022-04-12scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-12scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie1-20/+28
2022-04-12scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie1-19/+19