summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
...
| * scsi: lpfc: Fix handling of FCP and NVME FC4 types in Pt2Pt topologyDick Kennedy2017-08-253-0/+38
| * scsi: lpfc: Correct return error codes to align with nvme_fc transportDick Kennedy2017-08-252-14/+18
| * scsi: lpfc: convert info messages to standard messagesDick Kennedy2017-08-251-2/+2
| * scsi: lpfc: Fix oops when NVME Target is discovered in a nonNVME environmentDick Kennedy2017-08-251-0/+3
| * scsi: lpfc: Fix rediscovery on switch blade pullDick Kennedy2017-08-251-5/+8
| * scsi: lpfc: Fix loop mode target discoveryDick Kennedy2017-08-251-0/+3
| * scsi: lpfc: Fix plogi collision that causes illegal state transitionDick Kennedy2017-08-251-1/+19
| * scsi: lpfc: remove useless code in lpfc_sli4_bsg_link_diag_testGustavo A. R. Silva2017-08-251-6/+3Star
| * scsi: lpfc: Replace PCI pool old APIRomain Perier2017-08-077-75/+75
* | lpfc: support nvmet_fc defer_rcv callbackJames Smart2017-08-104-2/+38
|/
* 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
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-0617-453/+718
|\ \
| * | scsi: lpfc: don't double count abort errorsDan Carpenter2017-07-011-1/+0Star
| * | scsi: lpfc: spin_lock_irq() is not nestableDan Carpenter2017-07-011-10/+10
| * | scsi: lpfc: fix refcount error on node listJames Smart2017-06-261-7/+0Star
| * | scsi: lpfc: Fix nvme io stoppage after link bounceJames Smart2017-06-261-34/+1Star
| * | scsi: lpfc: update to revision to 11.4.0.1James Smart2017-06-201-1/+1
| * | scsi: lpfc: Driver responds LS_RJT to Beacon Off ELS - LinuxJames Smart2017-06-201-18/+4Star
| * | scsi: lpfc: Fix crash in lpfc_sli_ringtxcmpl_put when nvmet gets an abort req...James Smart2017-06-201-0/+1
| * | scsi: lpfc: Fix crash doing IO with resetsJames Smart2017-06-201-14/+8Star
| * | scsi: lpfc: Fix crash after firmware flash when IO is running.James Smart2017-06-201-1/+1
| * | scsi: lpfc: Fix SLI3 drivers attempting NVME ELS commands.James Smart2017-06-202-2/+17
| * | scsi: lpfc: Break up IO ctx list into a separate get and put listJames Smart2017-06-205-40/+89
| * | scsi: lpfc: Reduce time spent in IRQ for received NVME commandsJames Smart2017-06-201-2/+0Star
| * | scsi: lpfc: Vport creation is failing with "Link Down" errorJames Smart2017-06-201-9/+12
| * | scsi: lpfc: Fix nvme_info sysfs output to be consistentJames Smart2017-06-201-1/+1
| * | scsi: lpfc: Fix system panic when express lane enabled.James Smart2017-06-201-0/+3
| * | scsi: lpfc: update to revision to 11.4.0.0James Smart2017-06-131-1/+1
| * | scsi: lpfc: Add auto EQ delay logicJames Smart2017-06-138-13/+177
| * | scsi: lpfc: Fix defects reported by Coverity ScanJames Smart2017-06-132-21/+13Star
| * | scsi: lpfc: Fix vports not logging into targetJames Smart2017-06-131-17/+14Star
| * | scsi: lpfc: Fix PRLI retry handling when target rejects it.James Smart2017-06-131-3/+14
| * | scsi: lpfc: Null pointer dereference when log_verbose is set to 0xffffffffJames Smart2017-06-131-2/+4
| * | scsi: lpfc: Fix System panic after loading the driverJames Smart2017-06-132-7/+8
| * | scsi: lpfc: Fix crash on powering off BFS VM with passthrough deviceJames Smart2017-06-131-2/+10
| * | scsi: lpfc: Fix return value of board_mode store routine in case of online fa...James Smart2017-06-131-0/+2
| * | scsi: lpfc: Fix counters so outstandng NVME IO count is accurateJames Smart2017-06-136-41/+89
| * | scsi: lpfc: Fix Port going offline after multiple resets.James Smart2017-06-131-0/+1
| * | scsi: lpfc: Fix nvmet node ref count handlingJames Smart2017-06-131-4/+4
| * | scsi: lpfc: Fix Lun Priority level shown as NAJames Smart2017-06-131-2/+4
| * | scsi: lpfc: Add changes to assist in NVMET debuggingJames Smart2017-06-132-71/+151
| * | scsi: lpfc: Fix nvme port role handling in sysfs and debugfs handlers.James Smart2017-06-132-26/+28
| * | scsi: lpfc: Fix transition nvme-i rport handling to nport only.James Smart2017-06-134-30/+11Star
| * | scsi: lpfc: Add nvme initiator devloss supportJames Smart2017-06-132-91/+57Star
| * | scsi: lpfc: make a couple of functions staticColin Ian King2017-06-131-2/+2
| * | scsi: lpfc: fix spelling mistake "entrys" -> "entries"Colin Ian King2017-06-131-1/+1
| |/
* | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-051-20/+0Star
|\ \ | |/ |/|
| * Merge remote-tracking branch 'jl/locks-4.13' into work.misc-set_fsAl Viro2017-06-2717-423/+861
| |\
| * | lpfc debugfs: get rid of pointless access_ok()Al Viro2017-06-041-20/+0Star