aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] lpfc: add PCI error recovery supportLinas Vepstas2007-02-162-0/+109
* [SCSI] scsi: lpfc error path fixMariusz Kozlowski2007-01-061-1/+5
* [SCSI] lpfc 8.1.11 : Change version number to 8.1.11James Smart2006-12-031-1/+1
* [SCSI] lpfc 8.1.11 : Misc FixesJames Smart2006-12-034-3/+35
* [SCSI] lpfc 8.1.11 : Add soft_wwnn sysfs attribute, rename soft_wwn_enableJames Smart2006-12-034-11/+80
* [SCSI] lpfc 8.1.11 : Removed decoding of PCI Subsystem IdJames Smart2006-12-032-84/+35
* [SCSI] lpfc 8.1.11 : Add MSI (Message Signalled Interrupts) supportJames Smart2006-12-033-0/+22
* [SCSI] lpfc 8.1.11 : Adjust LOG_FCP loggingJames Smart2006-12-033-15/+24
* [SCSI] lpfc 8.1.11 : Fix Memory leaksJames Smart2006-12-034-7/+41
* [SCSI] lpfc 8.1.11 : Fix lpfc_multi_ring_supportJames Smart2006-12-038-21/+67
* [SCSI] lpfc 8.1.11 : Discovery FixesJames Smart2006-12-035-175/+73
* [PATCH] lockdep: annotate DECLARE_WAIT_QUEUE_HEADPeter Zijlstra2006-10-302-3/+3
* [SCSI] lpfc: fix printk format warningRandy Dunlap2006-10-251-1/+2
* [SCSI] lpfc: check before dereference in lpfc_ct.cEric Sesterhenn2006-10-251-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-052-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-10-041-2/+4
|\
| * [SCSI] lpfc: don't free mempool if mailbox is busyJames Smart2006-09-261-2/+4
* | [PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn2006-10-021-4/+4
|/
* [SCSI] lpfc 8.1.10 : Change version number to 8.1.10James Smart2006-09-041-1/+1
* [SCSI] lpfc 8.1.10 : Add support for new lpfc soft_wwpn attributeJames Smart2006-09-044-0/+124
* [SCSI] lpfc 8.1.10 : Add support for dev_loss_tmo_callbk and fast_io_fail_tmo...James Smart2006-09-048-173/+209
* [SCSI] lpfc 8.1.10 : Add support to return adapter symbolic nameJames Smart2006-09-021-1/+12
* [SCSI] lpfc 8.1.10 : Add support to post events via new FC event interfacesJames Smart2006-09-024-0/+19
* [SCSI] lpfc 8.1.9 : Change version number to 8.1.9James Smart2006-08-191-1/+1
* [SCSI] lpfc 8.1.9 : Stall eh handlers if resetting while rport blockedJames Smart2006-08-191-0/+19
* [SCSI] lpfc 8.1.9 : Misc Bug FixesJames Smart2006-08-195-5/+38
* [SCSI] lpfc 8.1.7 : Change version number to 8.1.8James Smart2006-08-061-1/+1
* [SCSI] lpfc 8.1.7 : ID String and Message fixesJames Smart2006-08-066-31/+31
* [SCSI] lpfc 8.1.7 : Short bug fixesJames Smart2006-08-064-6/+18
* [SCSI] lpfc 8.1.7 : Fix race condition between lpfc_sli_issue_mbox and lpfc_o...James Smart2006-08-061-3/+7
* [SCSI] lpfc 8.1.7 : Fix failing firmware download due to mailbox delays needi...James Smart2006-08-065-5/+32
* [SCSI] lpfc 8.1.7 : Add statistics reset callback for FC transportJames Smart2006-08-063-4/+103
* [SCSI] lpfc 8.1.7: Change version number to 8.1.7James Smart2006-07-091-1/+1
* [SCSI] lpfc 8.1.7: Misc FixesJames Smart2006-07-093-13/+17
* [SCSI] lpfc 8.1.7: Add lpfc_sli_flush_mbox_queue() functionJames Smart2006-07-093-1/+21
* [SCSI] lpfc 8.1.7: Correct the wait in attachment that delays for topology di...James Smart2006-07-091-10/+14
* [SCSI] lpfc 8.1.7: Remove depricated sysfs attribute board_onlineJames Smart2006-07-091-42/+0
* [SCSI] lpfc 8.1.7: Adding new issue_reset sysfs attributeJames Smart2006-07-091-0/+43
* [SCSI] lpfc 8.1.7: Fix panic in lpfc_sli_validate_fcp_iocbJames Smart2006-07-091-10/+12
* [SCSI] lpfc 8.1.7: Consolidate dma buf cleanup into a separate functionJames Smart2006-07-091-16/+24
* [SCSI] lpfc 8.1.7: Correct bogus nodev_tmo message on NPort that changes its ...James Smart2006-07-091-24/+34
* [SCSI] lpfc 8.1.7: Fix txcmplq related panics on heavy IO while downloading f...James Smart2006-07-091-7/+17
* [SCSI] lpfc 8.1.7: Issue DOWN_LINK prior to INIT_LINK to work around link fai...James Smart2006-07-091-1/+11
* [SCSI] lpfc 8.1.7: Fixed infinite retry of REG_LOGIN mailbox failed due to MB...James Smart2006-07-091-0/+11
* [SCSI] lpfc 8.1.7: Fix memory leak and cleanup code related to per ring looku...James Smart2006-07-093-27/+5
* [SCSI] lpfc 8.1.7: Standardize the driver on a single define for the maximum ...James Smart2006-07-093-7/+8
* [SCSI] lpfc 8.1.7: Use mod_timer instead of add_timer in lpfc_els_timeout_han...James Smart2006-07-091-4/+3
* Merge ../scsi-misc-2.6James Bottomley2006-07-034-27/+5
|\
| * [SCSI] Block I/O while SG reset operation in progress - lpfc portionJames Smart2006-06-273-22/+0
| * [SCSI] lpfc: sparse NULL warningsRandy Dunlap2006-06-262-5/+5