summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorLines
2025-11-12scsi: aic94xx: fix use-after-free in device removal pathJunrui Luo-0/+3
2025-11-12Merge patch series "qla2xxx target mode improvements"Martin K. Petersen-338/+1648
2025-11-12scsi: qla2xxx: target: Improve safety of cmd lookup by handleTony Battersby-21/+90
2025-11-12scsi: qla2xxx: target: Add back SRR supportTony Battersby-1/+1141
2025-11-12scsi: qla2xxx: target: Improve cmd loggingTony Battersby-26/+64
2025-11-12scsi: qla2xxx: target: Add cmd->rsp_sentTony Battersby-0/+8
2025-11-12scsi: qla2xxx: target: Fix invalid memory access with big CDBsTony Battersby-9/+81
2025-11-12scsi: qla2xxx: Fix TMR failure handlingTony Battersby-33/+27
2025-11-12scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()Tony Battersby-38/+48
2025-11-12scsi: qla2xxx: target: Fix races with aborting commandsTony Battersby-116/+102
2025-11-12scsi: qla2xxx: Clear cmds after chip resetTony Battersby-6/+20
2025-11-12Merge patch series "Optimize the hot path in the UFS driver"Martin K. Petersen-37/+293
2025-11-12scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1Tony Battersby-21/+31
2025-11-12scsi: qla2xxx: target: Improve debug output for term exchangeTony Battersby-6/+36
2025-11-12scsi: qla2xxx: target: Remove code for unsupported hardwareTony Battersby-27/+5
2025-11-12scsi: qla2xxx: Use reinit_completion on mbx_intr_compTony Battersby-0/+2
2025-11-12scsi: qla2xxx: Fix lost interrupts with qlini_mode=disabledTony Battersby-34/+5
2025-11-12scsi: qla2xxx: Fix initiator mode with qlini_mode=exclusiveTony Battersby-7/+1
2025-11-12scsi: Revert "scsi: qla2xxx: Perform lockless command completion in abort path"Tony Battersby-6/+0
2025-11-12scsi: scsi_debug: Abort SCSI commands via an internal commandBart Van Assche-11/+105
2025-11-12scsi: core: Add scsi_{get,put}_internal_cmd() helpersHannes Reinecke-0/+38
2025-11-12scsi: core: Introduce .queue_reserved_command()John Garry-16/+44
2025-11-12scsi: core: Support allocating a pseudo SCSI deviceHannes Reinecke-4/+84
2025-11-12scsi: core: Make the budget map optionalBart Van Assche-2/+15
2025-11-12scsi: core: Move two statementsBart Van Assche-3/+4
2025-11-12scsi: core: Support allocating reserved commandsHannes Reinecke-1/+3
2025-11-08Merge patch series "Support power resources defined in acpi on ata"Martin K. Petersen-1/+33
2025-11-08scsi: sd: Add manage_restart device attribute to scsi_diskMarkus Probst-1/+33
2025-11-08Merge patch series "Update lpfc to revision 14.4.0.12"Martin K. Petersen-110/+327
2025-11-08scsi: lpfc: Update lpfc version to 14.4.0.12Justin Tee-1/+1
2025-11-08scsi: lpfc: Add capability to register Platform Name ID to fabricJustin Tee-8/+150
2025-11-08scsi: lpfc: Allow support for BB credit recovery in point-to-point topologyJustin Tee-2/+4
2025-11-08scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGIJustin Tee-8/+32
2025-11-08scsi: lpfc: Modify kref handling for Fabric Controller ndlpsJustin Tee-36/+67
2025-11-08scsi: lpfc: Fix leaked ndlp krefs when in point-to-point topologyJustin Tee-20/+49
2025-11-08scsi: lpfc: Ensure unregistration of rpis for received PLOGIsJustin Tee-14/+5
2025-11-08scsi: lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb()Justin Tee-2/+0
2025-11-08scsi: lpfc: Revise discovery related function headers and commentsJustin Tee-13/+13
2025-11-08scsi: lpfc: Update various NPIV diagnostic log messagingJustin Tee-6/+6
2025-11-08Merge patch series "smartpqi updates"Martin K. Petersen-3/+43
2025-11-08scsi: smartpqi: Update version to 2.1.36-026Don Brace-3/+3
2025-11-08scsi: smartpqi: Add support for Hurray Data new controller PCI deviceDavid Strahan-0/+4
2025-11-08scsi: smartpqi: Fix device resources accessed after device removalMike McGowen-0/+19
2025-11-08scsi: smartpqi: Add timeout value to RAID path requests to physical devicesMike McGowen-0/+17
2025-11-08scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-11-08scsi: st: Skip buffer flush for information ioctlsDavid Jeffery-18/+22
2025-11-08scsi: st: Separate st-unique ioctl handling from SCSI common ioctl handlingDavid Jeffery-23/+62
2025-11-08scsi: stex: Fix reboot_notifier leak in probe error pathHaotian Zhang-0/+1
2025-11-05block: introduce disk_report_zone()Damien Le Moal-14/+8
2025-11-02scsi: core: Improve sdev_store_timeout()Bart Van Assche-4/+8