summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2022-02-12scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov3-22/+0
2022-02-12scsi: qla2xxx: Add qla2x00_async_done() for async routinesSaurav Kashyap1-1/+16
2022-01-25scsi: qla2xxx: Update version to 10.02.07.300-kNilesh Javali1-2/+2
2022-01-25scsi: qla2xxx: Check for firmware dump already collectedJoe Carnuccio1-0/+8
2022-01-25scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio6-19/+20
2022-01-25scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair()Saurav Kashyap1-1/+1
2022-01-25scsi: qla2xxx: Fix T10 PI tag escape and IP guard options for 28XX adaptersJoe Carnuccio1-2/+4
2022-01-25scsi: qla2xxx: edif: Fix clang warningQuinn Tran1-3/+19
2022-01-25scsi: qla2xxx: Fix warning for missing error codeNilesh Javali1-0/+1
2022-01-25scsi: qla2xxx: Fix device reconnect in loop topologyArun Easi2-0/+20
2022-01-25scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe q...Shreyas Deodhar4-2/+27
2022-01-25scsi: qla2xxx: Fix wrong FDMI data for 64G adapterBikash Hazarika1-1/+5
2022-01-25scsi: qla2xxx: Add retry for exec firmwareQuinn Tran1-1/+7
2022-01-25scsi: qla2xxx: Fix scheduling while atomicQuinn Tran1-6/+1
2022-01-25scsi: qla2xxx: Fix premature hw access after PCI errorQuinn Tran2-3/+16
2022-01-25scsi: qla2xxx: Fix warning message due to adisc being flushedQuinn Tran1-0/+6
2022-01-25scsi: qla2xxx: Fix stuck session in gpdbQuinn Tran1-3/+3
2022-01-25scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap13-70/+173
2022-01-25scsi: qla2xxx: Refactor asynchronous command initializationDaniel Wagner8-132/+76
2021-12-17scsi: qla2xxx: Synchronize rport dev_loss_tmo settingHannes Reinecke3-8/+13
2021-12-07scsi: qla2xxx: Format log strings only if neededRoman Bolshakov1-0/+3
2021-11-19scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo()Dan Carpenter1-1/+1
2021-11-17scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id()Ewan D. Milne1-4/+2
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-247/+293
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-196/+277
2021-11-04Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen3-11/+7
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+15
2021-10-27scsi: qla2xxx: Update version to 10.02.07.200-kNilesh Javali1-2/+2
2021-10-27scsi: qla2xxx: edif: Fix EDIF bsgQuinn Tran1-26/+23
2021-10-27scsi: qla2xxx: edif: Fix inconsistent check of db_flagsQuinn Tran5-25/+26
2021-10-27scsi: qla2xxx: edif: Increase ELS payloadQuinn Tran5-4/+9
2021-10-27scsi: qla2xxx: edif: Reduce connection thrashQuinn Tran3-3/+32
2021-10-27scsi: qla2xxx: edif: Tweak trace messageQuinn Tran4-9/+20
2021-10-27scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran3-35/+13
2021-10-27scsi: qla2xxx: edif: Flush stale events and msgs on session downQuinn Tran3-1/+98
2021-10-27scsi: qla2xxx: edif: Fix app start delayQuinn Tran1-61/+3
2021-10-27scsi: qla2xxx: edif: Fix app start failQuinn Tran1-26/+26
2021-10-27scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran3-50/+2
2021-10-27scsi: qla2xxx: Fix gnl list corruptionQuinn Tran1-3/+1
2021-10-27scsi: qla2xxx: Relogin during fabric disturbanceQuinn Tran1-9/+45
2021-10-20qla2xxx: add ->map_queues support for nvmeSaurav Kashyap1-0/+15
2021-10-19scsi: qla2xxx: Fix unmap of already freed sglDmitry Bogdanov1-9/+5
2021-10-19scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els()Joy Gu1-1/+1
2021-10-19scsi: qla2xxx: Return -ENOMEM if kzalloc() failsZheyu Ma1-1/+1
2021-10-17scsi: qla2xxx: Switch to attribute groupsBart Van Assche3-66/+67
2021-10-17scsi: qla2xxx: Remove a declarationBart Van Assche1-1/+0
2021-10-17scsi: qla2xxx: Call scsi_done() directlyBart Van Assche1-4/+4
2021-10-12Merge branch '5.15/scsi-fixes' into 5.16/scsi-stagingMartin K. Petersen2-3/+4
2021-10-05scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov1-61/+12
2021-09-29scsi: qla2xxx: Fix excessive messages during device logoutArun Easi1-2/+2