summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_nvme.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-10scsi: lpfc: Fix panic if driver unloaded when port is offlineJames Smart1-1/+4
2018-05-28scsi: lpfc: Fix crash in blk_mq layer when executing modprobe -r lpfcJames Smart1-0/+9
2018-05-28scsi: lpfc: correct oversubscription of nvme io requests for an adapterJames Smart1-4/+19
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-05-08scsi: lpfc: Fix up log messages and stats counters in IO submit code pathJames Smart1-21/+32
2018-05-08scsi: lpfc: Change IO submit return to EBUSY if remote port is recoveringJames Smart1-6/+7
2018-04-18scsi: lpfc: Fix NULL pointer reference when resetting adapterJames Smart1-16/+20
2018-04-18scsi: lpfc: Fix nvme remoteport registration race conditionsJames Smart1-2/+14
2018-04-18scsi: lpfc: Fix driver not recovering NVME rports during target link faultsJames Smart1-2/+10
2018-04-18scsi: lpfc: Fix NULL pointer access in lpfc_nvme_info_showJames Smart1-4/+9
2018-04-18scsi: lpfc: Add per io channel NVME IO statisticsJames Smart1-34/+73
2018-03-14scsi: lpfc: make several unions static, fix non-ANSI prototypeColin Ian King1-4/+4
2018-03-12scsi: lpfc: Streamline NVME Initiator WQE setupJames Smart1-127/+200
2018-03-12scsi: lpfc: Code cleanup for 128byte wqe data typeJames Smart1-13/+12
2018-02-22scsi: lpfc: Work around NVME cmd iu SGL typeJames Smart1-15/+36
2018-02-22scsi: lpfc: Fix nvme embedded io length on new hardwareJames Smart1-1/+1
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-0/+18
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.James Smart1-11/+13
2018-02-12scsi: lpfc: Fix IO failure during hba reset testing with nvme io.James Smart1-2/+2
2017-12-20scsi: lpfc: Beef up stat counters for debugJames Smart1-4/+39
2017-12-20scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.James Smart1-84/+51
2017-12-20scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart1-21/+45
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart1-1/+2
2017-12-04scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart1-11/+85
2017-12-04scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart1-0/+14
2017-12-04scsi: lpfc: Correct driver deregistrations with host nvme transportJames Smart1-6/+110
2017-12-04scsi: lpfc: correct port registrations with nvme_fcJames Smart1-1/+2
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-63/+111
2017-10-16scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter1-1/+1
2017-10-02scsi: lpfc: correct nvme sg segment count checkJames Smart1-2/+2
2017-10-02scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy1-0/+8
2017-10-02scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy1-25/+34
2017-10-02scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy1-0/+10
2017-10-02scsi: lpfc: Reduce log spew on controller reconnectsJames Smart1-3/+3
2017-10-02scsi: lpfc: Make ktime sampling more accurateDick Kennedy1-11/+23
2017-10-02scsi: lpfc: Fix lpfc nvme host rejecting IO with Not Ready messageDick Kennedy1-18/+28
2017-09-25scsi: lpfc: Cocci spatch "pool_zalloc-simple"Thomas Meyer1-4/+3
2017-09-25lpfc: remove use of FC-specific error codesJames Smart1-1/+1
2017-08-24scsi: lpfc: remove console log clutterJames Smart1-1/+1
2017-08-24scsi: lpfc: Fix bad sgl reposting after 2nd adapter resetDick Kennedy1-2/+9
2017-08-24scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy1-5/+4
2017-08-24scsi: lpfc: Fix oops when NVME Target is discovered in a nonNVME environmentDick Kennedy1-0/+3
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-3/+3
2017-06-26scsi: lpfc: Fix nvme io stoppage after link bounceJames Smart1-34/+1
2017-06-12scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart1-6/+13
2017-06-12scsi: lpfc: Fix transition nvme-i rport handling to nport only.James Smart1-18/+0
2017-06-12scsi: lpfc: Add nvme initiator devloss supportJames Smart1-89/+52
2017-04-25lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart1-6/+11
2017-04-24Update ABORT processing for NVMET.James Smart1-13/+32