summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc: use NULL instead of 0 for pointerDaeseok Youn2014-03-151-1/+1
* [SCSI] lpfc: remove self-assignmentsJames Smart2014-03-151-4/+0
* [SCSI] lpfc 8.3.45: Update lpfc version to driver version 8.3.45James Smart2014-03-151-1/+1
* [SCSI] lpfc 8.3.45: Fixed crash during driver unload.James Smart2014-03-153-9/+28
* [SCSI] lpfc 8.3.45: Fixed driver error messages after firmware downloadJames Smart2014-03-151-8/+14
* [SCSI] lpfc 8.3.45: Fixed missing initialization for task management IOCBsJames Smart2014-03-151-0/+2
* [SCSI] lpfc 8.3.45: Fix sysfs buffer overrun in read of lpfc_fcp_cpu_map for ...James Smart2014-03-153-6/+25
* [SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth f...James Smart2014-03-154-113/+19
* [SCSI] lpfc 8.3.45: Incorporated support of a low-latency io pathJames Smart2014-03-1513-75/+1622
* [SCSI] lpfc 8.3.45: Added dport mailbox pass through support.James Smart2014-03-152-0/+5
* [SCSI] lpfc 8.3.44: Update lpfc version to driver version 8.3.44James Smart2014-03-151-1/+1
* [SCSI] lpfc 8.3.44: Fixed unassigned variable in ELS timeout messageJames Smart2014-03-151-0/+1
* [SCSI] lpfc 8.3.44: Fixed incorrect allocation of iDiags directories/files in...James Smart2014-03-151-0/+10
* [SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp listJames Smart2014-03-158-32/+110
* [SCSI] lpfc 8.3.44: Fix Crash in lpfc_els_timeout_handlerJames Smart2014-03-152-73/+84
* [SCSI] lpfc 8.3.44: Fixed stopped FCF discovery on failed FCF record readJames Smart2014-03-151-3/+9
* [SCSI] lpfc 8.3.44: Fixed IO hang when in msi mode.James Smart2014-03-152-1/+20
* [SCSI] lpfc: Fix wrong assignment in lpfc_debugfs.cFelipe Pena2013-12-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-3/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-3/+0
* | [SCSI] lpfc: Fix typo on NULL assignmentFelipe Pena2013-10-251-1/+1
* | [SCSI] lpfc 8.3.43: Update lpfc version to driver version 8.3.43James Smart2013-10-251-1/+1
* | [SCSI] lpfc 8.3.43: Fixed not processing task management IOCB response statusJames Smart2013-10-254-21/+104
* | [SCSI] lpfc 8.3.43: Fixed spinlock hang.James Smart2013-10-251-2/+6
* | [SCSI] lpfc 8.3.43: Fixed invalid Total_Data_Placed value received for els an...James Smart2013-10-252-4/+40
* | [SCSI] lpfc 8.3.43: Fixed invalid fcp_rsp length fir FCP_ICMNDJames Smart2013-10-252-8/+35
* | [SCSI] lpfc 8.3.43: Fixed invalid mailbox timeoutsJames Smart2013-10-251-0/+112
* | [SCSI] lpfc 8.3.43: Fixed spinlock inversion problem.James Smart2013-10-251-4/+5
* | [SCSI] lpfc 8.3.43: Fix crash after xri limit is reached.James Smart2013-10-252-7/+13
* | [SCSI] lpfc: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2013-10-251-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-09-1510-110/+199
|\ \ | |/ |/|
| * [SCSI] lpfc 8.3.42: Update lpfc version to driver version 8.3.42James Smart2013-09-101-1/+1
| * [SCSI] lpfc 8.3.42: Fixed issue of task management commands having a fixed ti...James Smart2013-09-103-1/+10
| * [SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart2013-09-102-18/+16
| * [SCSI] lpfc 8.3.42: Fix driver's abort loop functionality to skip IOs already...James Smart2013-09-102-1/+14
| * [SCSI] lpfc 8.3.42: Fixed failure to allocate SCSI buffer on PPC64 platform f...James Smart2013-09-101-3/+6
| * [SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart2013-09-101-2/+8
| * [SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/...James Smart2013-09-102-38/+12
| * [SCSI] lpfc 8.3.42: Fixed driver iocbq structure's iocb_flag field running ou...James Smart2013-09-102-10/+9
| * [SCSI] lpfc 8.3.42: Fix crash on driver load due to cpu affinity logicJames Smart2013-09-102-6/+27
| * [SCSI] lpfc 8.3.42: Fixed logging format of setting driver sysfs attributes h...James Smart2013-09-101-2/+4
| * [SCSI] lpfc 8.3.42: Fixed back to back RSCNs discovery failure.James Smart2013-09-101-1/+9
| * [SCSI] lpfc 8.3.42: Fixed race condition between BSG I/O dispatch and timeout...James Smart2013-09-102-17/+72
| * [SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recog...James Smart2013-09-101-1/+1
| * [SCSI] lpfc 8.3.42: Back out data count,(residual fcfi_parm) fix for bad target.James Smart2013-09-101-3/+3
| * [SCSI] lpfc 8.3.42: Fixed mailbox memory leak.James Smart2013-09-101-0/+1
| * [SCSI] lpfc 8.3.42: Fix random errors using first burstJames Smart2013-09-101-2/+7
| * [SCSI] lpfc 8.3.42: Fixed not able to log informational messages at early sta...James Smart2013-09-101-9/+3
| * [SCSI] lpfc 8.3.42: Fixed using unsafe linked list macro for walking and dele...James Smart2013-09-102-4/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-062-5/+5
|\ \ | |/ |/|
OpenPOWER on IntegriCloud