summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
AgeCommit message (Expand)AuthorFilesLines
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds35-2773/+13071
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+1
2017-02-27scsi: lpfc: use proper format string for dma_addr_tArnd Bergmann1-6/+6
2017-02-27scsi: lpfc: use div_u64 for 64-bit divisionArnd Bergmann1-32/+32
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-2/+2
2017-02-27scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada1-7/+7
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-22scsi: lpfc: Update lpfc version to 11.2.0.7James Smart1-1/+1
2017-02-22scsi: lpfc: Update copyrightsJames Smart35-40/+112
2017-02-22scsi: lpfc: NVME Target: Add debugfs supportJames Smart3-5/+628
2017-02-22scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart9-15/+1752
2017-02-22scsi: lpfc: NVME Target: Merge into FC discoveryJames Smart5-14/+167
2017-02-22scsi: lpfc: NVME Target: Receive buffer updatesJames Smart9-22/+1374
2017-02-22scsi: lpfc: NVME Target: Base modificationsJames Smart12-20/+807
2017-02-22scsi: lpfc: NVME Initiator: Add debugfs supportJames Smart8-124/+1300
2017-02-22scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart13-38/+2411
2017-02-22scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart10-279/+851
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart22-1618/+3337
2017-02-22scsi: lpfc: refactor debugfs queue dump routinesJames Smart2-135/+101
2017-02-22scsi: lpfc: refactor debugfs queue printsJames Smart2-337/+228
2017-02-22scsi: lpfc: minor code cleanupsJames Smart10-89/+98
2017-02-22scsi: lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectorsChristoph Hellwig3-189/+54
2017-02-22scsi: lpfc: Correct WQ creation for pagesizeJames Smart2-4/+7
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-37/+90
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-24/+23
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2
2017-01-20scsi: lpfc: Fix lpfc_wwn_set return code checkJames Smart1-2/+2
2017-01-20scsi: lpfc: Replace BUG() with BUG_ON()Shyam Saini1-2/+1
2017-01-17scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn1-0/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra4-24/+23
2017-01-11scsi: lpfc: avoid double free of resource identifiersRoberto Sassu1-0/+7
2017-01-05scsi: lpfc: Reinstate lpfc_soft_wwn parameterJames Smart3-3/+240
2017-01-05scsi: lpfc: lpfc version change to 11.2.0.4James Smart1-1/+1
2017-01-05scsi: lpfc: Add missing memory barrierJames Smart1-0/+2
2017-01-05scsi: lpfc: Correct oops on vport port resetsJames Smart1-3/+4
2017-01-05scsi: lpfc: Deprecate lpfc_prot_sg_seg_cnt parameterJames Smart2-11/+0
2017-01-05scsi: lpfc: Fix Xlane dynamic LUN set for LUN priority.James Smart3-17/+31
2017-01-05scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart1-0/+8
2017-01-05scsi: lpfc: Correct host name in symbolic_name fieldJames Smart1-0/+17
2017-01-05scsi: lpfc: Correct issue leading to oops during link resetJames Smart1-0/+1
2017-01-05scsi: lpfc: Deprecate lpfc_soft_wwn parameterJames Smart3-233/+3
2017-01-05scsi: lpfc: Correct error in setting OS Driver Version with FWJames Smart1-1/+2
2017-01-05scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2-0/+12
2016-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds11-333/+506
2016-11-30scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-5/+2
2016-11-25scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira1-6/+8
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-20/+20
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2-40/+40
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-17/+17