summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy2022-05-111-0/+6
| * | scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy2022-05-111-3/+5
| * | scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2022-05-112-0/+7
| * | scsi: lpfc: Update lpfc version to 14.2.0.3James Smart2022-05-111-1/+1
| * | scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart2022-05-111-2/+2
| * | scsi: lpfc: Alter FPIN stat accounting logicJames Smart2022-05-112-54/+17
| * | scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-115-20/+129
| * | scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-114-11/+14
| * | scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-112-4/+17
| * | scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart2022-05-111-2/+2
| * | scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-111-12/+3
| * | scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart2022-05-114-3/+21
| * | scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart2022-05-111-1/+7
| * | scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart2022-05-114-9/+28
| * | scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart2022-05-111-1/+1
| * | scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo2022-05-111-11/+4
| * | scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo2022-05-111-24/+58
| * | scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo2022-05-112-15/+15
| * | scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo2022-05-111-12/+23
| * | scsi: ufs: ufshpb: Remove enum initialization valueBean Huo2022-05-111-2/+2
| * | scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo2022-05-113-29/+17
| * | scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam2022-05-111-0/+1
| * | scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam2022-05-111-3/+0
| * | scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam2022-05-111-2/+5
| * | scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam2022-05-111-22/+4
| * | scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam2022-05-111-6/+5
| * | scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen2022-05-111-2/+8
| * | scsi: mpi3mr: Update driver version to 8.0.0.69.0Sumit Saxena2022-05-021-2/+2
| * | scsi: mpi3mr: Add support for NVMe passthroughSumit Saxena2022-05-022-3/+370
| * | scsi: mpi3mr: Expose adapter state to sysfsSumit Saxena2022-05-023-1/+48
| * | scsi: mpi3mr: Add support for PEL commandsSumit Saxena2022-05-024-1/+592
| * | scsi: mpi3mr: Add support for MPT commandsSumit Saxena2022-05-024-3/+574
| * | scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi headerSumit Saxena2022-05-024-100/+2
| * | scsi: mpi3mr: Add support for driver commandsSumit Saxena2022-05-026-22/+430
| * | scsi: mpi3mr: Add bsg device supportSumit Saxena2022-05-025-0/+129
| * | scsi: sr: Add memory allocation failure handling for get_capabilities()Enze Li2022-05-021-6/+8
| * | scsi: lpfc: Remove redundant lpfc_sli_prep_wqe() callJames Smart2022-05-021-2/+0
| * | scsi: lpfc: Fix additional reference counting in lpfc_bsg_rport_els()James Smart2022-05-021-6/+0
| * | scsi: sd: Reorganize DIF/DIX code to avoid calling revalidate twiceMartin K. Petersen2022-05-022-34/+36
| * | scsi: sd: Optimal I/O size should be a multiple of reported granularityMartin K. Petersen2022-05-022-4/+42
| * | scsi: sd: Switch to using scsi_device VPD pagesMartin K. Petersen2022-05-021-40/+40
| * | scsi: sd: Use cached ATA Information VPD pageMartin K. Petersen2022-05-021-3/+5
| * | scsi: core: Do not truncate INQUIRY data on modern devicesMartin K. Petersen2022-05-021-1/+11
| * | scsi: core: Cache VPD pages b0, b1, b2Martin K. Petersen2022-05-022-0/+34
| * | scsi: core: Pick suitable allocation length in scsi_report_opcode()Martin K. Petersen2022-05-021-4/+13
| * | scsi: core: Query VPD size before getting full pageMartin K. Petersen2022-05-021-31/+58
| * | scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen2022-05-021-10/+8
| * | scsi: lpfc: Fix resource leak in lpfc_sli4_send_seq_to_ulp()James Smart2022-04-271-2/+4
| * | scsi: lpfc: Remove unnecessary null ndlp check in lpfc_sli_prep_wqe()James Smart2022-04-271-1/+1
| * | scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi2022-04-271-4/+2