summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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: 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. 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-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: 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: message: fusion: Remove unused variable retvalAlexander Vorwerk1-3/+0
2022-04-25scsi: aha1542: Remove unneeded semicolonHaowen Bai1-10/+10
2022-04-25scsi: bfa: Remove redundant NULL checkHaowen Bai1-2/+1
2022-04-25scsi: fnic: Remove redundant NULL checkHaowen Bai1-2/+1
2022-04-25scsi: mac53c94: Fix warning comparing pointer to 0Haowen Bai1-1/+1
2022-04-25scsi: aacraid: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-25scsi: scsi_debug: Add gap zone supportDamien Le Moal1-25/+104
2022-04-25scsi: scsi_debug: Rename zone type constantsDamien Le Moal1-9/+9
2022-04-25scsi: scsi_debug: Fix a typoBart Van Assche1-1/+1
2022-04-25scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal2-13/+97
2022-04-25scsi: sd: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()Damien Le Moal1-6/+7
2022-04-25scsi: sd: sd_zbc: Introduce struct zoned_disk_infoBart Van Assche2-30/+41
2022-04-25scsi: sd: sd_zbc: Use logical blocks as unit when querying zonesDamien Le Moal1-6/+5
2022-04-25scsi: sd: sd_zbc: Verify that the zone size is a power of twoBart Van Assche1-0/+7