summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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-10scsi: lpfc: Correct BDE DMA address assignment for GEN_REQ_WQEJames Smart1-3/+3
2022-05-10scsi: lpfc: Fix split code for FLOGI on FCoEJames Smart1-1/+1
2022-05-08scsicam: Fix use of page cacheMatthew Wilcox (Oracle)1-6/+5
2022-05-02scsi: qla2xxx: Fix missed DMA unmap for aborted commandsGleb Chesnokov1-0/+3
2022-05-02scsi: scsi_dh_alua: Properly handle the ALUA transitioning stateBrian Bunker1-2/+1
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 Saxena2-3/+370
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 Saxena4-100/+2
2022-05-02scsi: mpi3mr: Add support for driver commandsSumit Saxena6-22/+430
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: 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. Petersen2-0/+34
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. Petersen1-31/+58
2022-05-02scsi: mpt3sas: Use cached ATA Information VPD pageMartin K. Petersen1-10/+8
2022-05-02blk-cgroup: move blkcg_{get,set}_fc_appid out of lineChristoph Hellwig1-1/+3
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
2022-04-26scsi: ufs: Use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()Minghao Chi1-4/+2
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+1
2022-04-26scsi: megaraid: Fix error check return value of register_chrdev()Lv Ruyi1-1/+1
2022-04-26scsi: qla2xxx: edif: Remove unneeded variableGuo Zhengkui1-2/+1
2022-04-26scsi: dc395x: Fix a missing check on list iteratorXiaomeng Tong1-3/+12
2022-04-26scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong1-3/+3
2022-04-26scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing1-1/+0
2022-04-26scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim1-1/+6
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry2-5/+5
2022-04-25scsi: lpfc: Remove unneeded variableChangcheng Deng1-2/+1
2022-04-25scsi: fnic: Remove unneeded flush_workqueue()ran jianping1-3/+1
2022-04-25scsi: qla2xxx: Remove unneeded flush_workqueue()ran jianping1-1/+0
2022-04-25scsi: bfa: Remove unneeded flush_workqueue()ran jianping1-1/+0
2022-04-25scsi: qedf: Remove unnecessary codeHaowen Bai1-2/+0
2022-04-25scsi: qla4xxx: Drop redundant memset()Haowen Bai1-1/+0
2022-04-25scsi: ipr: Directly return instead of using local ret variableHaowen Bai1-2/+1
2022-04-25scsi: elx: efct: Remove unnecessary memset() in efct_io()Wan Jiabing1-1/+0
2022-04-25scsi: aha1542: Remove unneeded semicolonHaowen Bai1-10/+10
2022-04-25scsi: bfa: Remove redundant NULL checkHaowen Bai1-2/+1