summaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: aic7xxx: Fix firmware build fatal errorWang Jinchao2023-07-312-15/+4
* scsi: qla4xxx: Add length check when parsing nlattrsLin Ma2023-07-261-0/+15
* scsi: be2iscsi: Add length check when parsing nlattrsLin Ma2023-07-261-0/+4
* scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma2023-07-261-0/+8
* scsi: iscsi: Add length check for nlattr payloadLin Ma2023-07-261-29/+43
* Merge patch series: "qla2xxx driver bug fixes"Martin K. Petersen2023-07-2310-102/+168
|\
| * scsi: qla2xxx: Update version to 10.02.08.500-kNilesh Javali2023-07-231-2/+2
| * scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran2023-07-231-1/+0
| * scsi: qla2xxx: Fix TMF leak throughQuinn Tran2023-07-231-6/+14
| * scsi: qla2xxx: Turn off noisy message logQuinn Tran2023-07-231-1/+1
| * scsi: qla2xxx: Fix session hang in gnlQuinn Tran2023-07-231-2/+3
| * scsi: qla2xxx: Fix erroneous link up failureQuinn Tran2023-07-232-2/+7
| * scsi: qla2xxx: Fix command flush during TMFQuinn Tran2023-07-233-39/+45
| * scsi: qla2xxx: Limit TMF to 8 per functionQuinn Tran2023-07-233-25/+41
| * scsi: qla2xxx: Adjust IOCB resource on qpair createQuinn Tran2023-07-234-19/+38
| * scsi: qla2xxx: Fix deletion race conditionQuinn Tran2023-07-232-9/+21
* | Merge patch series "lpfc: Update lpfc to revision 14.2.0.14"Martin K. Petersen2023-07-2312-167/+324
|\ \
| * | scsi: lpfc: Copyright updates for 14.2.0.14 patchesJustin Tee2023-07-231-1/+1
| * | scsi: lpfc: Update lpfc version to 14.2.0.14Justin Tee2023-07-231-1/+1
| * | scsi: lpfc: Clean up SLI-4 sysfs resource reportingJustin Tee2023-07-231-35/+101
| * | scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee2023-07-233-28/+27
| * | scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee2023-07-234-11/+43
| * | scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee2023-07-233-37/+50
| * | scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee2023-07-233-15/+42
| * | scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee2023-07-232-25/+50
| * | scsi: lpfc: Qualify ndlp discovery state when processing RSCNJustin Tee2023-07-231-2/+5
| * | scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee2023-07-231-2/+1
| * | scsi: lpfc: Simplify fcp_abort transport callback log messageJustin Tee2023-07-231-9/+2
| * | scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee2023-07-231-1/+1
| |/
* | scsi: sun_esp: Explicitly include correct DT includesRob Herring2023-07-231-1/+2
* | scsi: qlogicpti: Explicitly include correct DT includesRob Herring2023-07-231-1/+1
* | scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li2023-07-231-5/+0
* | scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li2023-07-231-3/+7
* | scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang2023-07-232-4/+13
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-086-35/+25
|\
| * scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal2023-06-291-23/+14
| * scsi: isci: Fix comment typoYueh-Shun Li2023-06-291-1/+1
| * scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-222-5/+4
| * scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-221-1/+1
| * scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann2023-06-221-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-06-3093-1240/+2029
|\|
| * Merge patch series "scsi: fixes for targets with many LUNs, and scsi_target_b...Martin K. Petersen2023-06-166-47/+48
| |\
| | * scsi: core: Improve warning message in scsi_device_block()Martin Wilck2023-06-161-2/+4
| | * scsi: core: Replace scsi_target_block() with scsi_block_targets()Martin Wilck2023-06-165-16/+23
| | * scsi: core: Don't wait for quiesce in scsi_device_block()Martin Wilck2023-06-161-7/+10
| | * scsi: core: Don't wait for quiesce in scsi_stop_queue()Martin Wilck2023-06-161-16/+16
| | * scsi: core: Merge scsi_internal_device_block() and device_block()Martin Wilck2023-06-161-19/+8
| | * scsi: sg: Increase number of devicesHannes Reinecke2023-06-161-1/+1
| * | scsi: qla2xxx: Remove unused nvme_ls_waitq wait queueManish Rangankar2023-06-162-4/+0
| * | Merge patch series "qla2xxx klocwork fixes"Martin K. Petersen2023-06-167-8/+19
| |\ \