summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sun_esp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal4-5/+46
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal5-29/+193
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 Moal4-23/+80
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 Moal4-0/+105
2023-05-22scsi: core: Detect support for command duration limitsDamien Le Moal5-0/+98
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal3-16/+27
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal5-12/+13
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 Cassel2-1/+7
2023-05-22scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal2-0/+9
2023-05-22scsi: block: Introduce ioprio hintsDamien Le Moal1-0/+49
2023-05-22scsi: block: ioprio: Clean up interface definitionDamien Le Moal3-12/+21
2023-05-17scsi: dc395x: Documentation: Reword original driver attributionBagas Sanjaya1-4/+2
2023-05-17scsi: dc395x: Documentation: Replace non-functional twibble.org listBagas Sanjaya1-3/+2
2023-05-17scsi: MAINTAINERS: Drop DC395x list and siteBagas Sanjaya1-3/+0
2023-05-17scsi: MAINTAINERS: Add a libsas entryJason Yan1-0/+10
2023-05-17scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-14/+14
2023-05-17scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2-11/+11
2023-05-17scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh4-12/+12
2023-05-17scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh9-25/+25
2023-05-17scsi: hisi_sas: Fix warnings detected by sparseXingui Yang1-3/+4
2023-05-17scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang1-0/+4
2023-05-17scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li1-5/+12
2023-05-17scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook1-5/+3
2023-05-17scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
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
2023-05-08scsi: smartpqi: Remove NULL pointer checkKevin Barnett1-15/+13
2023-05-08scsi: smartpqi: Add new controller PCI IDsDavid Strahan1-0/+72
2023-05-08scsi: smartpqi: Map full length of PCI BAR 0Mike McGowen1-1/+1
2023-05-08scsi: qla2xxx: Update version to 10.02.08.300-kNilesh Javali1-2/+2
2023-05-08scsi: qla2xxx: Wait for io return on terminate rportQuinn Tran1-0/+13
2023-05-08scsi: qla2xxx: Fix mem access after freeQuinn Tran2-73/+95