summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()Damien Le Moal2023-05-221-4/+26
| * | | scsi: ata: libata: Detect support for command duration limitsDamien Le Moal2023-05-222-10/+59
| * | | scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel2023-05-221-9/+16
| * | | scsi: ata: libata-scsi: Remove unnecessary !cmd checksNiklas Cassel2023-05-221-6/+0
| * | | scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel2023-05-223-0/+50
| * | | scsi: sd: Set read/write command CDL indexDamien Le Moal2023-05-221-6/+34
| * | | scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal2023-05-222-0/+90
| * | | scsi: core: Detect support for command duration limitsDamien Le Moal2023-05-223-0/+86
| * | | scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2023-05-222-14/+24
| * | | scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal2023-05-224-8/+9
| * | | scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel2023-05-222-6/+6
| * | | scsi: core: Allow libata to complete successful commands via EHNiklas Cassel2023-05-221-1/+2
| |/ /
* | | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-2215-231/+976
|\ \ \
| * | | scsi: target: Add block PR support to iblockMike Christie2023-04-111-5/+266
| * | | scsi: target: Report and detect unsupported PR commandsMike Christie2023-04-112-20/+72
| * | | scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie2023-04-111-15/+25
| * | | scsi: target: Allow backends to hook into PR handlingMike Christie2023-04-111-1/+61
| * | | scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie2023-04-115-14/+15
| * | | nvme: Add pr_ops read_reservation supportMike Christie2023-04-111-0/+83
| * | | nvme: Add a nvme_pr_type enumMike Christie2023-04-111-12/+12
| * | | nvme: Add pr_ops read_keys supportMike Christie2023-04-111-0/+69
| * | | nvme: Add helper to send pr commandMike Christie2023-04-111-9/+14
| * | | nvme: Move pr code to it's own fileMike Christie2023-04-114-149/+161
| * | | nvme: Don't hardcode the data len for pr commandsMike Christie2023-04-111-6/+7
| * | | dm: Add support for block PR read keys/reservationMike Christie2023-04-111-0/+69
| * | | scsi: Add support for block PR read keys/reservationMike Christie2023-04-112-0/+112
| * | | scsi: Move sd_pr_type to scsi_commonMike Christie2023-04-112-25/+30
| * | | scsi: Rename sd_pr_commandMike Christie2023-04-111-6/+6
| * | | block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-113-3/+8
* | | | scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-162-14/+14
* | | | scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-162-11/+11
* | | | scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-164-12/+12
* | | | scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-05-169-25/+25
* | | | Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen2023-05-161-8/+20
|\ \ \ \
| * | | | scsi: hisi_sas: Fix warnings detected by sparseXingui Yang2023-05-161-3/+4
| * | | | scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang2023-05-161-0/+4
| * | | | scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li2023-05-161-5/+12
| | |/ / | |/| |
* | | | scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook2023-05-161-5/+3
* | | | scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-161-1/+1
* | | | Merge patch series "smartpqi updates"Martin K. Petersen2023-05-086-152/+178
|\ \ \ \
| * | | | scsi: smartpqi: Update version to 2.1.22-040Don Brace2023-05-081-3/+3
| * | | | scsi: smartpqi: Update copyright to 2023Don Brace2023-05-086-6/+6
| * | | | scsi: smartpqi: Add sysfs entry for NUMA node in /sys/block/sdX/deviceDon Brace2023-05-082-0/+16
| * | | | scsi: smartpqi: Stop sending driver-initiated TURsKevin Barnett2023-05-082-75/+11
| * | | | scsi: smartpqi: Fix byte aligned writew for ARM serversDon Brace2023-05-081-2/+2
| * | | | scsi: smartpqi: Add support for RAID NCQ priorityGilbert Wu2023-05-081-44/+45
| * | | | scsi: smartpqi: Validate block layer host tagMurthy Bhat2023-05-081-1/+2
| * | | | scsi: smartpqi: Remove contention for raid_bypass_cntMike McGowen2023-05-082-4/+4
| * | | | scsi: smartpqi: Fix rare SAS transport memory leakDon Brace2023-05-081-1/+3
| * | | | scsi: smartpqi: Remove NULL pointer checkKevin Barnett2023-05-081-15/+13