aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-413/+839
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart1-1/+0
2017-05-17scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart1-0/+2
2017-05-17scsi: lpfc: Fix NULL pointer dereference during PCI error recoveryGuilherme G. Piccoli1-0/+7
2017-05-16scsi: lpfc: update version to 11.2.0.14James Smart1-1/+1
2017-05-16scsi: lpfc: Add MDS Diagnostic support.James Smart6-10/+161
2017-05-16scsi: lpfc: Fix NVMEI's handling of NVMET's PRLI response attributesJames Smart2-0/+7
2017-05-16scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart2-13/+12
2017-05-16scsi: lpfc: Fix debugfs root inode "lpfc" not getting deleted on driver unload.James Smart1-2/+4
2017-05-16scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 typeJames Smart1-0/+1
2017-05-16scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart8-24/+144
2017-05-16scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart9-233/+291
2017-05-16scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart6-12/+50
2017-05-16scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2-25/+21
2017-05-16scsi: lpfc: Fix NVMEI driver not decrementing counter causing bad rport state.James Smart1-3/+6
2017-05-16scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart6-52/+31
2017-05-16scsi: lpfc: Adding additional stats counters for nvme.James Smart6-43/+106
2017-05-16scsi: lpfc: Fix system crash when port is reset.James Smart2-5/+9
2017-05-16scsi: lpfc: Fix used-RPI accounting problem.James Smart4-20/+16
2017-05-08scsi: lpfc: ensure els_wq is being checked before destroying itColin Ian King1-1/+1
2017-05-08scsi: lpfc: double lock typo in lpfc_ns_rsp()Dan Carpenter1-1/+1
2017-05-08scsi: lpfc: Fix panic on BFS configurationJames Smart3-7/+20
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