summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: docs: g_NCR5380: Shorten chapter headingRandy Dunlap2023-05-231-3/+3
* scsi: docs: scsi-generic: Multiple cleanupsRandy Dunlap2023-05-231-32/+21
* scsi: docs: scsi_fc_transport: Fix typo in headingRandy Dunlap2023-05-231-4/+4
* scsi: docs: dc395x: Shorten the chapter headingRandy Dunlap2023-05-231-3/+3
* scsi: docs: scsi-changer: Shorten the chapter headingRandy Dunlap2023-05-231-3/+3
* scsi: docs: arcmsr: Use a chapter heading for clarityRandy Dunlap2023-05-231-0/+1
* scsi: docs: introduction: Multiple cleanupsRandy Dunlap2023-05-231-13/+10
* scsi: docs: Organize the SCSI documentationRandy Dunlap2023-05-231-5/+32
* scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-05-232-4/+6
* scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2023-05-222-5/+5
* scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang2023-05-221-1/+3
* scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park2023-05-221-3/+5
* Merge patch series "Add Command Duration Limits support"Martin K. Petersen2023-05-2224-150/+1198
|\
| * scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel2023-05-225-4/+295
| * scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal2023-05-224-5/+46
| * scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal2023-05-225-29/+193
| * scsi: ata: libata-scsi: Add support for CDL pages mode senseDamien Le Moal2023-05-221-22/+128
| * 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-224-23/+80
| * 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-224-0/+105
| * scsi: core: Detect support for command duration limitsDamien Le Moal2023-05-225-0/+98
| * scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2023-05-223-16/+27
| * scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal2023-05-225-12/+13
| * 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-222-1/+7
| * scsi: block: Introduce BLK_STS_DURATION_LIMITDamien Le Moal2023-05-222-0/+9
| * scsi: block: Introduce ioprio hintsDamien Le Moal2023-05-221-0/+49
| * scsi: block: ioprio: Clean up interface definitionDamien Le Moal2023-05-223-12/+21
* | Merge patch series "Use block pr_ops in LIO"Martin K. Petersen2023-05-2223-245/+1073
|\ \
| * | scsi: target: Add block PR support to iblockMike Christie2023-04-121-5/+266
| * | scsi: target: Report and detect unsupported PR commandsMike Christie2023-04-122-20/+72
| * | scsi: target: Pass struct target_opcode_descriptor to enabledMike Christie2023-04-122-16/+27
| * | scsi: target: Allow backends to hook into PR handlingMike Christie2023-04-122-1/+65
| * | scsi: target: Rename sbc_ops to exec_cmd_opsMike Christie2023-04-126-16/+17
| * | nvme: Add pr_ops read_reservation supportMike Christie2023-04-121-0/+83
| * | nvme: Add a nvme_pr_type enumMike Christie2023-04-122-12/+21
| * | nvme: Add pr_ops read_keys supportMike Christie2023-04-122-0/+73
| * | nvme: Add helper to send pr commandMike Christie2023-04-121-9/+14
| * | nvme: Move pr code to it's own fileMike Christie2023-04-124-149/+161
| * | nvme: Don't hardcode the data len for pr commandsMike Christie2023-04-121-6/+7
| * | nvme: Fix reservation status related structsMike Christie2023-04-121-8/+30
| * | dm: Add support for block PR read keys/reservationMike Christie2023-04-121-0/+69
| * | scsi: Add support for block PR read keys/reservationMike Christie2023-04-124-0/+118
| * | scsi: Move sd_pr_type to scsi_commonMike Christie2023-04-123-25/+42
| * | scsi: Rename sd_pr_commandMike Christie2023-04-121-6/+6
| * | block: Rename BLK_STS_NEXUS to BLK_STS_RESV_CONFLICTMike Christie2023-04-125-6/+11