summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-17scsi: lpfc: Fix NPIV discovery and Fabric Node detectionJames Smart1-6/+5
2020-11-17scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately failsJames Smart1-15/+24
2020-11-17scsi: lpfc: Rework remote port lock handlingJames Smart1-221/+151
2020-11-17scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart1-10/+2
2020-11-17scsi: lpfc: Rework locations of ndlp reference takingJames Smart1-3/+9
2020-11-17scsi: lpfc: Rework remote port ref counting and node freeingJames Smart1-270/+51
2020-10-27scsi: lpfc: Add FDMI Vendor MIB supportJames Smart1-2/+4
2020-10-27scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart1-0/+35
2020-09-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-24/+52
2020-09-16scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart1-24/+52
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+3
2020-07-25scsi: lpfc: Fix kerneldoc parameter formatting/misnaming/missing issuesLee Jones1-7/+8
2020-07-03scsi: lpfc: Add an internal trace log bufferDick Kennedy1-102/+114
2020-06-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+3
2020-05-10lpfc: nvmet: Add support for NVME LS request hosthandleJames Smart1-0/+6
2020-05-10lpfc: Refactor lpfc nvme headersJames Smart1-2/+0
2020-05-08scsi: lpfc: Remove unnecessary lockdep_assert_held callsDick Kennedy1-5/+3
2020-02-18scsi: lpfc: add RDF registration and Link Integrity FPIN loggingJames Smart1-1/+3
2020-02-11scsi: lpfc: Copyright updates for 12.6.0.4 patchesJames Smart1-1/+1
2020-02-11scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart1-20/+39
2019-12-21scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart1-0/+5
2019-11-06scsi: lpfc: Clarify FAWNN error messageJames Smart1-2/+2
2019-11-06scsi: lpfc: Fix configuration of BB credit recovery in service parametersJames Smart1-10/+3
2019-10-25scsi: lpfc: Add additional discovery log messagesJames Smart1-4/+35
2019-10-01scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbqJames Smart1-1/+4
2019-10-01scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart1-1/+6
2019-10-01scsi: lpfc: Fix device recovery errors after PLOGI failuresJames Smart1-17/+27
2019-10-01scsi: lpfc: Fix rpi release when deleting vportJames Smart1-29/+59
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus1-2/+2
2019-08-20scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart1-38/+40
2019-08-20scsi: lpfc: Fix reported physical link speed on a disabled trunked linkJames Smart1-0/+2
2019-08-20scsi: lpfc: Fix deadlock on host_lock during cable pullsJames Smart1-21/+26
2019-08-20scsi: lpfc: Fix loss of remote port after devloss due to lack of RPIsJames Smart1-9/+32
2019-08-20scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart1-2/+6
2019-08-20scsi: lpfc: use spin_lock_irqsave in IRQ contextFuqian Huang1-2/+3
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart1-0/+35
2019-04-13scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-2/+8
2019-04-04scsi: lpfc: Annotate switch/case fall-throughBart Van Assche1-1/+4
2019-03-19scsi: lpfc: Fix handling of trunk links state reportingJames Smart1-8/+2
2019-03-19scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart1-1/+10
2019-03-19scsi: lpfc: Fix use-after-free mailbox cmd completionJames Smart1-0/+4
2019-02-06scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart1-1/+1
2019-02-06scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart1-20/+16
2019-02-06scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart1-2/+0
2018-12-20scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart1-0/+2
2018-12-20scsi: lpfc: Fix link state reporting for trunking when adapter is offlineJames Smart1-2/+14
2018-12-13scsi: lpfc: Enable Management features for IF_TYPE=6James Smart1-1/+1
2018-12-08scsi: lpfc: Defer LS_ACC to FLOGI on point to point loginsJames Smart1-0/+7
2018-12-08scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart1-6/+56
2018-12-08scsi: lpfc: refactor mailbox structure context fieldsJames Smart1-38/+38