aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directlyOleksandr Natalenko1-4/+3
2023-07-31scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directlyOleksandr Natalenko1-4/+3
2023-07-31scsi: 53c700: Check that command slot is not NULLAlexandra Diupina1-1/+1
2023-07-31scsi: fnic: Replace return codes in fnic_clean_pending_aborts()Karan Tilak Kumar2-3/+5
2023-07-31scsi: storvsc: Fix handling of virtual Fibre Channel timeoutsMichael Kelley1-4/+0
2023-07-31scsi: hisi_sas: Fix warning detected by sparseSunil V L1-1/+1
2023-07-31scsi: aic7xxx: Fix firmware build fatal errorWang Jinchao2-14/+3
2023-07-25scsi: pm80xx: Fix error return code in pm8001_pci_probe()Yang Yingliang1-1/+2
2023-07-25scsi: qla4xxx: Add length check when parsing nlattrsLin Ma1-0/+15
2023-07-25scsi: be2iscsi: Add length check when parsing nlattrsLin Ma1-0/+4
2023-07-25scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma1-0/+8
2023-07-25scsi: iscsi: Add length check for nlattr payloadLin Ma1-29/+43
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche1-1/+2
2023-07-24scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche1-1/+1
2023-07-24scsi: Inline scsi_kick_queue()Bart Van Assche1-7/+2
2023-07-23Merge patch series: "qla2xxx driver bug fixes"Martin K. Petersen10-102/+168
2023-07-23scsi: qla2xxx: Update version to 10.02.08.500-kNilesh Javali1-2/+2
2023-07-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran1-1/+0
2023-07-23scsi: qla2xxx: Fix TMF leak throughQuinn Tran1-6/+14
2023-07-23scsi: qla2xxx: Turn off noisy message logQuinn Tran1-1/+1
2023-07-23scsi: qla2xxx: Fix session hang in gnlQuinn Tran1-2/+3
2023-07-23scsi: qla2xxx: Fix erroneous link up failureQuinn Tran2-2/+7
2023-07-23scsi: qla2xxx: Fix command flush during TMFQuinn Tran3-39/+45
2023-07-23scsi: qla2xxx: Limit TMF to 8 per functionQuinn Tran3-25/+41
2023-07-23scsi: qla2xxx: Adjust IOCB resource on qpair createQuinn Tran4-19/+38
2023-07-23scsi: qla2xxx: Fix deletion race conditionQuinn Tran2-9/+21
2023-07-23Merge patch series "lpfc: Update lpfc to revision 14.2.0.14"Martin K. Petersen12-166/+323
2023-07-23scsi: lpfc: Copyright updates for 14.2.0.14 patchesJustin Tee1-1/+1
2023-07-23scsi: lpfc: Update lpfc version to 14.2.0.14Justin Tee1-1/+1
2023-07-23scsi: lpfc: Clean up SLI-4 sysfs resource reportingJustin Tee1-35/+101
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee3-28/+27
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee4-11/+43
2023-07-23scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited LOGOJustin Tee3-36/+49
2023-07-23scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee3-15/+42
2023-07-23scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee2-25/+50
2023-07-23scsi: lpfc: Qualify ndlp discovery state when processing RSCNJustin Tee1-2/+5
2023-07-23scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee1-2/+1
2023-07-23scsi: lpfc: Simplify fcp_abort transport callback log messageJustin Tee1-9/+2
2023-07-23scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee1-1/+1
2023-07-23scsi: sun_esp: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-23scsi: qlogicpti: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-23scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley1-0/+4
2023-07-23scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li1-5/+0
2023-07-23scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li1-3/+7
2023-07-23scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang2-4/+13
2023-07-19scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai1-3/+4
2023-07-11scsi: storvsc: Handle SRB status value 0x30Michael Kelley1-0/+2
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen8-22/+14
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-35/+25
2023-07-05Merge patch series "Improve checks in blk_revalidate_disk_zones()"Martin K. Petersen1-7/+5