aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/target_core_spc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-10scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy1-0/+6
2022-05-10scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy1-3/+5
2022-05-10scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2-0/+7
2022-05-10scsi: lpfc: Update lpfc version to 14.2.0.3James Smart1-1/+1
2022-05-10scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart1-2/+2
2022-05-10scsi: lpfc: Alter FPIN stat accounting logicJames Smart2-54/+17
2022-05-10scsi: lpfc: Rework FDMI initialization after link upJames Smart5-20/+129
2022-05-10scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart4-11/+14
2022-05-10scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2-4/+17
2022-05-10scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart1-2/+2
2022-05-10scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart1-12/+3
2022-05-10scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart4-3/+21
2022-05-10scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart1-1/+7
2022-05-10scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart4-9/+28
2022-05-10scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart1-1/+1
2022-05-10scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo1-11/+4
2022-05-10scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo1-24/+58
2022-05-10scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo3-22/+26
2022-05-10scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo1-12/+23
2022-05-10scsi: ufs: ufshpb: Remove enum initialization valueBean Huo1-2/+2
2022-05-10scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo3-29/+17
2022-05-10scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam1-0/+1
2022-05-10scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam1-3/+0
2022-05-10scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam1-2/+5
2022-05-10scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam1-22/+4
2022-05-10scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam1-6/+5
2022-05-10scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen1-2/+8
2022-05-02scsi: mpi3mr: Update driver version to 8.0.0.69.0Sumit Saxena1-2/+2
2022-05-02scsi: mpi3mr: Add support for NVMe passthroughSumit Saxena3-3/+378
2022-05-02scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena3-1/+48
2022-05-02scsi: mpi3mr: Add support for PEL commandsSumit Saxena4-1/+592
2022-05-02scsi: mpi3mr: Add support for MPT commandsSumit Saxena4-3/+574
2022-05-02scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi headerSumit Saxena5-100/+119
2022-05-02scsi: mpi3mr: Add support for driver commandsSumit Saxena7-22/+887
2022-05-02scsi: mpi3mr: Add bsg device supportSumit Saxena5-0/+129
2022-05-02scsi: sr: Add memory allocation failure handling for get_capabilities()Enze Li1-6/+8
2022-05-02scsi: target: tcmu: Fix possible data corruptionXiaoguang Wang1-3/+37
2022-05-02scsi: lpfc: Remove redundant lpfc_sli_prep_wqe() callJames Smart1-2/+0
2022-05-02scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart1-6/+0
2022-05-02scsi: sd: Reorganize DIF/DIX code to avoid calling revalidate twiceMartin K. Petersen2-34/+36
2022-05-02scsi: sd: Optimal I/O size should be a multiple of reported granularityMartin K. Petersen2-4/+42
2022-05-02scsi: sd: Switch to using scsi_device VPD pagesMartin K. Petersen1-40/+40
2022-05-02scsi: sd: Use cached ATA Information VPD pageMartin K. Petersen1-3/+5
2022-05-02scsi: core: Do not truncate INQUIRY data on modern devicesMartin K. Petersen1-1/+11
2022-05-02scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen3-0/+38
2022-05-02scsi: core: Pick suitable allocation length in scsi_report_opcode()Martin K. Petersen1-4/+13
2022-05-02scsi: core: Query VPD size before getting full pageMartin K. Petersen2-32/+62
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen1-10/+8
2022-04-26scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart1-2/+4
2022-04-26scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()James Smart1-1/+1