summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2023-05-31scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: message: fusion: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-31scsi: ufs: core: Do not open code SZ_xAvri Altman
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen
2023-05-31scsi: ufs: Ungate the clock synchronouslyBart Van Assche
2023-05-31scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche
2023-05-31scsi: ufs: Conditionally enable the BLK_MQ_F_BLOCKING flagBart Van Assche
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche
2023-05-31scsi: virtio_scsi: Remove a useless function callChristophe JAILLET
2023-05-31scsi: ata: libata-scsi: Fix ata_msense_control kdoc commentDamien Le Moal
2023-05-31scsi: qla2xxx: Fix end of loop testDan Carpenter
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche
2023-05-31scsi: core: Use min() instead of open-coding itBart Van Assche
2023-05-22scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-05-22scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET
2023-05-22scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang
2023-05-22scsi: ufs: core: Return earlier if ufshcd_hba_init_crypto_capabilities() failsKeoseong Park
2023-05-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen
2023-05-22scsi: ata: libata: Handle completion of CDL commands using policy 0xDNiklas Cassel
2023-05-22scsi: ata: libata: Set read/write commands CDL indexDamien Le Moal
2023-05-22scsi: ata: libata: Add ATA feature control sub-page translationDamien Le Moal
2023-05-22scsi: ata: libata-scsi: Add support for CDL pages mode senseDamien Le Moal
2023-05-22scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in()Damien Le Moal
2023-05-22scsi: ata: libata: Detect support for command duration limitsDamien Le Moal
2023-05-22scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITIONNiklas Cassel
2023-05-22scsi: ata: libata-scsi: Remove unnecessary !cmd checksNiklas Cassel
2023-05-22scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel
2023-05-22scsi: sd: Set read/write command CDL indexDamien Le Moal
2023-05-22scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal
2023-05-22scsi: core: Detect support for command duration limitsDamien Le Moal
2023-05-22scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal
2023-05-22scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal
2023-05-22scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel
2023-05-22scsi: core: Allow libata to complete successful commands via EHNiklas Cassel
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen
2023-05-16scsi: qla2xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-16scsi: qla4xxx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-16scsi: target: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-16scsi: bfa: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh
2023-05-16Merge patch series "scsi: hisi_sas: Some misc changes"Martin K. Petersen
2023-05-16scsi: hisi_sas: Fix warnings detected by sparseXingui Yang
2023-05-16scsi: hisi_sas: Change DMA setup lock timeout to 2.5sXingui Yang
2023-05-16scsi: hisi_sas: Configure initial value of some registers according to HBA modelYihang Li
2023-05-16scsi: megaraid_sas: Convert union megasas_sgl to flex-arraysKees Cook
2023-05-16scsi: ufs: hwmon: Constify pointers to hwmon_channel_infoKrzysztof Kozlowski
2023-05-08Merge patch series "smartpqi updates"Martin K. Petersen