summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Add heartbeat checkQuinn Tran2021-06-231-0/+4
* scsi: qla2xxx: Log PCI address in qla_nvme_unregister_remote_port()Daniel Wagner2021-06-021-1/+1
* scsi: qla2xxx: Fix crash in PCIe error handlingQuinn Tran2021-03-301-2/+8
* scsi: qla2xxx: Simplify the calculation of variablesJiapeng Zhong2021-01-291-1/+1
* scsi: qla2xxx: Wait for ABTS response on I/O timeouts for NVMeBikash Hazarika2021-01-131-1/+90
* scsi: qla2xxx: Handle aborts correctly for port undergoing deletionSaurav Kashyap2020-12-091-1/+1
* scsi: qla2xxx: Don't check for fw_started while posting NVMe commandSaurav Kashyap2020-12-091-8/+4
* scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-12-091-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-241-4/+4
|\
| * scsi: qla2xxx: Fix return of uninitialized value in rvalColin Ian King2020-10-081-1/+1
| * scsi: qla2xxx: Use constant when it is knownPavel Machek (CIP)2020-10-081-3/+3
* | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-151-2/+1
|\ \ | |/ |/|
| * scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* | scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap2020-09-231-2/+14
* | scsi: qla2xxx: Fix I/O errors during LIP reset testsArun Easi2020-09-231-0/+8
* | scsi: qla2xxx: Performance tweakQuinn Tran2020-09-231-4/+4
* | scsi: qla2xxx: Fix I/O failures during remote port toggle testingArun Easi2020-09-231-1/+1
* | Merge branch '5.9/scsi-fixes' into 5.10/scsi-ufsMartin K. Petersen2020-09-151-1/+14
|\|
| * scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran2020-08-181-0/+5
| * scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2020-08-181-1/+9
* | scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang2020-08-251-1/+1
|/
* scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner2020-06-241-1/+2
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-201-4/+4
* scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-201-2/+2
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-201-2/+2
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-101-1/+0
|\
| * nvme-fc: Revert "add module to ops template to allow module references"James Smart2020-04-041-1/+0
* | scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche2020-02-291-1/+1
|/
* Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-0/+1
|\
| * nvme_fc: add module to ops template to allow module referencesJames Smart2019-11-261-0/+1
* | scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran2019-11-091-2/+2
|/
* scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-131-12/+2
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-131-7/+4
* scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche2019-08-131-1/+1
* scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche2019-08-131-1/+0
* scsi: qla2xxx: Allow NVMe IO to resume with short cable pullQuinn Tran2019-08-081-1/+3
* scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran2019-06-271-12/+2
* scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran2019-06-271-50/+113
* scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran2019-06-271-9/+19
* scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi2019-06-271-27/+10
* scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche2019-04-291-10/+5
* scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche2019-04-291-4/+2
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-9/+5
* scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche2019-04-291-32/+2
* scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche2019-04-291-4/+3
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-161-0/+1
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-091-2/+2
* scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-091-1/+1
* scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-041-6/+23
* scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali2019-04-041-12/+7