aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-41/+23
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds18-386/+964
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-2/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-10/+8
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-29/+14
2018-01-03scsi: lpfc: fix a couple of minor indentation issuesColin Ian King1-4/+4
2018-01-03scsi: lpfc: don't dereference localport before it has been null checkedColin Ian King1-1/+1
2017-12-20scsi: lpfc: correct sg_seg_cnt attribute min vs defaultJames Smart1-1/+1
2017-12-20scsi: lpfc: update driver version to 11.4.0.6James Smart1-1/+1
2017-12-20scsi: lpfc: Beef up stat counters for debugJames Smart6-19/+171
2017-12-20scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.James Smart1-84/+51
2017-12-20scsi: lpfc: Fix issues connecting with nvme initiatorJames Smart1-2/+2
2017-12-20scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabledJames Smart3-27/+34
2017-12-20scsi: lpfc: Increase SCSI CQ and WQ sizes.James Smart3-27/+46
2017-12-20scsi: lpfc: Fix receive PRLI handlingJames Smart2-14/+47
2017-12-20scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart3-13/+36
2017-12-20scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart4-22/+63
2017-12-04scsi: lpfc: update driver version to 11.4.0.5James Smart1-1/+1
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart5-8/+19
2017-12-04scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart3-11/+105
2017-12-04scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart2-0/+25
2017-12-04scsi: lpfc: Correct driver deregistrations with host nvme transportJames Smart3-6/+114
2017-12-04scsi: lpfc: correct port registrations with nvme_fcJames Smart2-9/+14
2017-12-04scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart3-5/+25
2017-12-04scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCNJames Smart1-2/+2
2017-12-04scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart4-22/+42
2017-12-04scsi: lpfc: Fix display for debugfs queInfoJames Smart1-7/+7
2017-12-04scsi: lpfc: Driver fails to detect direct attach storage arrayJames Smart1-16/+20
2017-12-04scsi: lpfc: Raise maximum NVME sg list size for 256 elementsJames Smart1-1/+1
2017-12-04scsi: lpfc: Fix NVME LS abort_xriJames Smart1-0/+1
2017-12-04scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart1-33/+51
2017-12-04scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart5-75/+35
2017-12-04scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart5-43/+112
2017-12-04scsi: lpfc: FLOGI failures are reported when connected to a private loop.James Smart1-13/+14
2017-11-28scsi: lpfc: Use after free in lpfc_rq_buf_free()Dan Carpenter1-1/+1
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds15-236/+420
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+5
2017-11-10lpfc: tie in to new dev_loss_tmo interface in nvme transportJames Smart1-0/+5
2017-11-08scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy1-3/+10
2017-11-03scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych1-7/+2
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook7-49/+41
2017-10-16scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter1-1/+1
2017-10-02scsi: lpfc: change version to 11.4.0.4Dick Kennedy1-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 Kennedy2-0/+19
2017-10-02scsi: lpfc: Extend RDP supportDick Kennedy1-12/+0
2017-10-02scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy1-25/+34
2017-10-02scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2017-10-02scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy1-0/+10
2017-10-02scsi: lpfc: Disable NPIV support if NVME is enabledDick Kennedy1-0/+9