aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-22scsi: qla2xxx: Add heartbeat checkQuinn Tran1-0/+68
2021-04-28scsi: qla2xxx: Add marginal path handling supportBikash Hazarika1-0/+1
2021-04-13scsi: qla2xxx: Remove unneeded if-null-free checkQiheng Lin1-4/+2
2021-03-29scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran1-69/+104
2021-03-29scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()Arun Easi1-7/+0
2021-03-29scsi: qla2xxx: Consolidate zio threshold setting for both FCP & NVMeQuinn Tran1-20/+14
2021-03-15scsi: qla2xxx: Use dma_pool_zalloc()Wang Qing1-2/+1
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen1-1/+1
2021-01-22scsi: qla2xxx: fc_remote_port_chkready() returns a SCSI result valueHannes Reinecke1-1/+1
2021-01-20scsi: qla2xxx: Fix description for parameter ql2xenforce_iocb_limitEnzo Matsumiya1-1/+1
2021-01-13scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika1-0/+5
2021-01-13scsi: qla2xxx: Implementation to get and manage host, target stats and initiator portSaurav Kashyap1-0/+20
2020-12-09scsi: qla2xxx: If fcport is undergoing deletion complete I/O with retrySaurav Kashyap1-4/+4
2020-12-09scsi: qla2xxx: Fix the call trace for flush workqueueSaurav Kashyap1-1/+1
2020-12-01scsi: qla2xxx: Remove in_interrupt() from qla83xx-specific codeAhmed S. Darwish1-24/+19
2020-10-14Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-2/+1
2020-10-02scsi: qla2xxx: Fix inconsistent format argument type in qla_os.cYe Bin1-2/+2
2020-09-29scsi: qla2xxx: Fix point-to-point (N2N) device discovery issueArun Easi1-0/+2
2020-09-29scsi: qla2xxx: Fix buffer-buffer credit extraction errorQuinn Tran1-15/+4
2020-09-22scsi: qla2xxx: Update version to 10.02.00.102-kNilesh Javali1-1/+0
2020-09-22scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap1-0/+1
2020-09-22scsi: qla2xxx: Add IOCB resource trackingQuinn Tran1-0/+6
2020-09-22scsi: qla2xxx: Performance tweakQuinn Tran1-4/+5
2020-09-22scsi: qla2xxx: Fix memory size truncationQuinn Tran1-2/+3
2020-09-22scsi: qla2xxx: Reduce duplicate code in reporting speedQuinn Tran1-94/+2
2020-09-16scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner1-2/+1
2020-09-15Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen1-4/+5
2020-08-24scsi: qla2xxx: Remove pci-dma-compat wrapper APISuraj Upadhyay1-2/+2
2020-08-17Revert "scsi: qla2xxx: Disable T10-DIF feature with FC-NVMe during probe"Quinn Tran1-4/+0
2020-08-17scsi: qla2xxx: Check if FW supports MQ before enablingSaurav Kashyap1-0/+5
2020-07-01scsi: qla2xxx: SAN congestion management implementationShyam Sundar1-0/+18
2020-07-01scsi: qla2xxx: Change in PUREX to handle FPIN ELS requestsShyam Sundar1-4/+15