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 Torvalds2019-07-201-1/+1
|\
| * scsi: lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSEArnd Bergmann2019-07-121-1/+1
| * Merge branch '5.3/scsi-sg' into scsi-nextMartin K. Petersen2019-06-271-2/+1Star
| |\
* | \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-121-1/+1
|\ \ \
| * | | scripts/spelling.txt: drop "sepc" from the misspelling listPaul Walmsley2019-07-121-1/+1
* | | | Merge tag 'scsi-sg' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-121-2/+1Star
|\ \ \ \ | | |_|/ | |/| |
| * | | scsi: lpfc: use sg helper to iterate over scatterlistMing Lei2019-06-201-2/+1Star
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-1213-226/+794
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | scsi: lpfc: Avoid unused function warningsNathan Chancellor2019-06-191-0/+2
| * | scsi: lpfc: Make some symbols staticYueHaibing2019-06-193-5/+5
| * | scsi: lpfc: Remove set but not used variables 'qp'YueHaibing2019-06-191-2/+0Star
| * | scsi: lpfc: Use *_pool_zalloc rather than *_pool_allocThomas Meyer2019-06-191-4/+3Star
| * | scsi: lpfc: Update lpfc version to 12.2.0.3James Smart2019-06-191-1/+1
| * | scsi: lpfc: Fix kernel warnings related to smp_processor_id()James Smart2019-06-191-1/+1
| * | scsi: lpfc: Fix BFS crash with DIX enabledJames Smart2019-06-191-2/+4
| * | scsi: lpfc: Fix FDMI fc4type for nvme supportJames Smart2019-06-191-3/+11
| * | scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart2019-06-191-1/+6
| * | scsi: lpfc: Fix poor use of hardware queues if fewer irq vectorsJames Smart2019-06-194-113/+255
| * | scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vectorJames Smart2019-06-193-19/+155
| * | scsi: lpfc: Fix incorrect logical link speed on trunks when links downJames Smart2019-06-192-3/+9
| * | scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_createJames Smart2019-06-191-3/+5
| * | scsi: lpfc: Rework misleading nvme not supported in firmware messageJames Smart2019-06-192-18/+38
| * | scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart2019-06-191-3/+4
| * | scsi: lpfc: Cancel queued work for an IO when processing a received ABTSJames Smart2019-06-191-1/+2
| * | scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handlingJames Smart2019-06-191-1/+0Star
| * | scsi: lpfc: Fix PT2PT PLOGI collison stopping discoveryJames Smart2019-06-191-0/+1
| * | scsi: lpfc: Revert message logging on unsupported topologyJames Smart2019-06-191-2/+2
| * | scsi: lpfc: Fix nvmet handling of received ABTS for unmapped framesJames Smart2019-06-194-25/+214
| * | scsi: lpfc: Separate CQ processing for nvmet_fc upcallsJames Smart2019-06-194-30/+64
| * | scsi: lpfc: Revise message when stuck due to unresponsive adapterJames Smart2019-06-191-3/+13
| * | scsi: lpfc: Correct nvmet buffer free race conditionJames Smart2019-06-191-7/+14
| * | scsi: lpfc: Fix nvmet target abort cmd matchingJames Smart2019-06-191-2/+8
| * | scsi: lpfc: Fix alloc context on oas lun creationsJames Smart2019-06-191-1/+1
| |/
* | lpfc: add sysfs interface to post NVME RSCNJames Smart2019-06-212-0/+61
* | lpfc: add support for translating an RSCN rcv into a discovery rescanJames Smart2019-06-213-0/+51
* | lpfc: add nvmet discovery_event op supportJames Smart2019-06-211-0/+17
* | lpfc: add support to generate RSCN events for nportJames Smart2019-06-216-0/+163
* | scsi: lpfc: Update lpfc version to 12.2.0.2James Smart2019-05-141-1/+1
* | scsi: lpfc: add check for loss of ndlp when sending RRQJames Smart2019-05-141-1/+4
* | scsi: lpfc: correct rcu unlock issue in lpfc_nvme_info_showJames Smart2019-05-141-13/+19
* | scsi: lpfc: resolve lockdep warningsJames Smart2019-05-142-33/+56
|/
* scsi: lpfc: Make lpfc_sli4_oas_verify staticYueHaibing2019-04-191-1/+1
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-131-4/+3Star
|\
| * scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-041-4/+3Star
* | scsi: scsi_transport_fc: nvme: display FC-NVMe port rolesHannes Reinecke2019-04-131-2/+8
* | scsi: lpfc: add support for posting FC events on FPIN receptionJames Smart2019-04-092-0/+12
* | scsi: lpfc: Fix a recently introduced compiler warningBart Van Assche2019-04-091-2/+2
* | scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-044-18/+18
* | scsi: lpfc: Remove unused functionsBart Van Assche2019-04-041-153/+0Star
* | scsi: lpfc: Remove set-but-not-used variablesBart Van Assche2019-04-043-29/+15Star