aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_nvme.c
AgeCommit message (Expand)Author
2020-10-29scsi: qla2xxx: Fix wrong return value in qla_nvme_register_hba()Tianjia Zhang
2020-09-03scsi: qla2xxx: Fix null pointer access during disconnect from subsystemQuinn Tran
2020-06-23scsi: qla2xxx: Set NVMe status code for failed NVMe FCP requestDaniel Wagner
2020-05-19scsi: qla2xxx: Fix endianness annotations in source filesBart Van Assche
2020-05-19scsi: qla2xxx: Cast explicitly to uint16_t / uint32_tBart Van Assche
2020-05-19scsi: qla2xxx: Change {RD,WRT}_REG_*() function names from upper case into lo...Bart Van Assche
2020-04-10Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-04-04nvme-fc: Revert "add module to ops template to allow module references"James Smart
2020-02-28scsi: qla2xxx: Convert MAKE_HANDLE() from a define into an inline functionBart Van Assche
2019-12-13Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-27nvme_fc: add module to ops template to allow module referencesJames Smart
2019-11-08scsi: qla2xxx: Fix double scsi_done for abort pathQuinn Tran
2019-08-12scsi: qla2xxx: Introduce qla2xxx_get_next_handle()Bart Van Assche
2019-08-12scsi: qla2xxx: Enable type checking for the SRB free and done callback functionsBart Van Assche
2019-08-12scsi: qla2xxx: Remove a superfluous pointer checkBart Van Assche
2019-08-12scsi: qla2xxx: Improve Linux kernel coding style conformanceBart Van Assche
2019-08-07scsi: qla2xxx: Allow NVMe IO to resume with short cable pullQuinn Tran
2019-06-27scsi: qla2xxx: move IO flush to the front of NVME rport unregistrationQuinn Tran
2019-06-27scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race conditionQuinn Tran
2019-06-27scsi: qla2xxx: on session delete, return nvme cmdQuinn Tran
2019-06-27scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devicesArun Easi
2019-04-29scsi: qla2xxx: Complain loudly about reference count underflowBart Van Assche
2019-04-29scsi: qla2xxx: Use __le64 instead of uint32_t[2] for sending DMA addresses to...Bart Van Assche
2019-04-29scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche
2019-04-29scsi: qla2xxx: Fix race conditions in the code for aborting SCSI commandsBart Van Assche
2019-04-29scsi: qla2xxx: Remove the fcport test from qla_nvme_abort_work()Bart Van Assche
2019-04-15scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche
2019-04-08scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche
2019-04-08scsi: qla2xxx: fix spelling mistake "alredy" -> "already"Colin Ian King
2019-04-03scsi: qla2xxx: Fix driver unload when FC-NVMe LUNs are connectedGiridhar Malavali
2019-04-03scsi: qla2xxx: Set remote port devloss timeout to 0Giridhar Malavali
2019-04-03scsi: qla2xxx: Increase the max_sgl_segments to 1024Giridhar Malavali
2019-02-19scsi: qla2xxx: Check for FW started flag before abortingHimanshu Madhani
2019-02-19scsi: qla2xxx: Fix unload when NVMe devices are configuredHimanshu Madhani
2019-02-19scsi: qla2xxx: Add First Burst support for FC-NVMe devicesDarren Trapp
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-12scsi: qla2xxx: Fix NPIV handling for FC-NVMeHimanshu Madhani
2018-11-19nvme-fc: remove ->poll implementationJens Axboe
2018-09-27scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configuredHimanshu Madhani
2018-09-27scsi: qla2xxx: Fix NVMe session hang on unloadQuinn Tran
2018-09-11scsi: qla2xxx: Move {get|rel}_sp to base_qpair structQuinn Tran
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran
2018-03-21scsi: qla2xxx: Cleanup code to improve FC-NVMe error handlingDarren Trapp
2018-03-21scsi: qla2xxx: Fix FC-NVMe IO abort during driver resetDarren Trapp
2018-03-21scsi: qla2xxx: Remove nvme_done_listDarren Trapp
2018-03-21scsi: qla2xxx: Return busy if rport going awayDarren Trapp
2018-03-21scsi: qla2xxx: Add FC-NVMe abort processingDarren Trapp
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp
2018-03-21scsi: qla2xxx: Remove unneeded message and minor cleanup for FC-NVMehimanshu.madhani@cavium.com
2018-03-21scsi: qla2xxx: Restore ZIO threshold settingDarren Trapp