summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-06-114-7/+11
|\
| * scsi: lpfc: prevent potential null pointer dereferenceGustavo A. R. Silva2017-06-011-2/+3
| * scsi: lpfc: Avoid NULL pointer dereference in lpfc_els_abort()Guilherme G. Piccoli2017-06-012-3/+6
| * scsi: lpfc: nvmet_fc: fix format stringArnd Bergmann2017-06-011-2/+2
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-05-2517-413/+839
|\|
| * scsi: lpfc: fix build issue if NVME_FC_TARGET is not definedJames Smart2017-05-181-0/+2
| * scsi: lpfc: Fix NULL pointer dereference during PCI error recoveryGuilherme G. Piccoli2017-05-181-0/+7
| * scsi: lpfc: update version to 11.2.0.14James Smart2017-05-171-1/+1
| * scsi: lpfc: Add MDS Diagnostic support.James Smart2017-05-176-10/+161
| * scsi: lpfc: Fix NVMEI's handling of NVMET's PRLI response attributesJames Smart2017-05-172-0/+7
| * scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart2017-05-172-13/+12Star
| * scsi: lpfc: Fix debugfs root inode "lpfc" not getting deleted on driver unload.James Smart2017-05-171-2/+4
| * scsi: lpfc: Fix NVME I+T not registering NVME as a supported FC4 typeJames Smart2017-05-171-0/+1
| * scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-178-24/+144
| * scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart2017-05-179-233/+291
| * scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart2017-05-176-12/+50
| * scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2017-05-172-25/+21Star
| * scsi: lpfc: Fix NVMEI driver not decrementing counter causing bad rport state.James Smart2017-05-171-3/+6
| * scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart2017-05-176-52/+31Star
| * scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-176-43/+106
| * scsi: lpfc: Fix system crash when port is reset.James Smart2017-05-172-5/+9
| * scsi: lpfc: Fix used-RPI accounting problem.James Smart2017-05-174-20/+16Star
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-211-1/+0Star
|\ \ | |/ |/|
| * nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-201-1/+0Star
* | scsi: lpfc: ensure els_wq is being checked before destroying itColin Ian King2017-05-091-1/+1
* | scsi: lpfc: double lock typo in lpfc_ns_rsp()Dan Carpenter2017-05-091-1/+1
* | scsi: lpfc: Fix panic on BFS configurationJames Smart2017-05-093-7/+20
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-2/+2
|\
| * scsi: lpfc: fix potential buffer overflow.Maurizio Lombardi2017-04-191-2/+2
* | Merge branch 'nvme-4.12' of git://git.infradead.org/nvme into for-4.12/post-m...Jens Axboe2017-04-2722-349/+828
|\ \
| * | lpfc: Fix memory corruption of the lpfc_ncmd->list pointersJames Smart2017-04-252-6/+15
| * | lpfc revison 11.2.0.12James Smart2017-04-241-1/+1
| * | Fix Express lane queue creation.James Smart2017-04-241-1/+5
| * | Update ABORT processing for NVMET.James Smart2017-04-2410-125/+409
| * | Fix implicit logo and RSCN handling for NVMETJames Smart2017-04-245-52/+110
| * | Add Fabric assigned WWN support.James Smart2017-04-247-12/+65
| * | Fix max_sgl_segments settings for NVME / NVMETJames Smart2017-04-243-9/+31
| * | Fix crash after issuing lip resetJames Smart2017-04-247-64/+79
| * | Fix driver load issues when MRQ=8James Smart2017-04-243-18/+23
| * | Remove hba lock from NVMET issue WQE.James Smart2017-04-241-4/+0Star
| * | Fix nvme initiator handling when not enabled.James Smart2017-04-242-3/+14
| * | Fix driver usage of 128B WQEs when WQ_CREATE is V1.James Smart2017-04-241-0/+3
| * | Fix driver unload/reload operation.James Smart2017-04-242-22/+31
| * | Fix PRLI ACC rsp for NVMEJames Smart2017-04-241-1/+1
| * | Fix extra line print in rqpair debug print.James Smart2017-04-241-2/+0Star
| * | Remove NULL ptr check before kfree.James Smart2017-04-241-8/+4Star
| * | Remove unused defines for NVME PostBuf.James Smart2017-04-241-3/+0Star
| * | Fix spelling in comments.James Smart2017-04-241-1/+1
| * | Add debug messages for nvme/fcp resource allocation.James Smart2017-04-241-0/+6
| * | Fix log message in completion path.James Smart2017-04-241-3/+2Star