summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani2018-09-271-3/+0
* scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran2018-09-271-1/+1
* scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran2018-09-111-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
* scsi: qla2xxx: Remove nvme_done_listDarren Trapp2018-03-211-11/+2
* scsi: qla2xxx: Return busy if rport going awayDarren Trapp2018-03-211-11/+20
* scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp2018-03-211-18/+18
* scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp2018-03-211-80/+62
* scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com2018-03-211-8/+3
* scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp2018-03-211-5/+0
* qla2xxx: remove use of FC-specific error codesJames Smart2017-09-251-1/+1
* scsi: qla2xxx: Fix WWPN/WWNN in debug messageDarren Trap2017-08-241-4/+4
* scsi: qla2xxx: Add command completion for error pathDuane Grigsby2017-08-241-1/+12
* scsi: qla2xxx: Fix remoteport disconnect for FC-NVMehimanshu.madhani@cavium.com2017-08-071-2/+7
* scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote portshimanshu.madhani@cavium.com2017-08-071-49/+10
* scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby2017-08-071-3/+11
* scsi: qla2xxx: Move function prototype to correct headerhimanshu.madhani@cavium.com2017-08-071-5/+4
* scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com2017-08-071-34/+27
* qla2xxx: Fix NVMe entry_type for iocb packet on BE systemHimanshu Madhani2017-07-011-1/+2
* scsi: qla2xxx: avoid unused-function warningArnd Bergmann2017-07-011-8/+12
* scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King2017-07-011-2/+2
* scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby2017-06-271-0/+756