summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-41/+23Star
|\
| * treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-2/+1Star
| * treewide: Use DEVICE_ATTR_ROJoe Perches2018-01-091-10/+8Star
| * treewide: Use DEVICE_ATTR_RWJoe Perches2018-01-091-29/+14Star
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-3118-386/+964
|\ \ | |/ |/|
| * scsi: lpfc: fix a couple of minor indentation issuesColin Ian King2018-01-041-4/+4
| * scsi: lpfc: don't dereference localport before it has been null checkedColin Ian King2018-01-041-1/+1
| * scsi: lpfc: correct sg_seg_cnt attribute min vs defaultJames Smart2017-12-211-1/+1
| * scsi: lpfc: update driver version to 11.4.0.6James Smart2017-12-211-1/+1
| * scsi: lpfc: Beef up stat counters for debugJames Smart2017-12-216-19/+171
| * scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.James Smart2017-12-211-84/+51Star
| * scsi: lpfc: Fix issues connecting with nvme initiatorJames Smart2017-12-211-2/+2
| * scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabledJames Smart2017-12-213-27/+34
| * scsi: lpfc: Increase SCSI CQ and WQ sizes.James Smart2017-12-213-27/+46
| * scsi: lpfc: Fix receive PRLI handlingJames Smart2017-12-212-14/+47
| * scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcvJames Smart2017-12-213-13/+36
| * scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart2017-12-214-22/+63
| * scsi: lpfc: update driver version to 11.4.0.5James Smart2017-12-051-1/+1
| * scsi: lpfc: small sg cnt cleanupJames Smart2017-12-055-8/+19
| * scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart2017-12-053-11/+105
| * scsi: lpfc: Fix crash during driver unload with running nvme trafficJames Smart2017-12-052-0/+25
| * scsi: lpfc: Correct driver deregistrations with host nvme transportJames Smart2017-12-053-6/+114
| * scsi: lpfc: correct port registrations with nvme_fcJames Smart2017-12-052-9/+14
| * scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart2017-12-053-5/+25
| * scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCNJames Smart2017-12-051-2/+2
| * scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart2017-12-054-22/+42
| * scsi: lpfc: Fix display for debugfs queInfoJames Smart2017-12-051-7/+7
| * scsi: lpfc: Driver fails to detect direct attach storage arrayJames Smart2017-12-051-16/+20
| * scsi: lpfc: Raise maximum NVME sg list size for 256 elementsJames Smart2017-12-051-1/+1
| * scsi: lpfc: Fix NVME LS abort_xriJames Smart2017-12-051-0/+1
| * scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart2017-12-051-33/+51
| * scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart2017-12-055-75/+35Star
| * scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart2017-12-055-43/+112
| * scsi: lpfc: FLOGI failures are reported when connected to a private loop.James Smart2017-12-051-13/+14
* | scsi: lpfc: Use after free in lpfc_rq_buf_free()Dan Carpenter2017-11-291-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-1515-236/+420
|\
| * scsi: lpfc: Fix hard lock up NMI in els timeout handling.Dick Kennedy2017-11-091-3/+10
| * scsi: lpfc: fix kzalloc-simple.cocci warningsVasyl Gomonovych2017-11-031-7/+2Star
| * scsi: lpfc: Fix a precedence bug in lpfc_nvme_io_cmd_wqe_cmpl()Dan Carpenter2017-10-171-1/+1
| * scsi: lpfc: change version to 11.4.0.4Dick Kennedy2017-10-031-1/+1
| * scsi: lpfc: correct nvme sg segment count checkJames Smart2017-10-031-2/+2
| * scsi: lpfc: Fix oops of nvme host during driver unload.Dick Kennedy2017-10-032-0/+19
| * scsi: lpfc: Extend RDP supportDick Kennedy2017-10-031-12/+0Star
| * scsi: lpfc: Ensure io aborts interlocked with the target.Dick Kennedy2017-10-031-25/+34
| * scsi: lpfc: Fix secure firmware updatesDick Kennedy2017-10-031-1/+1
| * scsi: lpfc: Fix crash in lpfc_nvme_fcp_io_submit during LIPDick Kennedy2017-10-031-0/+10
| * scsi: lpfc: Disable NPIV support if NVME is enabledDick Kennedy2017-10-031-0/+9
| * scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy2017-10-031-4/+11
| * scsi: lpfc: Revise NVME module parameter descriptions for better clarityDick Kennedy2017-10-031-2/+2
| * scsi: lpfc: Set missing abort contextJames Smart2017-10-031-0/+1