aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-12Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley1-0/+1
2017-03-07scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-07Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley17-136/+315
2017-03-06scsi: lpfc: revise version number to 11.2.0.10James Smart1-1/+1
2017-03-06scsi: lpfc: code cleanups in NVME initiator discoveryJames Smart2-3/+3
2017-03-06scsi: lpfc: code cleanups in NVME initiator baseJames Smart2-9/+10
2017-03-06scsi: lpfc: correct rdp diag portnamesJames Smart1-4/+4
2017-03-06scsi: lpfc: remove dead sli3 nvme codeJames Smart1-5/+0
2017-03-06scsi: lpfc: correct double printJames Smart1-22/+0
2017-03-06scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart4-9/+10
2017-03-06scsi: lpfc: Rework lpfc Kconfig for NVME optionsJames Smart2-3/+25
2017-03-06scsi: lpfc: add transport eh_timed_out referenceJames Smart1-0/+1
2017-03-06scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart5-6/+69
2017-03-06scsi: lpfc: add NVME exchange abortsJames Smart8-10/+143
2017-03-06scsi: lpfc: Fix nvme allocation bug on failed nvme_fc_register_localportJames Smart1-2/+2
2017-03-06scsi: lpfc: Fix IO submission if WQ is fullJames Smart2-2/+5
2017-03-06scsi: lpfc: Fix NVME CMD IU byte swapped word 1 problemJames Smart1-13/+4
2017-03-06scsi: lpfc: Fix RCTL value on NVME LS request and responseJames Smart2-2/+2
2017-03-06scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-03-06scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart1-1/+1
2017-03-06scsi: lpfc: don't dereference dma_buf->iocbq before null checkJames Smart1-1/+1
2017-03-06scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart1-5/+5
2017-03-06scsi: lpfc: remove redundant assignment of sgelJames Smart1-1/+0
2017-03-06scsi: lpfc: replace init_timer by setup_timerTomas Jasek2-33/+19
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/sched.h> into <linux/sched/signal.h>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/kernel/git/tip/tipLinus Torvalds4-24/+23
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2