summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2024-09-04scsi: aacraid: Fix double-free on probe failureBen Hutchings1-0/+2
2024-09-04scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONESDamien Le Moal1-2/+18
2024-09-04scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()Justin Tee1-1/+1
2024-09-04scsi: spi: Fix sshdr useMike Christie1-2/+2
2024-08-19scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logicVamshi Gajjela1-3/+8
2024-08-19scsi: qla2xxx: validate nvme_local_port correctlyNilesh Javali1-1/+4
2024-08-19scsi: qla2xxx: During vport delete send async logout explicitlyManish Rangankar1-1/+1
2024-08-19scsi: qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmdsSaurav Kashyap1-1/+1
2024-07-27scsi: qedf: Set qed_slowpath_params to zero before useSaurav Kashyap1-0/+1
2024-07-05scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memoryBreno Leitao1-0/+19
2024-07-05scsi: mpt3sas: Gracefully handle online firmware updateSuganath Prabu2-0/+95
2024-07-05scsi: mpt3sas: Add ioc_<level> logging macrosJoe Perches1-0/+9
2024-07-05scsi: qedi: Fix crash while reading debugfs attributeManish Rangankar1-8/+4
2024-06-16scsi: qedf: Ensure the copied buf is NUL terminatedBui Quang Minh1-1/+1
2024-06-16scsi: bfa: Ensure the copied buf is NUL terminatedBui Quang Minh1-2/+2
2024-06-16scsi: hpsa: Fix allocation size for Scsi_Host private dataYuri Karpov1-1/+1
2024-06-16scsi: libsas: Fix the failure of adding phy with zero-address to portXingui Yang1-2/+1
2024-06-16scsi: ufs: core: Perform read back after disabling UIC_COMMAND_COMPLAndrew Halaney1-1/+1
2024-06-16scsi: ufs: core: Perform read back after disabling interruptsAndrew Halaney1-1/+1
2024-06-16scsi: ufs: add a low-level __ufshcd_issue_tm_cmd helperChristoph Hellwig1-80/+61
2024-06-16scsi: ufs: cleanup struct utp_task_req_descChristoph Hellwig3-89/+34
2024-06-16scsi: ufs: qcom: Perform read back after writing reset bitAndrew Halaney1-6/+6
2024-05-17scsi: bnx2fc: Remove spin_lock_bh while releasing resources after uploadSaurav Kashyap1-2/+0
2024-05-17scsi: lpfc: Update lpfc_ramp_down_queue_handler() logicJustin Tee2-10/+4
2024-04-13scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()Justin Tee1-2/+4
2024-04-13scsi: lpfc: Correct size for wqe for memset()Muhammad Usama Anjum1-1/+1
2024-04-13scsi: qla2xxx: Fix command flush on cable pullQuinn Tran1-0/+10
2024-03-26scsi: bfa: Fix function pointer type mismatch for hcb_qe->cbfnArnd Bergmann4-13/+19
2024-03-26scsi: csiostor: Avoid function pointer castsArnd Bergmann3-19/+20
2024-03-26scsi: mpt3sas: Prevent sending diag_reset when the controller is readyRanjan Kumar1-1/+3
2024-03-01scsi: jazz_esp: Only build if SCSI core is builtinRandy Dunlap1-1/+1
2024-02-23scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-23scsi: isci: Fix an error code problem in isci_io_request_build()Su Hui1-1/+1
2024-02-23scsi: libfc: Fix up timeout error in fc_fcp_rec_error()Hannes Reinecke1-1/+1
2024-02-23scsi: libfc: Don't schedule abort twiceHannes Reinecke1-5/+11
2024-02-23scsi: lpfc: Fix possible file string name overflow when updating firmwareJustin Tee2-2/+3
2024-01-25scsi: hisi_sas: Replace with standard error code return valueYihang Li2-3/+3
2024-01-08scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun1-6/+3
2024-01-08scsi: bnx2fc: Remove set but not used variable 'oxid'YueHaibing1-3/+0
2023-12-13scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()Dinghao Liu1-0/+1
2023-11-28scsi: virtio_scsi: limit number of hw queues by nr_cpu_idsDongli Zhang1-0/+1
2023-11-28scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()Wenchao Hao1-0/+6
2023-11-08scsi: mpt3sas: Fix in error pathTomas Henzl1-1/+3
2023-10-10scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllersShivasharan S1-1/+2
2023-10-10scsi: megaraid_sas: Fix deadlock on firmware crashdumpJunxiao Bi2-13/+10
2023-10-10scsi: megaraid_sas: Load balance completions across all MSI-XShivasharan S3-8/+35
2023-10-10scsi: qla2xxx: Remove unsupported ql2xenabledif optionManish Rangankar3-5/+8
2023-10-10scsi: qla2xxx: Add protection mask module parametersMartin K. Petersen1-8/+28
2023-09-23scsi: qla2xxx: Turn off noisy message logQuinn Tran1-1/+1
2023-09-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran1-1/+0