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: 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
2022-04-20scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy1-0/+11
2022-04-20scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy1-9/+13
2022-04-13scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter1-0/+17
2022-04-13scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal1-1/+4
2022-04-13scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong1-6/+5
2022-04-13scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one()Christophe JAILLET1-0/+2
2022-04-13scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry1-0/+5
2022-04-13scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handlingKevin Groeneveld1-1/+1
2022-04-13scsi: libfc: Fix use after free in fc_exch_abts_resp()Jianglei Nie1-0/+1
2022-04-13scsi: hisi_sas: Limit users changing debugfs BIST count valueXiang Chen1-2/+50