aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-04-27Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-mergeJens Axboe22-349/+828
2017-04-25lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart2-6/+15
2017-04-24Merge branch 'master' into for-4.12/post-mergeJens Axboe3-11/+18
2017-04-24lpfc revison 11.2.0.12James Smart1-1/+1
2017-04-24Fix Express lane queue creation.James Smart1-1/+5
2017-04-24Update ABORT processing for NVMET.James Smart10-125/+409
2017-04-24Fix implicit logo and RSCN handling for NVMETJames Smart5-52/+110
2017-04-24Add Fabric assigned WWN support.James Smart7-12/+65
2017-04-24Fix max_sgl_segments settings for NVME / NVMETJames Smart3-9/+31
2017-04-24Fix crash after issuing lip resetJames Smart7-64/+79
2017-04-24Fix driver load issues when MRQ=8James Smart3-18/+23
2017-04-24Remove hba lock from NVMET issue WQE.James Smart1-4/+0
2017-04-24Fix nvme initiator handling when not enabled.James Smart2-3/+14
2017-04-24Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart1-0/+3
2017-04-24Fix driver unload/reload operation.James Smart2-22/+31
2017-04-24Fix PRLI ACC rsp for NVMEJames Smart1-1/+1
2017-04-24Fix extra line print in rqpair debug print.James Smart1-2/+0
2017-04-24Remove NULL ptr check before kfree.James Smart1-8/+4
2017-04-24Remove unused defines for NVME PostBuf.James Smart1-3/+0
2017-04-24Fix spelling in comments.James Smart1-1/+1
2017-04-24Add debug messages for nvme/fcp resource allocation.James Smart1-0/+6
2017-04-24Fix log message in completion path.James Smart1-3/+2
2017-04-24Fix rejected nvme LS Req.James Smart1-5/+21
2017-04-24Fix nvme unregister port timeout.James Smart1-3/+5
2017-04-24Standardize nvme SGL segment countJames Smart3-7/+3
2017-04-21nvmet_fc: Rework target side abort handlingJames Smart1-21/+28
2017-04-21nvmet_fc: add req_release to lldd apiJames Smart2-7/+73
2017-04-21nvmet_fc: add target feature flags for upcall isr contextsJames Smart1-1/+3
2017-04-18scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi1-2/+2
2017-03-29Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley3-11/+18
2017-03-23scsi: lpfc: fix building without debugfs supportArnd Bergmann2-10/+16
2017-03-23scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
2017-03-15Merge remote-tracking branch 'mkp-scsi/4.11/scsi-fixes' into fixesJames Bottomley4-10/+17
2017-03-15scsi: lpfc: Finalize Kconfig options for nvmeJames Smart4-10/+17
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