summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: megaraid: Fix error check return value of register_chrdev()Lv Ruyi2022-04-261-1/+1
* scsi: qla2xxx: edif: Remove unneeded variableGuo Zhengkui2022-04-261-2/+1
* scsi: dc395x: Fix a missing check on list iteratorXiaomeng Tong2022-04-261-3/+12
* scsi: qedf: Remove an unneeded NULL check on list iteratorXiaomeng Tong2022-04-261-3/+3
* scsi: ufs: core: Remove duplicate include in ufshcdWan Jiabing2022-04-261-1/+0
* scsi: ufs: core: Exclude UECxx from SFR dump listKiwoong Kim2022-04-261-1/+6
* scsi: core: Refine how we set tag_set NUMA nodeJohn Garry2022-04-262-5/+5
* scsi: lpfc: Remove unneeded variableChangcheng Deng2022-04-261-2/+1
* scsi: fnic: Remove unneeded flush_workqueue()ran jianping2022-04-261-3/+1
* scsi: qla2xxx: Remove unneeded flush_workqueue()ran jianping2022-04-261-1/+0
* scsi: bfa: Remove unneeded flush_workqueue()ran jianping2022-04-261-1/+0
* scsi: qedf: Remove unnecessary codeHaowen Bai2022-04-261-2/+0
* scsi: qla4xxx: Drop redundant memset()Haowen Bai2022-04-261-1/+0
* scsi: ipr: Directly return instead of using local ret variableHaowen Bai2022-04-261-2/+1
* scsi: elx: efct: Remove unnecessary memset() in efct_io()Wan Jiabing2022-04-261-1/+0
* scsi: aha1542: Remove unneeded semicolonHaowen Bai2022-04-261-10/+10
* scsi: bfa: Remove redundant NULL checkHaowen Bai2022-04-261-2/+1
* scsi: fnic: Remove redundant NULL checkHaowen Bai2022-04-261-2/+1
* scsi: mac53c94: Fix warning comparing pointer to 0Haowen Bai2022-04-261-1/+1
* scsi: aacraid: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-261-1/+1
* scsi: scsi_debug: Add gap zone supportDamien Le Moal2022-04-261-25/+104
* scsi: scsi_debug: Rename zone type constantsDamien Le Moal2022-04-261-9/+9
* scsi: scsi_debug: Fix a typoBart Van Assche2022-04-261-1/+1
* scsi: sd: sd_zbc: Hide gap zonesDamien Le Moal2022-04-262-13/+97
* scsi: sd: sd_zbc: Return early in sd_zbc_check_zoned_characteristics()Damien Le Moal2022-04-261-6/+7
* scsi: sd: sd_zbc: Introduce struct zoned_disk_infoBart Van Assche2022-04-262-30/+41
* scsi: sd: sd_zbc: Use logical blocks as unit when querying zonesDamien Le Moal2022-04-261-6/+5