aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-05-22scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-22scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2-5/+5
2023-05-22scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang1-1/+3
2023-05-22scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park1-3/+5
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen14-118/+1041
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel3-3/+282
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal3-5/+45
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal3-29/+189
2023-05-22scsi: ata: libata-scsi: Add support for CDL pages mode senseDamien Le Moal1-22/+128
2023-05-22scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()Damien Le Moal1-4/+26
2023-05-22scsi: ata: libata: Detect support for command duration limitsDamien Le Moal2-10/+59
2023-05-22scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel1-9/+16
2023-05-22scsi: ata: libata-scsi: Remove unnecessary !cmd checksNiklas Cassel1-6/+0
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel3-0/+50
2023-05-22scsi: sd: Set read/write command CDL indexDamien Le Moal1-6/+34
2023-05-22scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal2-0/+90
2023-05-22scsi: core: Detect support for command duration limitsDamien Le Moal3-0/+86
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2-14/+24
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal4-8/+9
2023-05-22scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel2-6/+6
2023-05-22scsi: core: Allow libata to complete successful commands via EHNiklas Cassel1-1/+2
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen15-231/+976
2023-05-16scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-14/+14
2023-05-16scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-11/+11
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh4-12/+12
2023-05-16scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh9-25/+25
2023-05-16Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen1-8/+20
2023-05-16scsi: hisi_sas: Fix warnings detected by sparseXingui Yang1-3/+4
2023-05-16scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang1-0/+4
2023-05-16scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li1-5/+12
2023-05-16scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook1-5/+3
2023-05-16scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-08Merge patch series "smartpqi updates"Martin K. Petersen6-152/+178
2023-05-08Merge patch series "scsi: pm80xx: Enhanced debug logs for HW events"Martin K. Petersen3-52/+107
2023-05-08Merge patch series "scsi: libsas: remove empty branches and code simplification"Martin K. Petersen1-53/+71
2023-05-08Merge patch series "qla2xxx driver update"Martin K. Petersen8-105/+418
2023-05-08Merge patch series "lpfc: Update lpfc to revision 14.2.0.12"Martin K. Petersen11-235/+309
2023-05-08scsi: ufs: ufs-mediatek: Delete some dead codeDan Carpenter1-3/+0
2023-05-08scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu1-2/+1
2023-05-08scsi: ufs: core: Change the module parameter macro of use_mcq_modeKeoseong Park1-18/+2
2023-05-08scsi: mpi3mr: Use -ENOMEM instead of -1 in mpi3mr_expander_add()Harshit Mogalapalli1-1/+1
2023-05-08scsi: smartpqi: Update version to 2.1.22-040Don Brace1-3/+3
2023-05-08scsi: smartpqi: Update copyright to 2023Don Brace6-6/+6
2023-05-08scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace2-0/+16
2023-05-08scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett2-75/+11
2023-05-08scsi: smartpqi: Fix byte aligned writew for ARM serversDon Brace1-2/+2
2023-05-08scsi: smartpqi: Add support for RAID NCQ priorityGilbert Wu1-44/+45
2023-05-08scsi: smartpqi: Validate block layer host tagMurthy Bhat1-1/+2
2023-05-08scsi: smartpqi: Remove contention for raid_bypass_cntMike McGowen2-4/+4
2023-05-08scsi: smartpqi: Fix rare SAS transport memory leakDon Brace1-1/+3