aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+37
2022-09-06scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"Colin Ian King1-1/+1
2022-09-01scsi: qla2xxx: Define static symbolsNilesh Javali1-2/+2
2022-09-01scsi: qla2xxx: Enhance driver tracing with separate tunable and moreArun Easi1-0/+35
2022-09-01scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stale packets"Arun Easi1-10/+0
2022-09-01scsi: qla2xxx: Log message "skipping scsi_scan_host()" as informationalMauricio Faria de Oliveira1-1/+1
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-6/+4
2022-07-18scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi1-0/+10
2022-06-16scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeoutsArun Easi1-12/+31
2022-06-16scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran1-0/+48
2022-06-07scsi: qla2xxx: edif: Add retry for ELS passthroughQuinn Tran1-1/+1
2022-04-25scsi: qla2xxx: Remove unneeded flush_workqueue()ran jianping1-1/+0
2022-03-15scsi: qla2xxx: Increase max limit of ql2xnvme_queuesShreyas Deodhar1-1/+0
2022-03-15scsi: qla2xxx: Fix laggy FC remote port session recoveryQuinn Tran1-3/+17
2022-03-15scsi: qla2xxx: Fix crash during module load unload testArun Easi1-0/+2
2022-02-22scsi: qla2xxx: Stop using the SCSI pointerBart Van Assche1-8/+5
2022-02-11scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov1-1/+0
2022-01-24scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio1-2/+1
2022-01-24scsi: qla2xxx: Fix device reconnect in loop topologyArun Easi1-0/+5
2022-01-24scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe queuesShreyas Deodhar1-0/+8
2022-01-24scsi: qla2xxx: Fix premature hw access after PCI errorQuinn Tran1-1/+9
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap1-4/+10
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen1-1/+1
2021-10-26scsi: qla2xxx: edif: Increase ELS payloadQuinn Tran1-1/+1
2021-10-26scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran1-4/+4
2021-10-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran1-25/+2
2021-10-18scsi: qla2xxx: Return -ENOMEM if kzalloc() failsZheyu Ma1-1/+1
2021-10-16scsi: qla2xxx: Switch to attribute groupsBart Van Assche1-4/+1
2021-10-16scsi: qla2xxx: Call scsi_done() directlyBart Van Assche1-4/+4
2021-09-14scsi: qla2xxx: Fix use after free in eh_abort pathQuinn Tran1-3/+5
2021-09-14scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueueManish Rangankar1-42/+36
2021-09-14scsi: qla2xxx: Check for firmware capability before creating QPairSaurav Kashyap1-0/+4
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()Hannes Reinecke1-31/+23
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()Hannes Reinecke1-3/+53
2021-08-23scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus resetHannes Reinecke1-10/+0
2021-08-23scsi: qla2xxx: Fix NVMe retryQuinn Tran1-0/+5
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran1-1/+4
2021-08-23scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran1-1/+1
2021-08-11scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap1-0/+6
2021-08-11scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran1-3/+3
2021-08-11scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi1-1/+1
2021-08-11scsi: qla2xxx: Changes to support FCP2 TargetSaurav Kashyap1-0/+10
2021-08-11scsi: qla2xxx: Adjust request/response queue size for 28xxQuinn Tran1-2/+2
2021-08-11scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-2/+2
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran1-2/+7
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran1-0/+4
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran1-0/+19
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran1-0/+17
2021-07-27scsi: qla2xxx: edif: Add extraction of auth_els from the wireQuinn Tran1-2/+9
2021-07-27scsi: qla2xxx: edif: Add send, receive, and accept for auth_elsQuinn Tran1-0/+41