summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Memory allocation error during driver start-up on power8James Smart2018-03-131-1/+6
* scsi: lpfc: Add embedded data pointers for enhanced performanceJames Smart2018-02-231-2/+6
* scsi: lpfc: Update 11.4.0.7 modified files for 2018 CopyrightJames Smart2018-02-121-1/+1
* scsi: lpfc: Treat SCSI Write operation Underruns as an errorJames Smart2018-02-121-5/+3Star
* scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a targetJames Smart2018-02-121-11/+28
* scsi: lpfc: Convert timers to use timer_setup()Kees Cook2017-11-011-2/+2
* scsi: lpfc: Replace PCI pool old APIRomain Perier2017-08-071-6/+6
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-121-2/+3
|\
| * t10-pi: Move opencoded contants to common headerDmitry Monakhov2017-07-041-2/+3
* | scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart2017-06-131-5/+14
|/
* scsi: lpfc: add transport eh_timed_out referenceJames Smart2017-03-071-0/+1
* scsi: lpfc: Fix eh_deadline setting for sli3 adapters.James Smart2017-03-071-2/+1Star
* scsi: lpfc: Update copyrightsJames Smart2017-02-231-1/+3
* scsi: lpfc: NVME Initiator: Merge into FC discoveryJames Smart2017-02-231-1/+2
* scsi: lpfc: NVME Initiator: Base modificationsJames Smart2017-02-231-25/+76
* scsi: lpfc: minor code cleanupsJames Smart2017-02-231-1/+2
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-0/+2
* scsi: lpfc: Fix Xlane dynamic LUN set for LUN priority.James Smart2017-01-051-6/+12
* scsi: lpfc: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-301-5/+2Star
* scsi: lpfc: Correct panics with eh_timeout and eh_deadlineJames Smart2016-11-081-3/+3
* scsi: lpfc: Fix sg_reset on SCSI device causing kernel crashJames Smart2016-11-081-9/+13
* scsi: lpfc: Fix few small typos in lpfc_scsi.cMilan P. Gandhi2016-11-081-9/+12
* lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()Mauricio Faria de Oliveira2016-07-271-1/+1
* lpfc: Copyright updatesJames Smart2016-07-151-1/+1
* lpfc: Add support for XLane LUN priorityJames Smart2016-07-151-2/+7
* lpfc: Add sysfs proc_name supportJames Smart2016-07-151-0/+3
* lpfc: Remove redundant code block in lpfc_scsi_cmd_iocb_cmplJohannes Thumshirn2016-02-241-17/+0Star
* lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.James Smart2015-12-221-9/+1Star
* lpfc: Make write check error processing more resilientJames Smart2015-12-221-6/+21
* lpfc: Fix crash in fcp command completion path.James Smart2015-12-221-2/+2
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-3/+0Star
* lpfc: remove set but not used variablesSebastian Herbszt2015-10-271-13/+1Star
* lpfc: Fix scsi task management error message.James Smart2015-06-131-8/+10
* lpfc: Fix scsi prep dma buf error.James Smart2015-06-131-1/+1
* lpfc: Add support for using block multi-queueJames Smart2015-06-131-0/+43
* lpfc: Change buffer pool empty message to miscellaneous categoryJames Smart2015-06-061-1/+1
* lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy2015-05-111-20/+21
* lpfc: Update copyright to 2015James Smart2015-04-101-1/+1
* lpfc: Fix for lun discovery issue with saturn adapter.James Smart2015-04-101-21/+20Star
* lpfc: Fix crash in device reset handler.James Smart2015-04-101-2/+3
* lpfc: Fix null ndlp dereference in target_reset_handlerJames Smart2015-04-101-4/+6
* lpfc: Fix host reset escalation killing all IOs.James Smart2015-04-101-0/+25
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-2/+0Star
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-22/+4Star
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-20/+3Star
* lpfc: remove queue_depth eventsChristoph Hellwig2014-11-241-66/+0Star
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-2/+2
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-4/+3Star
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-15/+1Star
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-22/+2Star