aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-07-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-07-12scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley1-1/+1
2019-07-11scsi: lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSEArnd Bergmann1-1/+1
2019-07-11Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds13-226/+794
2019-06-27Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen1-2/+1
2019-06-21lpfc: add sysfs interface to post NVME RSCNJames Smart2-0/+61
2019-06-21lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart3-0/+51
2019-06-21lpfc: add nvmet discovery_event op supportJames Smart1-0/+17
2019-06-21lpfc: add support to generate RSCN events for nportJames Smart6-0/+163
2019-06-20scsi: lpfc: use sg helper to iterate over scatterlistMing Lei1-2/+1
2019-06-18scsi: lpfc: Avoid unused function warningsNathan Chancellor1-0/+2
2019-06-18scsi: lpfc: Make some symbols staticYueHaibing3-5/+5
2019-06-18scsi: lpfc: Remove set but not used variables 'qp'YueHaibing1-2/+0
2019-06-18scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer1-4/+3
2019-06-18scsi: lpfc: Update lpfc version to 12.2.0.3James Smart1-1/+1
2019-06-18scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart1-1/+1
2019-06-18scsi: lpfc: Fix BFS crash with DIX enabledJames Smart1-2/+4
2019-06-18scsi: lpfc: Fix FDMI fc4type for nvme supportJames Smart1-3/+11
2019-06-18scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart1-1/+6
2019-06-18scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart4-113/+255
2019-06-18scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart3-19/+155
2019-06-18scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2-3/+9
2019-06-18scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart1-3/+5
2019-06-18scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2-18/+38
2019-06-18scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart1-3/+4
2019-06-18scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart1-1/+2
2019-06-18scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart1-1/+0
2019-06-18scsi: lpfc: Fix PT2PT PLOGI collison stopping discoveryJames Smart1-0/+1
2019-06-18scsi: lpfc: Revert message logging on unsupported topologyJames Smart1-2/+2
2019-06-18scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart4-25/+214
2019-06-18scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart4-30/+64
2019-06-18scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart1-3/+13
2019-06-18scsi: lpfc: Correct nvmet buffer free race conditionJames Smart1-7/+14
2019-06-18scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart1-2/+8
2019-06-18scsi: lpfc: Fix alloc context on oas lun creationsJames Smart1-1/+1
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