aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-05-31scsi: core: Support setting BLK_MQ_F_BLOCKINGBart Van Assche2-7/+5
2023-05-31scsi: core: Rework scsi_host_block()Bart Van Assche1-5/+13
2023-05-31scsi: virtio_scsi: Remove a useless function callChristophe JAILLET1-3/+1
2023-05-31scsi: stex: Fix gcc 13 warningsBart Van Assche1-0/+4
2023-05-31scsi: qla2xxx: Fix end of loop testDan Carpenter1-1/+1
2023-05-31scsi: core: Only kick the requeue list if necessaryBart Van Assche1-5/+8
2023-05-31scsi: core: Use min() instead of open-coding itBart Van Assche1-2/+1
2023-05-26overflow: Add struct_size_t() helperKees Cook4-12/+12
2023-05-26scsi: 3w-9xxx: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: aacraid: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: bnx2i: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: qedi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-05-22scsi: NCR5380: Use default @max_active for hostdata->work_qTejun Heo1-1/+1
2023-05-22scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-22scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov4-0/+10
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-22Merge patch series "Add Command Duration Limits support"Martin K. Petersen9-35/+301
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. Petersen3-29/+146
2023-05-16scsi: core: Decrease scsi_device's iorequest_cnt if dispatch failedWenchao Hao1-0/+2
2023-05-16scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if disp...Wenchao Hao1-1/+2
2023-05-16scsi: storvsc: Don't pass unused PFNs to Hyper-V hostMichael Kelley1-4/+4
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: 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-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: qedf: Fix NULL dereference in error handlingJinhong Zhu1-2/+1
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