summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: lpfc: Refactor cleanup of mailbox commandsJames Smart2022-04-191-91/+33
* scsi: lpfc: Fix field overload in lpfc_iocbq data structureJames Smart2022-04-191-4/+4
* scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completionJames Smart2022-04-191-1/+2
* scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart2022-03-301-0/+1
* scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart2022-03-301-23/+96
* scsi: lpfc: Copyright updates for 14.2.0.0 patchesJames Smart2022-03-151-1/+1
* scsi: lpfc: SLI path split: Refactor misc ELS pathsJames Smart2022-03-151-18/+26
* scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanupJames Smart2021-12-071-1/+7
* scsi: lpfc: Fix NPIV port deletion crashJames Smart2021-12-071-2/+0
* scsi: lpfc: Allow fabric node recovery if recovery is in progress before devlossJames Smart2021-10-211-2/+109
* scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routineJames Smart2021-10-211-0/+1
* scsi: lpfc: Fix EEH support for NVMe I/OJames Smart2021-09-151-0/+1
* scsi: lpfc: Fix rediscovery of tape device after LIPJames Smart2021-09-151-2/+5
* scsi: lpfc: Fix hang on unload due to stuck fport nodeJames Smart2021-09-151-1/+13
* scsi: lpfc: Don't release final kref on Fport node while ABTS outstandingJames Smart2021-09-151-4/+6
* scsi: lpfc: Add support for the CM frameworkJames Smart2021-08-251-0/+4
* scsi: lpfc: Add EDC ELS supportJames Smart2021-08-251-2/+17
* scsi: lpfc: Add 256 Gb link speed supportJames Smart2021-07-271-0/+1
* scsi: lpfc: Delay unregistering from transport until GIDFT or ADISC completesJames Smart2021-07-191-49/+148
* scsi: lpfc: vmid: Add QFPA and VMID timeout check in worker threadGaurav Srivastava2021-06-101-0/+43
* scsi: lpfc: vmid: Timeout implementation for VMIDGaurav Srivastava2021-06-101-0/+105
* scsi: lpfc: Fix node handling for Fabric Controller and Domain ControllerJames Smart2021-05-221-4/+50
* scsi: lpfc: Fix unreleased RPIs when NPIV ports are createdJames Smart2021-05-221-2/+25
* scsi: lpfc: Standardize discovery object logging formatJames Smart2021-04-131-5/+5
* scsi: lpfc: Fix missing FDMI registrations after Mgmt Svc loginJames Smart2021-04-131-2/+4
* scsi: lpfc: Fix rmmod crash due to bad ring pointers to abort_iotagJames Smart2021-04-131-7/+3
* scsi: lpfc: Fix incorrect naming of __lpfc_update_fcf_record()Lee Jones2021-03-161-1/+1
* scsi: lpfc: Update copyrights for 12.8.0.7 and 12.8.0.8 changesJames Smart2021-03-041-1/+1
* scsi: lpfc: Fix vport indices in lpfc_find_vport_by_vpid()James Smart2021-03-041-2/+2
* scsi: lpfc: Fix ancient double freeDan Carpenter2021-01-271-8/+7
* scsi: lpfc: Implement health checking when aborting I/OJames Smart2021-01-081-0/+3
* scsi: lpfc: Fix crash when a fabric node is released prematurelyJames Smart2021-01-081-5/+13
* scsi: lpfc: Fix set but unused variables in lpfc_dev_loss_tmo_handler()James Smart2020-11-201-2/+0
* scsi: lpfc: Fix set but not used warnings from Rework remote port lock handlingJames Smart2020-11-201-4/+0
* scsi: lpfc: Convert abort handling to SLI-3 and SLI-4 handlersJames Smart2020-11-171-1/+1
* scsi: lpfc: Fix NPIV Fabric Node reference countingJames Smart2020-11-171-17/+12
* scsi: lpfc: Fix NPIV discovery and Fabric Node detectionJames Smart2020-11-171-6/+5
* scsi: lpfc: Remove ndlp when a PLOGI/ADISC/PRLI/REG_RPI ultimately failsJames Smart2020-11-171-15/+24
* scsi: lpfc: Rework remote port lock handlingJames Smart2020-11-171-221/+151
* scsi: lpfc: Fix removal of SCSI transport device get and put on dev structureJames Smart2020-11-171-10/+2
* scsi: lpfc: Rework locations of ndlp reference takingJames Smart2020-11-171-3/+9
* scsi: lpfc: Rework remote port ref counting and node freeingJames Smart2020-11-171-270/+51
* scsi: lpfc: Add FDMI Vendor MIB supportJames Smart2020-10-271-2/+4
* scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpiJames Smart2020-10-271-0/+35
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-261-24/+52
|\
| * scsi: lpfc: Fix initial FLOGI failure due to BBSCN not supportedJames Smart2020-09-161-24/+52
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+3
|/
* scsi: lpfc: Fix kerneldoc parameter formatting/misnaming/missing issuesLee Jones2020-07-251-7/+8
* scsi: lpfc: Add an internal trace log bufferDick Kennedy2020-07-031-102/+114
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-061-5/+3
|\