summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-06-08scsi: lpfc: Use struct_size() helperJustin Tee1-4/+2
2023-06-05ata: libata-sata: Simplify ata_change_queue_depth()Damien Le Moal1-2/+1
2023-06-01scsi: mpi3mr: Propagate sense data for admin queue SCSI I/OSathya Prakash1-0/+5
2023-06-01scsi: fnic: Use vzalloc()Christophe JAILLET1-6/+2
2023-06-01scsi: pm80xx: Add fatal error checksChangyuan Lyu1-0/+22
2023-06-01scsi: Add HAS_IOPORT dependenciesNiklas Schnelle8-21/+26
2023-06-01scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID pathsJustin Tee2-52/+52
2023-06-01Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"Martin K. Petersen11-320/+195
2023-06-01scsi: lpfc: Copyright updates for 14.2.0.13 patchesJustin Tee2-2/+2
2023-06-01scsi: lpfc: Update lpfc version to 14.2.0.13Justin Tee1-1/+1
2023-06-01scsi: lpfc: Enhance congestion statistics collectionJustin Tee2-208/+81
2023-06-01scsi: lpfc: Clean up SLI-4 CQE status handlingJustin Tee5-50/+41
2023-06-01scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...Justin Tee3-41/+41
2023-06-01scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-06-01scsi: lpfc: Account for fabric domain ctlr device loss recoveryJustin Tee1-5/+14
2023-06-01scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscoveryJustin Tee1-3/+3
2023-06-01scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...Justin Tee1-8/+0
2023-06-01scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-01scsi: lpfc: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-05-31Merge patch series "ufs: Do not requeue while ungating the clock"Martin K. Petersen2-11/+17
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-23scsi: NCR5380: Use default @max_active for hostdata->work_qTejun Heo1-1/+1
2023-05-23scsi: lpfc: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+6
2023-05-23scsi: qla2xxx: Fix NULL pointer dereference in target modeGleb Chesnokov4-0/+10
2023-05-23scsi: mpi3mr: Fix the type used for pointers to bitmapChristophe JAILLET2-5/+5
2023-05-23scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang1-1/+3
2023-05-23Merge patch series "Add Command Duration Limits support"Martin K. Petersen9-35/+301
2023-05-23scsi: sd: Handle read/write CDL timeout failuresNiklas Cassel3-0/+50
2023-05-23scsi: sd: Set read/write command CDL indexDamien Le Moal1-6/+34
2023-05-23scsi: core: Allow enabling and disabling command duration limitsDamien Le Moal2-0/+90
2023-05-23scsi: core: Detect support for command duration limitsDamien Le Moal3-0/+86
2023-05-23scsi: core: Support Service Action in scsi_report_opcode()Damien Le Moal2-14/+24
2023-05-23scsi: core: Support retrieving sub-pages of mode pagesDamien Le Moal4-8/+9
2023-05-23scsi: core: Rename and move get_scsi_ml_byte()Niklas Cassel2-6/+6
2023-05-23scsi: 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