aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds23-4566/+10453
2007-07-14[SCSI] lpfc: Fix NPIV compile problemJames Bottomley1-4/+1
2007-07-14[SCSI] lpfc: fix NPIV mapping problemsFUJITA Tomonori1-4/+7
2007-07-14[SCSI] lpfc: add missed data buffer accessorBoaz Harrosh1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-4/+8
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-2/+0
2007-07-11PCI: add pci_try_set_mwiRandy Dunlap1-4/+1
2007-06-17[SCSI] lpfc: update to version 8.2.1James Smart1-1/+1
2007-06-17[SCSI] lpfc: convert to use the data buffer accessorsFUJITA Tomonori1-83/+28
2007-06-17[SCSI] lpfc: bug fixesJames Smart19-425/+1798
2007-06-17[SCSI] lpfc: NPIV: add NPIV support on top of SLI-3James Smart20-1763/+5021
2007-06-17[SCSI] lpfc: NPIV: add SLI-3 interfaceJames Smart14-495/+1522
2007-06-17[SCSI] lpfc: NPIV: split portsJames Smart17-2959/+3243
2007-05-06[SCSI] lpfc 8.1.12 : Change version number to 8.1.12James Smart1-3/+3
2007-05-06[SCSI] lpfc 8.1.12 : Update copyright year to 2007James Smart14-14/+14
2007-05-06[SCSI] lpfc 8.1.12 : Added support for 8G speed and new HBAsJames Smart6-3/+51
2007-05-06[SCSI] lpfc 8.1.12 : Add support for async scanningJames Smart3-150/+160
2007-05-06[SCSI] lpfc 8.1.12 : Don't process ERATT interrupts when issuing KILL_BOARD mbx commandJames Smart2-0/+13
2007-05-06[SCSI] lpfc 8.1.12 : Collapse discovery lists to a single node listJames Smart9-536/+282
2007-05-06[SCSI] lpfc 8.1.12 : Reference count node structures for node lifetime managementJames Smart6-109/+149
2007-05-06[SCSI] lpfc 8.1.12 : Improve handling of failed ELS abortsJames Smart2-1/+55
2007-05-06[SCSI] lpfc 8.1.12 : Improve diagnostic messages and change local loopback message to KERN_INFOJames Smart6-35/+61
2007-05-06[SCSI] lpfc 8.1.12 : Fixed recovery of rport after race with dev_loss_tmoJames Smart1-3/+5
2007-05-06[SCSI] lpfc 8.1.12 : Round 2 of Miscellaneous fixesJames Smart9-79/+168
2007-05-06[SCSI] lpfc 8.1.12 : Reorganize lpfc_nlp_list() and callers to prepare for nodelist simplificationJames Smart6-283/+266
2007-05-06[SCSI] lpfc 8.1.12 : Fix unlock inside list traversalJames Smart5-148/+116
2007-05-06[SCSI] lpfc 8.1.12 : Rework offline path to solve HBA reset issuesJames Smart6-52/+150
2007-05-06[SCSI] lpfc 8.1.12 : Modify ELS abort handling to prevent double completionJames Smart6-181/+97
2007-05-06[SCSI] lpfc 8.1.12 : Misc bug fixes and code cleanupJames Smart8-129/+80
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2007-04-01[SCSI] lpfc: fix oops when parsing dodgy VPDAnton Blanchard1-1/+1
2007-03-11[SCSI] lpfc: avoid double-free during PCI error failureLinas Vepstas1-3/+2
2007-02-16[SCSI] lpfc: add PCI error recovery supportLinas Vepstas2-0/+109
2007-01-06[SCSI] scsi: lpfc error path fixMariusz Kozlowski1-1/+5
2006-12-03[SCSI] lpfc 8.1.11 : Change version number to 8.1.11James Smart1-1/+1
2006-12-03[SCSI] lpfc 8.1.11 : Misc FixesJames Smart4-3/+35
2006-12-03[SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart4-11/+80
2006-12-03[SCSI] lpfc 8.1.11 : Removed decoding of PCI Subsystem IdJames Smart2-84/+35
2006-12-03[SCSI] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) supportJames Smart3-0/+22
2006-12-03[SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart3-15/+24
2006-12-03[SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart4-7/+41
2006-12-03[SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart8-21/+67
2006-12-03[SCSI] lpfc 8.1.11 : Discovery FixesJames Smart5-175/+73
2006-10-30[PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2-3/+3
2006-10-25[SCSI] lpfc: fix printk format warningRandy Dunlap1-1/+2
2006-10-25[SCSI] lpfc: check before dereference in lpfc_ct.cEric Sesterhenn1-1/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-2/+2
2006-10-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+4