aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2026-04-08scsi: qla2xxx: Use nr_cpu_ids instead of NR_CPUS for qp_cpu_map allocationLi RongQing1-1/+1
2026-04-02Merge branch 7.0/scsi-fixes into 7.1/scsi-stagingMartin K. Petersen1-2/+0
2026-03-07scsi: qla2xxx: Add support to report MPI FW stateNilesh Javali3-2/+71
2026-03-07scsi: qla2xxx: Completely fix fcport double freeVladimir Riabchun1-2/+0
2026-02-28scsi: target: Use driver completion preference by defaultMike Christie1-0/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-18/+9
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-24/+24
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-74/+71
2026-02-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-64/+568
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-23scsi: qla2xxx: edif: Fix dma_free_coherent() sizeThomas Fourier1-1/+1
2026-01-23Merge patch series "Add WQ_PERCPU to alloc_workqueue() users"Martin K. Petersen2-2/+2
2026-01-23scsi: qla2xxx: target: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-01-23scsi: qla2xxx: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari1-1/+1
2026-01-23scsi: Change the return type of the .queuecommand() callbackBart Van Assche1-6/+7
2026-01-23scsi: qla2xxx: Declare qla2xxx_mqueuecommand() staticBart Van Assche1-2/+2
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16scsi: qla2xxx: Sanitize payload size to prevent member overflowJiasheng Jiang1-0/+7
2025-12-16scsi: qla2xxx: Update version to 10.02.10.100-kNilesh Javali1-4/+4
2025-12-16scsi: qla2xxx: Fix bsg_done() causing double freeAnil Gurumurthy1-13/+20
2025-12-16scsi: qla2xxx: Query FW again before proceeding with loginAnil Gurumurthy2-4/+34
2025-12-16scsi: qla2xxx: Validate sp before freeing associated memoryAnil Gurumurthy1-16/+18
2025-12-16scsi: qla2xxx: Free sp in error path to fix system crashAnil Gurumurthy1-2/+2
2025-12-16scsi: qla2xxx: Delay module unload while fabric scan in progressAnil Gurumurthy1-1/+2
2025-12-16scsi: qla2xxx: Allow recovery for tape devicesShreyas Deodhar2-12/+0
2025-12-16scsi: qla2xxx: Add bsg interface to support firmware img validationManish Rangankar5-0/+192
2025-12-16scsi: qla2xxx: Validate MCU signature before executing MBC 03hManish Rangankar4-1/+34
2025-12-16scsi: qla2xxx: Add load flash firmware mailbox support for 28xxxManish Rangankar4-4/+236
2025-12-16scsi: qla2xxx: Add support for 64G SFP speedManish Rangankar2-3/+7
2025-12-16scsi: qla2xxx: Add Speed in SFP print informationHimanshu Madhani1-0/+14
2025-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+30
2025-12-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-341/+1651
2025-11-29scsi: qla2xxx: Enable/disable IRQD_NO_BALANCING during resetWen Xiong1-0/+30
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-5/+0
2025-11-19scsi: qla2xxx: Fix improper freeing of purex itemZilin Guan1-1/+1
2025-11-12Merge patch series "replace old wq(s), added WQ_PERCPU to alloc_workqueue"Martin K. Petersen1-2/+2
2025-11-12scsi: qla2xxx: WQ_PERCPU added to alloc_workqueue() usersMarco Crivellari1-1/+1
2025-11-12scsi: qla2xxx: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-11-12scsi: qla2xxx: target: Improve safety of cmd lookup by handleTony Battersby2-21/+90
2025-11-12scsi: qla2xxx: target: Add back SRR supportTony Battersby5-1/+1141
2025-11-12scsi: qla2xxx: target: Improve cmd loggingTony Battersby2-26/+64
2025-11-12scsi: qla2xxx: target: Add cmd->rsp_sentTony Battersby2-0/+8
2025-11-12scsi: qla2xxx: target: Fix invalid memory access with big CDBsTony Battersby2-9/+81
2025-11-12scsi: qla2xxx: Fix TMR failure handlingTony Battersby3-33/+27
2025-11-12scsi: qla2xxx: target: Improve checks in qlt_xmit_response() / qlt_rdy_to_xfer()Tony Battersby1-38/+48
2025-11-12scsi: qla2xxx: target: Fix races with aborting commandsTony Battersby4-116/+102
2025-11-12scsi: qla2xxx: Clear cmds after chip resetTony Battersby3-6/+20
2025-11-12scsi: qla2xxx: target: Fix term exchange when cmd_sent_to_fw == 1Tony Battersby1-21/+31
2025-11-12scsi: qla2xxx: target: Improve debug output for term exchangeTony Battersby2-6/+36