aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-13scsi: lpfc: Update lpfc version to 12.2.0.2James Smart1-1/+1
2019-05-13scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart1-1/+4
2019-05-13scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart1-13/+19
2019-05-13scsi: lpfc: resolve lockdep warningsJames Smart2-33/+56
2019-04-18scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing1-1/+1
2019-04-12Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen1-4/+3
2019-04-12scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke1-2/+8
2019-04-08scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2-0/+12
2019-04-08scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche1-2/+2
2019-04-03scsi: lpfc: Fix missing wakeups on abort threadsJames Smart1-4/+3
2019-04-03scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche4-18/+18
2019-04-03scsi: lpfc: Remove unused functionsBart Van Assche1-153/+0
2019-04-03scsi: lpfc: Remove set-but-not-used variablesBart Van Assche3-29/+15
2019-04-03scsi: lpfc: Move trunk_errmsg[] from a header file into a .c fileBart Van Assche2-16/+18
2019-04-03scsi: lpfc: Annotate switch/case fall-throughBart Van Assche6-6/+13
2019-04-03scsi: lpfc: Fix indentation and balance bracesBart Van Assche1-3/+3
2019-04-03scsi: lpfc: Declare local functions staticBart Van Assche6-14/+14
2019-03-25scsi: lpfc: avoid uninitialized variable warningArnd Bergmann1-4/+4
2019-03-25scsi: lpfc: change snprintf to scnprintf for possible overflowSilvio Cesare4-339/+349
2019-03-20scsi: lpfc: Fixup eq_clr_intr referencesJames Smart2-4/+4
2019-03-20scsi: lpfc: Fix build errorJames Bottomley2-7/+5
2019-03-19scsi: be2iscsi: lpfc: fix typoMatteo Croce1-2/+2
2019-03-19scsi: lpfc: Update lpfc version to 12.2.0.1James Smart1-1/+1
2019-03-19scsi: lpfc: Update Copyright in driver versionJames Smart3-3/+3
2019-03-19scsi: lpfc: Enhance 6072 log stringJames Smart1-1/+3
2019-03-19scsi: lpfc: Fix duplicate log message numbersJames Smart3-5/+5
2019-03-19scsi: lpfc: Specify node affinity for queue memory allocationJames Smart3-35/+53
2019-03-19scsi: lpfc: Reduce memory footprint for lpfc_queueJames Smart4-45/+35
2019-03-19scsi: lpfc: Add loopback testing to trunking modeJames Smart4-37/+128
2019-03-19scsi: lpfc: Fix link speed reporting for 4-link trunkJames Smart1-2/+2
2019-03-19scsi: lpfc: Fix handling of trunk links state reportingJames Smart1-8/+2
2019-03-19scsi: lpfc: Fix protocol support on G6 and G7 adaptersJames Smart1-2/+2
2019-03-19scsi: lpfc: Correct boot bios information to FDMI registrationJames Smart3-18/+71
2019-03-19scsi: lpfc: Fix HDMI2 registration string for symbolic nameJames Smart1-1/+1
2019-03-19scsi: lpfc: Fix fc4type information for FDMIJames Smart1-7/+10
2019-03-19scsi: lpfc: Fix FDMI manufacturer attribute valueJames Smart1-1/+4
2019-03-19scsi: lpfc: Fix io lost on host resetsJames Smart1-0/+7
2019-03-19scsi: lpfc: Fix mailbox hang on adapter initJames Smart1-6/+6
2019-03-19scsi: lpfc: Fix driver crash in target reset handlerJames Smart1-3/+4
2019-03-19scsi: lpfc: Correct localport timeout duration errorJames Smart2-1/+7
2019-03-19scsi: lpfc: Convert bootstrap mbx polling from msleep to udelayJames Smart1-1/+1
2019-03-19scsi: lpfc: Coordinate adapter error handling with offline handlingJames Smart4-3/+45
2019-03-19scsi: lpfc: Stop adapter if pci errors detectedJames Smart2-3/+15
2019-03-19scsi: lpfc: Fix deadlock due to nested hbalock callJames Smart1-3/+3
2019-03-19scsi: lpfc: Fix nvmet handling of first burst cmdJames Smart1-1/+1
2019-03-19scsi: lpfc: Fix lpfc_nvmet_mrq attribute handling when 0James Smart3-6/+6
2019-03-19scsi: lpfc: Fix nvmet async receive buffer replenishmentJames Smart1-1/+24
2019-03-19scsi: lpfc: Fix location of SCSI ktime countersJames Smart1-8/+7
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 Smart2-1/+5