summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali2019-04-041-1/+1
* scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani2019-02-201-0/+8
* scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani2019-02-201-12/+10
* scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp2019-02-201-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-131-13/+3
* | nvme-fc: remove ->poll implementationJens Axboe2018-11-191-12/+0
|/
* scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani2018-09-281-3/+0
* scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran2018-09-281-1/+1
* scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran2018-09-121-1/+1
* scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran2018-08-021-5/+10
* scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp2018-03-211-1/+1
* scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp2018-03-211-5/+12