aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2022-05-161-2/+4
* scsi: target: iscsi: Rename iscsi_session to iscsit_sessionMax Gurtovoy2022-05-1021-119/+119
* scsi: target: iscsi: Rename iscsi_conn to iscsit_connMax Gurtovoy2022-05-1031-401/+401
* scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmdMax Gurtovoy2022-05-1025-330/+330
* scsi: mpi3mr: Return I/Os to an unrecoverable HBA with DID_ERRORSreekanth Reddy2022-05-101-0/+6
* scsi: mpi3mr: Hidden drives not removed during soft resetSreekanth Reddy2022-05-101-3/+5
* scsi: mpi3mr: Increase I/O timeout value to 60sSreekanth Reddy2022-05-102-0/+7
* scsi: lpfc: Update lpfc version to 14.2.0.3James Smart2022-05-101-1/+1
* scsi: lpfc: Use sg_dma_address() and sg_dma_len() macros for NVMe I/OJames Smart2022-05-101-2/+2
* scsi: lpfc: Alter FPIN stat accounting logicJames Smart2022-05-102-54/+17
* scsi: lpfc: Rework FDMI initialization after link upJames Smart2022-05-105-20/+129
* scsi: lpfc: Change VMID registration to be based on fabric parametersJames Smart2022-05-104-11/+14
* scsi: lpfc: Decrement outstanding gidft_inp counter if lpfc_err_lost_link()James Smart2022-05-102-4/+17
* scsi: lpfc: Use list_for_each_entry_safe() in rscn_recovery_check()James Smart2022-05-101-2/+2
* scsi: lpfc: Fix dmabuf ptr assignment in lpfc_ct_reject_event()James Smart2022-05-101-12/+3
* scsi: lpfc: Inhibit aborts if external loopback plug is insertedJames Smart2022-05-104-3/+21
* scsi: lpfc: Fix ndlp put following a LOGO completionJames Smart2022-05-101-1/+7
* scsi: lpfc: Fill in missing ndlp kref puts in error pathsJames Smart2022-05-104-9/+28
* scsi: lpfc: Fix element offset in __lpfc_sli_release_iocbq_s4()James Smart2022-05-101-1/+1
* scsi: ufs: ufshpb: Clean up ufshpb_suspend()/resume()Bean Huo2022-05-101-11/+4
* scsi: ufs: ufshpb: Add handing of device reset regions in HPB device modeBean Huo2022-05-101-24/+58
* scsi: ufs: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*Bean Huo2022-05-102-15/+15
* scsi: ufs: ufshpb: Clean up the handler when device resets HPB informationBean Huo2022-05-101-12/+23
* scsi: ufs: ufshpb: Remove enum initialization valueBean Huo2022-05-101-2/+2
* scsi: ufs: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()Bean Huo2022-05-103-29/+17
* scsi: ufs: qcom: Enable RPM_AUTOSUSPEND for runtime PMManivannan Sadhasivam2022-05-101-0/+1
* scsi: ufs: core: Remove redundant wmb() in ufshcd_send_command()Manivannan Sadhasivam2022-05-101-3/+0
* scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabledManivannan Sadhasivam2022-05-101-2/+5
* scsi: ufs: qcom: Simplify handling of devm_phy_get()Manivannan Sadhasivam2022-05-101-22/+4
* scsi: ufs: qcom: Fix acquiring the optional reset control lineManivannan Sadhasivam2022-05-101-6/+5
* scsi: hisi_sas: Undo RPM resume for failed notify phy event for v3 HWXiang Chen2022-05-101-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: target: tcmu: Fix possible data corruptionXiaoguang Wang2022-05-021-3/+37
* 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