summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Add MDS Diagnostic support.James Smart2017-05-171-8/+123
* scsi: lpfc: Cleanup entry_repost settings on SLI4 queuesJames Smart2017-05-171-11/+8Star
* scsi: lpfc: Added recovery logic for running out of NVMET IO context resourcesJames Smart2017-05-171-3/+4
* scsi: lpfc: Separate NVMET RQ buffer posting from IO resources SGL/iocbq/contextJames Smart2017-05-171-4/+74
* scsi: lpfc: Separate NVMET data buffer pool fir ELS/CT.James Smart2017-05-171-4/+15
* scsi: lpfc: Fix NMI watchdog assertions when running nvmet IOPS testsJames Smart2017-05-171-10/+6Star
* scsi: lpfc: Fix nvmet RQ resource needs for large block writes.James Smart2017-05-171-39/+10Star
* scsi: lpfc: Adding additional stats counters for nvme.James Smart2017-05-171-5/+33
* scsi: lpfc: Fix used-RPI accounting problem.James Smart2017-05-171-0/+8
* scsi: lpfc: Fix panic on BFS configurationJames Smart2017-05-091-7/+12
* Update ABORT processing for NVMET.James Smart2017-04-241-1/+6
* Fix crash after issuing lip resetJames Smart2017-04-241-2/+1Star
* 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-241-1/+6
* Fix spelling in comments.James Smart2017-04-241-1/+1
* Merge remote-tracking branch 'mkp-scsi/fixes' into fixesJames Bottomley2017-03-081-9/+59
|\
| * scsi: lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNTJames Smart2017-03-071-1/+4
| * scsi: lpfc: add NVME exchange abortsJames Smart2017-03-071-2/+49
| * scsi: lpfc: fix missing spin_unlock on sql_list_lockJames Smart2017-03-071-1/+1
| * scsi: lpfc: sanity check hrq is null before dereferencing itJames Smart2017-03-071-5/+5
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-041-407/+1782
|\|
| * scsi: lpfc: Update copyrightsJames Smart2017-02-231-1/+3
| * scsi: lpfc: NVME Target: bind to nvmet_fc apiJames Smart2017-02-231-3/+5
| * scsi: lpfc: NVME Target: Receive buffer updatesJames Smart2017-02-231-3/+605
| * scsi: lpfc: NVME Target: Base modificationsJames Smart2017-02-231-3/+104
| * scsi: lpfc: NVME Initiator: Add debugfs supportJames Smart2017-02-231-0/+5
| * scsi: lpfc: NVME Initiator: bind to nvme_fc apiJames Smart2017-02-231-4/+17
| * scsi: lpfc: NVME Initiator: Base modificationsJames Smart2017-02-231-380/+1023
| * scsi: lpfc: minor code cleanupsJames Smart2017-02-231-21/+27
| * scsi: lpfc: Correct WQ creation for pagesizeJames Smart2017-02-231-4/+5
* | scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada2017-02-281-2/+2
* | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-281-7/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-4/+9
|\
| * scsi: lpfc: Add missing memory barrierJames Smart2017-01-051-0/+2
| * scsi: lpfc: Correct oops on vport port resetsJames Smart2017-01-051-3/+4
| * scsi: lpfc: Correct issue leading to oops during link resetJames Smart2017-01-051-0/+1
| * scsi: lpfc: Correct error in setting OS Driver Version with FWJames Smart2017-01-051-1/+2
* | scsi: lpfc: avoid double free of resource identifiersRoberto Sassu2017-01-121-0/+7
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-12-141-4/+37
|\
| * scsi: lpfc: Correct panics with eh_timeout and eh_deadlineJames Smart2016-11-081-4/+8
| * scsi: lpfc: Set driver environment data on adapterJames Smart2016-11-081-0/+29
* | scsi: lpfc: fix oops/BUG in lpfc_sli_ringtxcmpl_put()Mauricio Faria de Oliveira2016-11-251-6/+8
|/
* scsi: lpfc: Mark symbols static where possibleBaoyou Xie2016-09-271-2/+2
* lpfc: Fix possible NULL pointer dereferenceJohannes Thumshirn2016-08-021-9/+6Star
* lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock heldJohannes Thumshirn2016-07-211-0/+2
* lpfc: Remove global lpfc_sli_mode attribute in leiu of per-hba lpfc_sli_modeJames Smart2016-07-151-6/+6
* lpfc: Add support for XLane LUN priorityJames Smart2016-07-151-6/+15
* lpfc: Fix SLI mode 2 config failureJames Smart2016-07-151-0/+2
* lpfc: Add MDS Diagnostics SupportJames Smart2016-07-151-23/+42
* lpfc: Add recovery from adapter parity errors on some SLI4 adaptersJames Smart2016-07-151-4/+41