summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-27scsi: lpfc: Correct MDS diag and nvmet configurationJames Smart1-1/+1
2018-08-27scsi: lpfc: Default fdmi_on to onJames Smart1-4/+4
2018-08-02scsi: lpfc: update driver version to 12.0.0.6James Smart1-1/+1
2018-08-02scsi: lpfc: Remove lpfc_enable_pbde as module parameterJames Smart1-10/+2
2018-08-02scsi: lpfc: Correct LCB ACCept payloadJames Smart1-0/+2
2018-08-02scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart6-53/+74
2018-08-02scsi: lpfc: Fix driver crash when re-registering NVME rports.James Smart1-8/+14
2018-08-02scsi: lpfc: Fix list corruption on the completion queue.James Smart1-8/+36
2018-08-02scsi: lpfc: Fix sysfs Speed value on CNA portsJames Smart1-0/+18
2018-08-02scsi: lpfc: Fix ELS abort on SLI-3 adaptersJames Smart2-2/+17