aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
AgeCommit message (Expand)Author
2020-04-17scsi: lpfc: Fix broken Credit Recovery after driver loadJames Smart
2019-12-21scsi: lpfc: Fix Fabric hostname registration if system hostname changesJames Smart
2019-11-06scsi: lpfc: Clarify FAWNN error messageJames Smart
2019-11-06scsi: lpfc: Fix configuration of BB credit recovery in service parametersJames Smart
2019-10-24scsi: lpfc: Add additional discovery log messagesJames Smart
2019-09-30scsi: lpfc: Fix list corruption in lpfc_sli_get_iocbqJames Smart
2019-09-30scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart
2019-09-30scsi: lpfc: Fix device recovery errors after PLOGI failuresJames Smart
2019-09-30scsi: lpfc: Fix rpi release when deleting vportJames Smart
2019-09-07scsi: lpfc: Convert existing %pf users to %psSakari Ailus
2019-08-19scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart
2019-08-19scsi: lpfc: Fix reported physical link speed on a disabled trunked linkJames Smart
2019-08-19scsi: lpfc: Fix deadlock on host_lock during cable pullsJames Smart
2019-08-19scsi: lpfc: Fix loss of remote port after devloss due to lack of RPIsJames Smart
2019-08-19scsi: lpfc: Fix PLOGI failure with high remoteport countJames Smart
2019-08-19scsi: lpfc: use spin_lock_irqsave in IRQ contextFuqian Huang
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke
2019-04-03scsi: lpfc: Annotate switch/case fall-throughBart Van Assche
2019-03-19scsi: lpfc: Fix handling of trunk links state reportingJames Smart
2019-03-19scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart
2019-03-19scsi: lpfc: Fix use-after-free mailbox cmd completionJames Smart
2019-02-05scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart
2019-02-05scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart
2019-02-05scsi: lpfc: cleanup: Remove unused FCP_XRI_ABORT_EVENT slowpath eventJames Smart
2018-12-19scsi: lpfc: Fix discovery failure when PLOGI is deferedJames Smart
2018-12-19scsi: lpfc: Fix link state reporting for trunking when adapter is offlineJames Smart
2018-12-12scsi: lpfc: Enable Management features for IF_TYPE=6James Smart
2018-12-07scsi: lpfc: Defer LS_ACC to FLOGI on point to point loginsJames Smart
2018-12-07scsi: lpfc: Fix discovery failures during port failovers with lots of vportsJames Smart
2018-12-07scsi: lpfc: refactor mailbox structure context fieldsJames Smart
2018-11-06scsi: lpfc: add Trunking supportJames Smart
2018-11-06scsi: lpfc: Implement GID_PT on Nameserver query to support faster failoverJames Smart
2018-11-06scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart
2018-11-06scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart
2018-10-16scsi: lpfc: Remove set but not used variable 'psli'YueHaibing
2018-09-11scsi: lpfc: Correct irq handling via locks when taking adapter offlineJames Smart
2018-09-11scsi: lpfc: Fix GFT_ID and PRLI logic for RSCNJames Smart
2018-07-10scsi: lpfc: Revise copyright for new company languageJames Smart
2018-05-28scsi: lpfc: Fix MDS diagnostics failure (Rx < Tx)James Smart
2018-04-18scsi: lpfc: Correct missing remoteport registration during link bouncesJames Smart
2018-03-12scsi: lpfc: Fix SCSI lun discovery when port configured for both SCSI and NVMEJames Smart
2018-02-22scsi: lpfc: Add 64G link speed supportJames Smart
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart
2018-02-12scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart
2017-12-04scsi: lpfc: correct port registrations with nvme_fcJames Smart
2017-12-04scsi: lpfc: Linux LPFC driver does not process all RSCNsJames Smart
2017-12-04scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook