aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds10-110/+199
2013-09-10[SCSI] lpfc 8.3.42: Update lpfc version to driver version 8.3.42James Smart1-1/+1
2013-09-10[SCSI] lpfc 8.3.42: Fixed issue of task management commands having a fixed timeoutJames Smart3-1/+10
2013-09-10[SCSI] lpfc 8.3.42: Fixed inconsistent spin lock usage.James Smart2-18/+16
2013-09-10[SCSI] lpfc 8.3.42: Fix driver's abort loop functionality to skip IOs already getting abortedJames Smart2-1/+14
2013-09-10[SCSI] lpfc 8.3.42: Fixed failure to allocate SCSI buffer on PPC64 platform for SLI4 devicesJames Smart1-3/+6
2013-09-10[SCSI] lpfc 8.3.42: Fix WARN_ON when driver unloadsJames Smart1-2/+8
2013-09-10[SCSI] lpfc 8.3.42: Avoided making pci bar ioremap call during dual-chute WQ/RQ pci bar selectionJames Smart2-38/+12
2013-09-10[SCSI] lpfc 8.3.42: Fixed driver iocbq structure's iocb_flag field running out of spaceJames Smart2-10/+9
2013-09-10[SCSI] lpfc 8.3.42: Fix crash on driver load due to cpu affinity logicJames Smart2-6/+27
2013-09-10[SCSI] lpfc 8.3.42: Fixed logging format of setting driver sysfs attributes hard to interpretJames Smart1-2/+4
2013-09-10[SCSI] lpfc 8.3.42: Fixed back to back RSCNs discovery failure.James Smart1-1/+9
2013-09-10[SCSI] lpfc 8.3.42: Fixed race condition between BSG I/O dispatch and timeout handlingJames Smart2-17/+72
2013-09-10[SCSI] lpfc 8.3.42: Fixed function mode field defined too small for not recognizing dual-chute modeJames Smart1-1/+1
2013-09-10[SCSI] lpfc 8.3.42: Back out data count,(residual fcfi_parm) fix for bad target.James Smart1-3/+3
2013-09-10[SCSI] lpfc 8.3.42: Fixed mailbox memory leak.James Smart1-0/+1
2013-09-10[SCSI] lpfc 8.3.42: Fix random errors using first burstJames Smart1-2/+7
2013-09-10[SCSI] lpfc 8.3.42: Fixed not able to log informational messages at early stage of driver init timeJames Smart1-9/+3
2013-09-10[SCSI] lpfc 8.3.42: Fixed using unsafe linked list macro for walking and deleting linked listJames Smart2-4/+5
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-5/+5
2013-09-04treewide: Convert retrun typos to returnJoe Perches1-1/+1
2013-08-26[SCSI] lpfc: Removed obsolete fcp_eq_count and fcp_wq_count driver attributesJames Smart3-32/+0
2013-08-23[SCSI] lpfc 8.3.41: Update lpfc version to driver version 8.3.41James Smart1-1/+1
2013-08-23[SCSI] lpfc 8.3.41: Update copyrights for 8.3.41 modificationsJames Smart3-3/+3
2013-08-23[SCSI] lpfc 8.3.41: Fixed the format of some log message fieldsJames Smart1-1/+1
2013-08-23[SCSI] lpfc 8.3.41: Add first burst support to driverJames Smart6-2/+30
2013-08-23[SCSI] lpfc 8.3.41: Fixed not able to perform PCI function reset when board was not in online modeJames Smart1-5/+6
2013-08-23[SCSI] lpfc 8.3.41: Fixed failure in setting SLI3 board modeJames Smart1-3/+0
2013-08-23[SCSI] lpfc 8.3.41: Fixed SLI3 failing FCP write on check-condition no-sense with residual zeroJames Smart1-6/+1
2013-08-23[SCSI] lpfc 8.3.41: Fixed support for 128 byte WQEsJames Smart4-3/+65
2013-08-23[SCSI] lpfc 8.3.41: Ensure driver properly zeros unused fields in SLI4 mailbox commandsJames Smart1-3/+4
2013-08-23[SCSI] lpfc 8.3.41: Fixed max value of lpfc_lun_queue_depthJames Smart4-13/+44
2013-08-23[SCSI] lpfc 8.3.41: Fixed Receive Queue varied frame size handlingJames Smart1-12/+24
2013-08-23[SCSI] lpfc 8.3.41: Fix mailbox byteswap issue on PPCJames Smart1-1/+0
2013-08-23[SCSI] lpfc 8.3.41: Fixed freeing of iocb when internal loopback times outJames Smart4-11/+55
2013-08-20treewide: Fix typo in printkMasanari Iida1-4/+4
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds17-178/+220
2013-06-29lpfc: switch to fixed_size_llseek()Al Viro1-16/+2
2013-06-26[SCSI] lpfc 8.3.40: Update lpfc version to driver version 8.3.40James Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 modificationsJames Smart16-17/+17
2013-06-26[SCSI] lpfc 8.3.40: Fixed a race condition between SLI host and port failed FCF rediscoveryJames Smart1-62/+35
2013-06-26[SCSI] lpfc 8.3.40: Fixed issue mailbox wait routine failed to issue dump memory mbox commandJames Smart1-3/+8
2013-06-26[SCSI] lpfc 8.3.40: Fixed system panic due to unsafe walking and deleting linked listJames Smart1-4/+5
2013-06-26[SCSI] lpfc 8.3.40: Fixed FCoE connection list vlan identifier and add FCF list debugJames Smart1-2/+34
2013-06-26[SCSI] lpfc 8.3.40: Clarified the behavior of the lpfc_max_luns module parameterJames Smart1-3/+20
2013-06-26[SCSI] lpfc 8.3.40: Fix to allow OCM to report FEC statusJames Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Fixed a missing return code in a logging messageJames Smart1-1/+2
2013-06-26[SCSI] lpfc 8.3.40: Fixed some logging message fieldsJames Smart1-2/+2
2013-06-26[SCSI] lpfc 8.3.40: Fixed list corruption when lpfc_drain_tx runs.James Smart1-6/+6
2013-06-26[SCSI] lpfc 8.3.40: Fix starting reference tag when calculating BG errorJames Smart1-1/+1