summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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
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
2022-04-25scsi: sd: sd_zbc: Improve source code documentationBart Van Assche2-6/+54
2022-04-25scsi: ufs: Move the ufs_is_valid_unit_desc_lun() definitionBart Van Assche2-19/+19
2022-04-25scsi: ufs: Move the struct ufs_ref_clk definitionBart Van Assche2-5/+5
2022-04-25scsi: ufs: Split the ufshcd.h header fileBart Van Assche9-225/+287
2022-04-25scsi: ufs: Minimize #include directivesBart Van Assche23-38/+56
2022-04-25scsi: ufs: Fix kernel-doc syntax in ufshcd.hBart Van Assche1-21/+68
2022-04-25scsi: ufs: Remove unnecessary ufshcd-crypto.h include directivesBart Van Assche3-2/+1
2022-04-25scsi: ufs: qcom: Fix ufs_qcom_resume()Bart Van Assche1-6/+1
2022-04-25scsi: ufs: Introduce ufshcd_clkgate_delay_set()Bart Van Assche3-9/+16
2022-04-25scsi: ufs: Remove locking from around single register writesBart Van Assche2-12/+0
2022-04-25scsi: ufs: Remove the TRUE and FALSE definitionsBart Van Assche4-24/+10
2022-04-25scsi: ufs: Remove paths from source code commentsBart Van Assche3-4/+0
2022-04-25scsi: ufs: Use an SPDX license identifier in the Kconfig fileBart Van Assche1-24/+1
2022-04-25scsi: ufs: Rename sdev_ufs_device into ufs_device_wlunBart Van Assche2-35/+32
2022-04-25scsi: ufs: Remove the driver versionBart Van Assche5-5/+0
2022-04-25scsi: ufs: Make the config_scaling_param calls type safeBart Van Assche2-15/+9
2022-04-25scsi: ufs: Switch to aggregate initializationBart Van Assche1-12/+14
2022-04-25scsi: ufs: Remove unused constants and codeBart Van Assche2-37/+3
2022-04-25scsi: ufs: Invert the return value of ufshcd_is_hba_active()Bart Van Assche1-5/+4
2022-04-25scsi: ufs: Declare the quirks array constBart Van Assche4-6/+8
2022-04-25scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirkBart Van Assche4-7/+7
2022-04-25scsi: ufs: Remove the UFS_FIX() and END_FIX() macrosBart Van Assche3-32/+32