aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-08scsi: lpfc: Comment cleanup regarding Broadcom copyright headerJames Smart1-1/+1
2018-04-18scsi: lpfc: Fix Abort request WQ selectionJames Smart1-6/+6
2018-04-18scsi: lpfc: Correct target queue depth application changesJames Smart1-14/+5
2018-03-12scsi: lpfc: Memory allocation error during driver start-up on power8James Smart1-1/+6
2018-02-22scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart1-2/+6
2018-02-12scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart1-1/+1
2018-02-12scsi: lpfc: Treat SCSI Write operation Underruns as an errorJames Smart1-5/+3
2018-02-12scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a targetJames Smart1-11/+28
2017-11-01scsi: lpfc: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-07scsi: lpfc: Replace PCI pool old APIRomain Perier1-6/+6
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2017-07-03t10-pi: Move opencoded contants to common headerDmitry Monakhov1-2/+3
2017-06-12scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart1-5/+14
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 Smart1-2/+1
2017-02-22scsi: lpfc: Update copyrightsJames Smart1-1/+3
2017-02-22scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart1-1/+2
2017-02-22scsi: lpfc: NVME Initiator: Base modificationsJames Smart1-25/+76
2017-02-22scsi: lpfc: minor code cleanupsJames Smart1-1/+2
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+2
2017-01-05scsi: lpfc: Fix Xlane dynamic LUN set for LUN priority.James Smart1-6/+12
2016-11-30scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder1-5/+2
2016-11-08scsi: lpfc: Correct panics with eh_timeout and eh_deadlineJames Smart1-3/+3
2016-11-08scsi: lpfc: Fix sg_reset on SCSI device causing kernel crashJames Smart1-9/+13
2016-11-08scsi: lpfc: Fix few small typos in lpfc_scsi.cMilan P. Gandhi1-9/+12
2016-07-27lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira1-1/+1
2016-07-15lpfc: Copyright updatesJames Smart1-1/+1
2016-07-15lpfc: Add support for XLane LUN priorityJames Smart1-2/+7
2016-07-15lpfc: Add sysfs proc_name supportJames Smart1-0/+3
2016-02-23lpfc: Remove redundant code block in lpfc_scsi_cmd_iocb_cmplJohannes Thumshirn1-17/+0
2015-12-21lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart1-9/+1
2015-12-21lpfc: Make write check error processing more resilientJames Smart1-6/+21
2015-12-21lpfc: Fix crash in fcp command completion path.James Smart1-2/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-3/+0
2015-10-27lpfc: remove set but not used variablesSebastian Herbszt1-13/+1
2015-06-13lpfc: Fix scsi task management error message.James Smart1-8/+10
2015-06-13lpfc: Fix scsi prep dma buf error.James Smart1-1/+1
2015-06-13lpfc: Add support for using block multi-queueJames Smart1-0/+43
2015-06-05lpfc: Change buffer pool empty message to miscellaneous categoryJames Smart1-1/+1
2015-05-11lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy1-20/+21
2015-04-10lpfc: Update copyright to 2015James Smart1-1/+1
2015-04-10lpfc: Fix for lun discovery issue with saturn adapter.James Smart1-21/+20
2015-04-10lpfc: Fix crash in device reset handler.James Smart1-2/+3
2015-04-10lpfc: Fix null ndlp dereference in target_reset_handlerJames Smart1-4/+6
2015-04-10lpfc: Fix host reset escalation killing all IOs.James Smart1-0/+25
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-2/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-22/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-20/+3
2014-11-24lpfc: remove queue_depth eventsChristoph Hellwig1-66/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-2/+2