summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Return EBUSY on fcport deletionDaniel Wagner2020-10-261-2/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-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-071-3/+3
* | Merge tag 'spdx-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2020-10-141-2/+1
|\ \ | |/ |/|
| * scsi/qla2xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
* | scsi: qla2xxx: Add SLER and PI control supportSaurav Kashyap2020-09-221-2/+14
* | scsi: qla2xxx: Fix I/O errors during LIP reset testsArun Easi2020-09-221-0/+8
* | scsi: qla2xxx: Performance tweakQuinn Tran2020-09-221-4/+4
* | scsi: qla2xxx: Fix I/O failures during remote port toggle testingArun Easi2020-09-221-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-171-0/+5
| * scsi: qla2xxx: Fix WARN_ON in qla_nvme_register_hbaArun Easi2020-08-171-1/+9
* | scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang2020-08-241-1/+1
|/
* scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner2020-06-231-1/+2
* scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche2020-05-191-4/+4
* scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche2020-05-191-2/+2
* scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche2020-05-191-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-281-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-271-0/+1
* | scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran2019-11-081-2/+2
|/
* scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche2019-08-121-12/+2
* scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche2019-08-121-7/+4
* scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche2019-08-121-1/+1
* scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche2019-08-121-1/+0
* scsi: qla2xxx: Allow NVMe IO to resume with short cable pullQuinn Tran2019-08-071-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-151-0/+1
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-081-2/+2
* scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King2019-04-081-1/+1
* scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali2019-04-031-6/+23
* scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali2019-04-031-12/+7
* scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali2019-04-031-1/+1
* scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani2019-02-191-0/+8
* scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani2019-02-191-12/+10
* scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-191-5/+12
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-13/+3
|\
| * scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani2018-12-121-13/+3
* | nvme-fc: remove ->poll implementationJens Axboe2018-11-191-12/+0
|/