summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_scsi.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Fix improper flag check for IO typeJames Smart2019-12-211-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-19/+24
|\
| * scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferencesJames Smart2019-11-121-1/+1
| * scsi: lpfc: Slight fast-path performance optimizationsJames Smart2019-10-241-8/+9
| * scsi: lpfc: Fix hardlockup in lpfc_abort_handlerJames Smart2019-10-241-2/+3
| * scsi: lpfc: Fix bad ndlp ptr in xri aborted handlingJames Smart2019-10-241-4/+7
| * scsi: lpfc: Fix coverity errors on NULL pointer checksJames Smart2019-09-301-1/+1
| * scsi: lpfc: Fix GPF on scsi command completionJames Smart2019-09-301-5/+5
* | scsi: lpfc: remove left-over BUILD_NVME definesHannes Reinecke2019-10-171-2/+0
|/
* scsi: lpfc: Remove bg debugfs buffersJames Smart2019-08-291-79/+0
* scsi: lpfc: Merge per-protocol WQ/CQ pairs into single per-cpu pairJames Smart2019-08-191-21/+33
* scsi: lpfc: Support dynamic unbounded SGL lists on G7 hardware.James Smart2019-08-191-82/+273
* scsi: lpfc: Migrate to %px and %pf in kernel print callsJames Smart2019-08-191-8/+8
* scsi: lpfc: Fix too many sg segments spamming in kernel logJames Smart2019-08-191-19/+60
* scsi: lpfc: Fix crash due to port reset racing vs adapter error handlingJames Smart2019-08-191-7/+9
* scsi: lpfc: Fix fcp_rsp_len checking on lun resetJames Smart2019-06-181-1/+6
* scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmplJames Smart2019-06-181-3/+4
* scsi: lpfc: Fix alloc context on oas lun creationsJames Smart2019-06-181-1/+1
* Merge branch '5.1/scsi-fixes' into 5.2/mergeMartin K. Petersen2019-04-121-4/+3
|\
| * scsi: lpfc: Fix missing wakeups on abort threadsJames Smart2019-04-031-4/+3
* | scsi: lpfc: Change smp_processor_id() into raw_smp_processor_id()Bart Van Assche2019-04-031-3/+3
* | scsi: lpfc: Annotate switch/case fall-throughBart Van Assche2019-04-031-4/+4
* | scsi: lpfc: Fix driver crash in target reset handlerJames Smart2019-03-191-3/+4
* | scsi: lpfc: Resolve inconsistent check of hdwq in lpfc_scsi_cmd_iocb_cmplJames Smart2019-03-191-1/+1
|/
* scsi: lpfc: Update 12.2.0.0 file copyrights to 2019James Smart2019-02-051-1/+1
* scsi: lpfc: Fix default driver parameter collision for allowing NPIV supportJames Smart2019-02-051-1/+1
* scsi: lpfc: Rework locking on SCSI io completionJames Smart2019-02-051-47/+47
* scsi: lpfc: Support non-uniform allocation of MSIX vectors to hardware queuesJames Smart2019-02-051-4/+24
* scsi: lpfc: Allow override of hardware queue selection policiesJames Smart2019-02-051-1/+1
* scsi: lpfc: Adapt partitioned XRI lists to efficient sharingJames Smart2019-02-051-100/+62
* scsi: lpfc: Synchronize hardware queues with SCSI MQ interfaceJames Smart2019-02-051-53/+19
* scsi: lpfc: Convert ring number to hardware queue for nvme wqe posting.James Smart2019-02-051-4/+5
* scsi: lpfc: Move SCSI and NVME Stats to hardware queue structuresJames Smart2019-02-051-16/+31
* scsi: lpfc: Partition XRI buffer list across Hardware QueuesJames Smart2019-02-051-42/+65
* scsi: lpfc: Replace io_channels for nvme and fcp with general hdw_queues per cpuJames Smart2019-02-051-4/+4
* scsi: lpfc: Remove extra vector and SLI4 queue for ExpresslaneJames Smart2019-02-051-8/+1
* scsi: lpfc: Implement common IO buffers between NVME and SCSIJames Smart2019-02-051-388/+112
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-25/+120
|\
| * scsi: lpfc: Adding ability to reset chip via pci bus resetJames Smart2018-12-191-20/+101
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-4/+0
| * scsi: lpfc: Fix dif and first burst use in write commandsJames Smart2018-12-071-0/+18
| * scsi: lpfc: Fix a duplicate 0711 log message number.James Smart2018-12-071-1/+1
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-1/+1
|/
* scsi: lpfc: reduce locking when updating statisticsJames Smart2018-09-111-8/+10
* scsi: lpfc: Correct race with abort on completion pathJames Smart2018-09-111-3/+11
* scsi: lpfc: remove an unnecessary NULL checkDan Carpenter2018-08-301-1/+1
* scsi: lpfc: Limit tracking of tgt queue depth in fast pathJames Smart2018-08-021-30/+44
* scsi: lpfc: Fix list corruption on the completion queue.James Smart2018-08-021-8/+36
* scsi: lpfc: remove ScsiResult macroJohannes Thumshirn2018-07-101-22/+22
* scsi: lpfc: devloss timeout race condition caused null pointer referenceJames Smart2018-07-101-0/+5