summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)Author
2022-11-26scsi: qla2xxx: Remove duplicate of vha->iocb_work initializationGleb Chesnokov
2022-11-08scsi: qla2xxx: Fix set-but-not-used variable warningsBart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-09-06scsi: qla2xxx: Fix spelling mistake "definiton" -> "definition"Colin Ian King
2022-09-01scsi: qla2xxx: Define static symbolsNilesh Javali
2022-09-01scsi: qla2xxx: Enhance driver tracing with separate tunable and moreArun Easi
2022-09-01scsi: qla2xxx: Revert "scsi: qla2xxx: Fix response queue handler reading stal...Arun Easi
2022-09-01scsi: qla2xxx: Log message "skipping scsi_scan_host()" as informationalMauricio Faria de Oliveira
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-07-18scsi: qla2xxx: Fix response queue handler reading stale packetsArun Easi
2022-06-16scsi: qla2xxx: Fix crash due to stale SRB access around I/O timeoutsArun Easi
2022-06-16scsi: qla2xxx: Wind down adapter after PCIe errorQuinn Tran
2022-06-07scsi: qla2xxx: edif: Add retry for ELS passthroughQuinn Tran
2022-04-25scsi: qla2xxx: Remove unneeded flush_workqueue()ran jianping
2022-03-15scsi: qla2xxx: Increase max limit of ql2xnvme_queuesShreyas Deodhar
2022-03-15scsi: qla2xxx: Fix laggy FC remote port session recoveryQuinn Tran
2022-03-15scsi: qla2xxx: Fix crash during module load unload testArun Easi
2022-02-22scsi: qla2xxx: Stop using the SCSI pointerBart Van Assche
2022-02-11scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_tGleb Chesnokov
2022-01-24scsi: qla2xxx: Add devids and conditionals for 28xxJoe Carnuccio
2022-01-24scsi: qla2xxx: Fix device reconnect in loop topologyArun Easi
2022-01-24scsi: qla2xxx: Add ql2xnvme_queues module param to configure number of NVMe q...Shreyas Deodhar
2022-01-24scsi: qla2xxx: Fix premature hw access after PCI errorQuinn Tran
2022-01-24scsi: qla2xxx: Implement ref count for SRBSaurav Kashyap
2021-11-03Merge branch '5.15/scsi-fixes' into 5.16/scsi-queueMartin K. Petersen
2021-10-26scsi: qla2xxx: edif: Increase ELS payloadQuinn Tran
2021-10-26scsi: qla2xxx: edif: Replace list_for_each_safe with list_for_each_entry_safeQuinn Tran
2021-10-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran
2021-10-18scsi: qla2xxx: Return -ENOMEM if kzalloc() failsZheyu Ma
2021-10-16scsi: qla2xxx: Switch to attribute groupsBart Van Assche
2021-10-16scsi: qla2xxx: Call scsi_done() directlyBart Van Assche
2021-09-14scsi: qla2xxx: Fix use after free in eh_abort pathQuinn Tran
2021-09-14scsi: qla2xxx: Move heartbeat handling from DPC thread to workqueueManish Rangankar
2021-09-14scsi: qla2xxx: Check for firmware capability before creating QPairSaurav Kashyap
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_device_reset()Hannes Reinecke
2021-08-23scsi: qla2xxx: Open-code qla2xxx_eh_target_reset()Hannes Reinecke
2021-08-23scsi: qla2xxx: Do not call fc_block_scsi_eh() during bus resetHannes Reinecke
2021-08-23scsi: qla2xxx: Fix NVMe retryQuinn Tran
2021-08-23scsi: qla2xxx: edif: Add N2N support for EDIFQuinn Tran
2021-08-23scsi: qla2xxx: edif: Reject AUTH ELS on session downQuinn Tran
2021-08-11scsi: qla2xxx: Changes to support kdump kernelSaurav Kashyap
2021-08-11scsi: qla2xxx: Fix unsafe removal from linked listQuinn Tran
2021-08-11scsi: qla2xxx: Show OS name and version in FDMI-1Arun Easi
2021-08-11scsi: qla2xxx: Changes to support FCP2 TargetSaurav Kashyap
2021-08-11scsi: qla2xxx: Adjust request/response queue size for 28xxQuinn Tran
2021-08-11scsi: qla2xxx: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-27scsi: qla2xxx: edif: Add encryption to I/O pathQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add doorbell notification for appQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add detection of secure deviceQuinn Tran
2021-07-27scsi: qla2xxx: edif: Add key updateQuinn Tran