summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2022-09-25scsi: pm8001: Fix running_req for internal abort commandsJohn Garry
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou
2022-09-25scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usageKees Cook
2022-09-25scsi: core: Make SCSI_MOD depend on BLOCK for cleaner .config filesLukas Bulwahn
2022-09-23scsi: storvsc: remove an extraneous "to" in a commentwangjianli
2022-09-23Drivers: hv: vmbus: Optimize vmbus_on_eventSaurabh Sengar
2022-09-15scsi: scsi_transport_fc: Use %u for dev_loss_tmoMartin Wilck
2022-09-15scsi: csiostor: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang
2022-09-15scsi: megaraid: Convert sysfs snprintf() to sysfs_emit()Xuezhi Zhang
2022-09-15scsi: ibmvscsi_tgt: Fix repeated words in commentwangjianli
2022-09-15scsi: mpt3sas: Fix return value check of dma_get_required_mask()Sreekanth Reddy
2022-09-15scsi: lpfc: Update lpfc version to 14.2.0.7James Smart
2022-09-15scsi: lpfc: Fix various issues reported by toolsJames Smart
2022-09-15scsi: lpfc: Add reporting capability for Link Degrade SignalingJames Smart
2022-09-15scsi: lpfc: Rework FDMI attribute registration for unintential paddingJames Smart
2022-09-15scsi: lpfc: Rework lpfc_fdmi_cmd() routine for cleanup and consistencyJames Smart
2022-09-15scsi: lpfc: Rename mp/bmp dma buffers to rq/rsp in lpfc_fdmi_cmdJames Smart
2022-09-15scsi: lpfc: Update congestion mode logging for Emulex SAN Manager applicationJames Smart
2022-09-15scsi: lpfc: Move scsi_host_template outside dynamically allocated/freed phbaJames Smart
2022-09-15scsi: lpfc: Fix multiple NVMe remoteport registration calls for the same NPor...James Smart
2022-09-15scsi: lpfc: Add missing free iocb and nlp kref put for early return VMID casesJames Smart
2022-09-15scsi: lpfc: Fix mbuf pool resource detected as busy at driver unloadJames Smart
2022-09-15scsi: lpfc: Fix FLOGI ACC with wrong SID in PT2PT topologyJames Smart
2022-09-15scsi: lpfc: Fix prli_fc4_req checks in PRLI handlingJames Smart
2022-09-15scsi: mpi3mr: Fix error code in mpi3mr_transport_smp_handler()Dan Carpenter
2022-09-15scsi: mpi3mr: Fix error codes in mpi3mr_report_manufacture()Dan Carpenter
2022-09-15scsi: aic79xx: Use __ro_after_init explicitlyKees Cook
2022-09-15scsi: qla2xxx: Fix memory leak in __qlt_24xx_handle_abts()Rafael Mendonca
2022-09-15scsi: qla2xxx: Remove unused declarations for qla2xxxGaosheng Cui
2022-09-15scsi: qedf: Fix a UAF bug in __qedf_probe()Letu Ren
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra
2022-09-06scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"Colin Ian King
2022-09-06scsi: mpt3sas: Fix use-after-free warningSreekanth Reddy
2022-09-06scsi: hisi_sas: Don't send bcast events from HW during nexus HA resetJohn Garry
2022-09-06scsi: hisi_sas: Add helper to process bcast eventsJohn Garry
2022-09-06scsi: hisi_sas: Drain bcast events in hisi_sas_rescan_topology()John Garry
2022-09-06scsi: hisi_sas: Clear HISI_SAS_HW_FAULT_BIT earlierJohn Garry
2022-09-06scsi: hisi_sas: Revert change to limit max hw sectors for v3 HWJohn Garry
2022-09-06scsi: esas2r: Use flex array destination for memcpy()Kees Cook
2022-09-06scsi: 3w-9xxx: Avoid disabling device if failing to enable itLetu Ren
2022-09-06scsi: qlogicpti: Fix dma_map_sg() checkJack Wang
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie
2022-09-06scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie
2022-09-06scsi: qla2xxx: Drop DID_TARGET_FAILURE useMike Christie
2022-09-06scsi: virtio_scsi: Drop DID_NEXUS_FAILURE useMike Christie
2022-09-06scsi: virtio_scsi: Drop DID_TARGET_FAILURE useMike Christie
2022-09-06scsi: storvsc: Drop DID_TARGET_FAILURE useMike Christie
2022-09-06scsi: xen: Drop use of internal host codesMike Christie
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche