summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-0435-2773/+13071
|\
| * scsi: lpfc: use proper format string for dma_addr_tArnd Bergmann2017-02-281-6/+6
| * scsi: lpfc: use div_u64 for 64-bit divisionArnd Bergmann2017-02-281-32/+32
| * scsi: lpfc: Update lpfc version to 11.2.0.7James Smart2017-02-231-1/+1
| * scsi: lpfc: Update copyrightsJames Smart2017-02-2335-40/+112
| * scsi: lpfc: NVME Target: Add debugfs supportJames Smart2017-02-233-5/+628
| * scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart2017-02-239-15/+1752
| * scsi: lpfc: NVME Target: Merge into FC discoveryJames Smart2017-02-235-14/+167
| * scsi: lpfc: NVME Target: Receive buffer updatesJames Smart2017-02-239-22/+1374
| * scsi: lpfc: NVME Target: Base modificationsJames Smart2017-02-2312-20/+807
| * scsi: lpfc: NVME Initiator: Add debugfs supportJames Smart2017-02-238-124/+1300
| * scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart2017-02-2313-38/+2411
| * scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart2017-02-2310-279/+851
| * scsi: lpfc: NVME Initiator: Base modificationsJames Smart2017-02-2322-1618/+3337
| * scsi: lpfc: refactor debugfs queue dump routinesJames Smart2017-02-232-135/+101
| * scsi: lpfc: refactor debugfs queue printsJames Smart2017-02-232-337/+228
| * scsi: lpfc: minor code cleanupsJames Smart2017-02-2310-89/+98
| * scsi: lpfc: use pci_irq_alloc_vectors and pci_irq_free_vectorsChristoph Hellwig2017-02-233-189/+54
| * scsi: lpfc: Correct WQ creation for pagesizeJames Smart2017-02-232-4/+7
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-281-2/+2
* | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-281-7/+7
* | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-219-37/+90
|\
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+2
| * scsi: lpfc: Fix lpfc_wwn_set return code checkJames Smart2017-01-211-2/+2
| * scsi: lpfc: Replace BUG() with BUG_ON()Shyam Saini2017-01-201-2/+1
| * scsi: lpfc: Reinstate lpfc_soft_wwn parameterJames Smart2017-01-063-3/+240
| * scsi: lpfc: lpfc version change to 11.2.0.4James Smart2017-01-051-1/+1
| * scsi: lpfc: Add missing memory barrierJames Smart2017-01-051-0/+2
| * scsi: lpfc: Correct oops on vport port resetsJames Smart2017-01-051-3/+4
| * scsi: lpfc: Deprecate lpfc_prot_sg_seg_cnt parameterJames Smart2017-01-052-11/+0
| * scsi: lpfc: Fix Xlane dynamic LUN set for LUN priority.James Smart2017-01-053-17/+31
| * scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart2017-01-051-0/+8
| * scsi: lpfc: Correct host name in symbolic_name fieldJames Smart2017-01-051-0/+17
| * scsi: lpfc: Correct issue leading to oops during link resetJames Smart2017-01-051-0/+1
| * scsi: lpfc: Deprecate lpfc_soft_wwn parameterJames Smart2017-01-053-233/+3
| * scsi: lpfc: Correct error in setting OS Driver Version with FWJames Smart2017-01-051-1/+2
| * scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2017-01-052-0/+12
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-204-24/+23
|\ \
| * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-144-24/+23
| |/
* | scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn2017-01-171-0/+2
* | scsi: lpfc: avoid double free of resource identifiersRoberto Sassu2017-01-121-0/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-1411-333/+506
|\
| * scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-5/+2
| * scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-181-20/+20
| * scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-182-40/+40
| * scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-181-2/+2
| * scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-181-17/+17
| * scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-181-23/+48