aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+1
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran1-2/+2
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche1-12/+2
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche1-7/+4
2019-08-12scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche1-1/+1
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche1-1/+0
2019-08-07scsi: qla2xxx: Allow NVMe IO to resume with short cable pullQuinn Tran1-1/+3
2019-06-27scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran1-12/+2
2019-06-27scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran1-50/+113
2019-06-27scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran1-9/+19
2019-06-27scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi1-27/+10
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche1-10/+5
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to firmwareBart Van Assche1-4/+2
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche1-9/+5
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche1-32/+2
2019-04-29scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche1-4/+3
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche1-0/+1
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche1-2/+2
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King1-1/+1
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali1-6/+23
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali1-12/+7
2019-04-03scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali1-1/+1
2019-02-19scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani1-0/+8
2019-02-19scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani1-12/+10
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp1-5/+12
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-13/+3
2018-12-12scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani1-13/+3
2018-11-19nvme-fc: remove ->poll implementationJens Axboe1-12/+0
2018-09-27scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani1-3/+0
2018-09-27scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran1-1/+1
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran1-1/+1
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-5/+10
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp1-1/+1
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp1-5/+12
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp1-11/+2
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp1-11/+20
2018-03-21scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp1-18/+18
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-80/+62
2018-03-21scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com1-8/+3
2018-03-21scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp1-5/+0
2017-09-25qla2xxx: remove use of FC-specific error codesJames Smart1-1/+1
2017-08-24scsi: qla2xxx: Fix WWPN/WWNN in debug messageDarren Trap1-4/+4
2017-08-24scsi: qla2xxx: Add command completion for error pathDuane Grigsby1-1/+12
2017-08-07scsi: qla2xxx: Fix remoteport disconnect for FC-NVMehimanshu.madhani@cavium.com1-2/+7
2017-08-07scsi: qla2xxx: Simpify unregistration of FC-NVMe local/remote portshimanshu.madhani@cavium.com1-49/+10
2017-08-07scsi: qla2xxx: Added change to enable ZIO for FC-NVMe devicesDuane Grigsby1-3/+11
2017-08-07scsi: qla2xxx: Move function prototype to correct headerhimanshu.madhani@cavium.com1-5/+4
2017-08-07scsi: qla2xxx: Cleanup FC-NVMe codehimanshu.madhani@cavium.com1-34/+27
2017-07-01qla2xxx: Fix NVMe entry_type for iocb packet on BE systemHimanshu Madhani1-1/+2