summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-07-25scsi: qla4xxx: Add length check when parsing nlattrsLin Ma
2023-07-25scsi: be2iscsi: Add length check when parsing nlattrsLin Ma
2023-07-25scsi: iscsi: Add strlen() check in iscsi_if_set{_host}_param()Lin Ma
2023-07-25scsi: iscsi: Add length check for nlattr payloadLin Ma
2023-07-24block: Improve performance for BLK_MQ_F_BLOCKING driversBart Van Assche
2023-07-24scsi: Remove a blk_mq_run_hw_queues() callBart Van Assche
2023-07-24scsi: Inline scsi_kick_queue()Bart Van Assche
2023-07-23Merge patch series: "qla2xxx driver bug fixes"Martin K. Petersen
2023-07-23scsi: qla2xxx: Update version to 10.02.08.500-kNilesh Javali
2023-07-23scsi: qla2xxx: fix inconsistent TMF timeoutQuinn Tran
2023-07-23scsi: qla2xxx: Fix TMF leak throughQuinn Tran
2023-07-23scsi: qla2xxx: Turn off noisy message logQuinn Tran
2023-07-23scsi: qla2xxx: Fix session hang in gnlQuinn Tran
2023-07-23scsi: qla2xxx: Fix erroneous link up failureQuinn Tran
2023-07-23scsi: qla2xxx: Fix command flush during TMFQuinn Tran
2023-07-23scsi: qla2xxx: Limit TMF to 8 per functionQuinn Tran
2023-07-23scsi: qla2xxx: Adjust IOCB resource on qpair createQuinn Tran
2023-07-23scsi: qla2xxx: Fix deletion race conditionQuinn Tran
2023-07-23Merge patch series "lpfc: Update lpfc to revision 14.2.0.14"Martin K. Petersen
2023-07-23scsi: lpfc: Copyright updates for 14.2.0.14 patchesJustin Tee
2023-07-23scsi: lpfc: Update lpfc version to 14.2.0.14Justin Tee
2023-07-23scsi: lpfc: Clean up SLI-4 sysfs resource reportingJustin Tee
2023-07-23scsi: lpfc: Refactor cpu affinity assignment pathsJustin Tee
2023-07-23scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detectedJustin Tee
2023-07-23scsi: lpfc: Make fabric zone discovery more robust when handling unsolicited ...Justin Tee
2023-07-23scsi: lpfc: Set Establish Image Pair service parameter only for Target FunctionsJustin Tee
2023-07-23scsi: lpfc: Revise ndlp kref handling for dev_loss_tmo_callbk and lpfc_drop_nodeJustin Tee
2023-07-23scsi: lpfc: Qualify ndlp discovery state when processing RSCNJustin Tee
2023-07-23scsi: lpfc: Remove extra ndlp kref decrement in FLOGI cmpl for loop topologyJustin Tee
2023-07-23scsi: lpfc: Simplify fcp_abort transport callback log messageJustin Tee
2023-07-23scsi: lpfc: Pull out fw diagnostic dump log message from driver's trace bufferJustin Tee
2023-07-23scsi: sun_esp: Explicitly include correct DT includesRob Herring
2023-07-23scsi: qlogicpti: Explicitly include correct DT includesRob Herring
2023-07-23scsi: storvsc: Limit max_sectors for virtual Fibre Channel devicesMichael Kelley
2023-07-23scsi: hisi_sas: Delete unused lock in hisi_sas_port_notify_formed()Yihang Li
2023-07-23scsi: hisi_sas: Block requests before a debugfs snapshotYihang Li
2023-07-23scsi: hisi_sas: Fix normally completed I/O analysed as failedXingui Yang
2023-07-19scsi: sg: Fix checking return value of blk_get_queue()Yu Kuai
2023-07-11scsi: storvsc: Handle SRB status value 0x30Michael Kelley
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen
2023-07-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-07-05Merge patch series "Improve checks in blk_revalidate_disk_zones()"Martin K. Petersen
2023-07-05scsi: sd_zbc: Set zone limits before revalidating zonesDamien Le Moal
2023-07-05scsi: aacraid: Avoid -Warray-bounds warningArnd Bergmann
2023-07-05scsi: scsi_debug: Remove dead codeMaurizio Lombardi
2023-07-05scsi: qla2xxx: Use vmalloc_array() and vcalloc()Julia Lawall
2023-07-05scsi: fnic: Use vmalloc_array() and vcalloc()Julia Lawall
2023-07-05scsi: qla2xxx: Fix error code in qla2x00_start_sp()Dan Carpenter
2023-07-05scsi: qla2xxx: Silence a static checker warningDan Carpenter
2023-07-05scsi: lpfc: Fix a possible data race in lpfc_unregister_fcf_rescan()Tuo Li