aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-20scsi: lpfc: Increase SCSI CQ and WQ sizes.James Smart1-22/+43
2017-12-20scsi: lpfc: Fix random heartbeat timeouts during heavy IOJames Smart1-1/+15
2017-12-04scsi: lpfc: small sg cnt cleanupJames Smart1-5/+14
2017-12-04scsi: lpfc: Fix driver handling of nvme resources during unloadJames Smart1-0/+18
2017-12-04scsi: lpfc: Adjust default value of lpfc_nvmet_mrqJames Smart1-19/+28
2017-12-04scsi: lpfc: Fix crash after bad bar setup on driver attachmentJames Smart1-33/+51
2017-12-04scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQJames Smart1-8/+0
2017-12-04scsi: lpfc: Expand WQE capability of every NVME hardware queueJames Smart1-23/+44
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+23
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-23/+16
2017-10-02scsi: lpfc: Move CQ processing to a soft IRQDick Kennedy1-0/+15
2017-10-02scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy1-7/+7
2017-10-02scsi: lpfc: fix pci hot plug crash in timer management routinesDick Kennedy1-0/+1
2017-09-15scsi: lpfc: Don't return internal MBXERR_ERROR code from probe functionStefano Brivio1-0/+1
2017-08-24scsi: lpfc: fix "integer constant too large" error on 32bit archsMaurizio Lombardi1-3/+2
2017-08-24scsi: lpfc: Add Buffer to Buffer credit recovery supportJames Smart1-0/+5
2017-08-24scsi: lpfc: Fix nvme target failure after 2nd adapter resetDick Kennedy1-1/+13
2017-08-24scsi: lpfc: Fix MRQ > 1 context list handlingDick Kennedy1-11/+6
2017-08-24scsi: lpfc: Fix crash in lpfc nvmet when fc port is resetDick Kennedy1-0/+16
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-8/+8
2017-06-26scsi: lpfc: fix refcount error on node listJames Smart1-7/+0
2017-06-19scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart1-6/+10
2017-06-19scsi: lpfc: Vport creation is failing with "Link Down" errorJames Smart1-9/+12
2017-06-12scsi: lpfc: Add auto EQ delay logicJames Smart1-1/+103
2017-06-12scsi: lpfc: Fix System panic after loading the driverJames Smart1-5/+6
2017-06-12scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart1-0/+10
2017-05-16scsi: lpfc: Add MDS Diagnostic support.James Smart1-0/+13
2017-05-16scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart1-0/+2
2017-05-16scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart1-82/+10
2017-05-16scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart1-1/+6
2017-05-16scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart1-8/+15
2017-05-16scsi: lpfc: Fix used-RPI accounting problem.James Smart1-19/+5
2017-05-08scsi: lpfc: ensure els_wq is being checked before destroying itColin Ian King1-1/+1
2017-05-08scsi: lpfc: Fix panic on BFS configurationJames Smart1-0/+7
2017-04-24Fix Express lane queue creation.James Smart1-1/+5
2017-04-24Update ABORT processing for NVMET.James Smart1-19/+33
2017-04-24Add Fabric assigned WWN support.James Smart1-3/+28
2017-04-24Fix crash after issuing lip resetJames Smart1-23/+26
2017-04-24Fix driver load issues when MRQ=8James Smart1-4/+8
2017-04-24Fix driver unload/reload operation.James Smart1-21/+25
2017-04-24Add debug messages for nvme/fcp resource allocation.James Smart1-0/+6
2017-03-15scsi: lpfc: Finalize Kconfig options for nvmeJames Smart1-0/+7
2017-03-07scsi: lpfc: Add shutdown method for kexecAnton Blanchard1-0/+1
2017-03-06scsi: lpfc: remove dead sli3 nvme codeJames Smart1-5/+0
2017-03-06scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart1-5/+2
2017-03-06scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart1-3/+58
2017-03-06scsi: lpfc: add NVME exchange abortsJames Smart1-0/+7
2017-03-06scsi: lpfc: replace init_timer by setup_timerTomas Jasek1-30/+17
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-2/+4
2017-02-22scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart1-4/+10