summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2020-10-01scsi: lpfc: Fix coverity errors in fmdi attribute handlingJames Smart2-88/+85
2020-10-01scsi: lpfc: Fix RQ buffer leakage when no IOCBs availableJames Smart1-0/+4
2020-10-01scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounceJames Smart1-17/+18
2020-09-23scsi: lpfc: Fix FLOGI/PLOGI receive race condition in pt2pt discoveryJames Smart1-1/+3
2020-09-03scsi: lpfc: Fix shost refcount mismatch when deleting vportDick Kennedy1-18/+8
2020-08-21scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-06-25scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited eventXiyu Yang1-0/+2
2020-04-29scsi: lpfc: Fix crash in target side cable pulls hitting WAIT_FOR_UNREGJames Smart1-6/+8
2020-04-29scsi: lpfc: Fix kasan slab-out-of-bounds error in lpfc_unreg_loginJames Smart1-0/+2
2020-04-17nvme-fc: Revert "add module to ops template to allow module references"James Smart1-2/+0
2020-01-09scsi: lpfc: Fix memory leak on lpfc_bsg_write_ebuf_set funcBo Wu1-6/+9
2020-01-09nvme_fc: add module to ops template to allow module referencesJames Smart1-0/+2
2020-01-04scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferencesJames Smart1-1/+1
2020-01-04scsi: lpfc: Fix duplicate unreg_rpi error in port offline flowJames Smart1-0/+7
2020-01-04scsi: lpfc: Fix SLI3 hba in loop mode not discovering devicesJames Smart1-1/+3
2020-01-04scsi: lpfc: Fix locking on mailbox command completionJames Smart1-1/+7
2020-01-04scsi: lpfc: Fix discovery failures when target device connectivity bouncesJames Smart1-1/+6
2019-12-17scsi: lpfc: Correct topology type reporting on G7 adaptersJames Smart2-5/+6
2019-12-17scsi: lpfc: Correct code setting non existent bits in sli4 ABORT WQEJames Smart2-13/+3
2019-12-17scsi: lpfc: Cap NPIV vports to 256James Smart3-3/+15
2019-12-05scsi: lpfc: Enable Management features for IF_TYPE=6James Smart4-7/+7
2019-12-05scsi: lpfc: Fix dif and first burst use in write commandsJames Smart1-0/+18
2019-12-05scsi: lpfc: Fix kernel Oops due to null pring pointersJames Smart4-1/+16
2019-12-01scsi: lpfc: Correct loss of fc4 type on remote port address changeJames Smart2-6/+26
2019-12-01scsi: lpfc: Fix odd recovery in duplicate FLOGIs in point-to-pointJames Smart3-12/+64
2019-12-01scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart5-10/+26
2019-11-20scsi: lpfc: Fix errors in log messages.James Smart2-5/+4
2019-11-20scsi: lpfc: Correct invalid EQ doorbell write on if_type=6James Smart1-5/+1
2019-11-20scsi: lpfc: Fix GFT_ID and PRLI logic for RSCNJames Smart3-6/+4
2019-11-12scsi: lpfc: Honor module parameter lpfc_use_adiscDaniel Wagner1-2/+2
2019-11-06scsi: lpfc: Correct localport timeout duration errorJames Smart2-1/+7
2019-11-06scsi: lpfc: Fix a duplicate 0711 log message number.James Smart1-1/+1
2019-06-19scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart1-1/+4
2019-06-19scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart1-13/+19
2019-06-09scsi: lpfc: Fix backport of faf5a744f4f8 ("scsi: lpfc: avoid uninitialized va...Nathan Chancellor1-3/+3
2019-05-31scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart1-1/+10
2019-05-31scsi: lpfc: Fix fc4type information for FDMIJames Smart1-7/+10
2019-05-31scsi: lpfc: Fix FDMI manufacturer attribute valueJames Smart1-0/+3
2019-05-31scsi: lpfc: avoid uninitialized variable warningArnd Bergmann1-4/+4
2019-05-10scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-322/+329
2019-03-05scsi: lpfc: nvmet: avoid hang / use-after-free when destroying targetportEwan D. Milne2-4/+6
2019-03-05scsi: lpfc: nvme: avoid hang / use-after-free when destroying localportEwan D. Milne2-8/+10
2019-02-12scsi: lpfc: Fix LOGO/PLOGI handling when triggerd by ABTS Timeout eventJames Smart2-28/+26
2019-02-12scsi: lpfc: Correct LCB RJT handlingJames Smart1-0/+3
2019-01-13scsi: lpfc: do not set queue->page_count to 0 if pc_sli4_params.wqpcnt is inv...Ewan D. Milne1-1/+2
2018-12-08scsi: lpfc: fix block guard enablement on SLI3 adaptersMartin Wilck2-2/+5
2018-12-01scsi: lpfc: fix remoteport accessArnd Bergmann1-0/+2
2018-11-13scsi: lpfc: Correct race with abort on completion pathJames Smart1-3/+11
2018-11-13scsi: lpfc: Correct soft lockup when running mds diagnosticsJames Smart1-0/+7
2018-09-21scsi: lpfc: Synchronize access to remoteport via rportJames Smart3-13/+23