summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus'James Bottomley2007-01-311-28/+31
|\
| * [SCSI] qla2xxx: Correct reset handling logic.Andrew Vasquez2007-01-031-27/+28
| * [SCSI] qla2xxx: Correct IOCB queueing mechanism for ISP54XX HBAs.Andrew Vasquez2007-01-031-1/+3
* | [SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.Seokmann Ju2007-01-311-8/+0
* | [SCSI] qla2xxx: Export OptionROM boot-codes version information.Andrew Vasquez2007-01-311-0/+2
* | [SCSI] qla2xxx: Add MSI-X support.Andrew Vasquez2007-01-311-11/+3
|/
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [SCSI] qla2xxx: add asynchronous scsi scanning support.Andrew Vasquez2006-11-221-4/+29
* [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez2006-11-221-22/+7
* Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-221-9/+26
|\
| * [SCSI] qla2xxx: Correct QUEUE_FULL handling.Andrew Vasquez2006-10-251-2/+19
| * [SCSI] qla2xxx: Workaround D3 power-management issues.Andrew Vasquez2006-10-251-3/+3
| * [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx.Andrew Vasquez2006-10-251-4/+4
* | [SCSI] qla2xxx: make some functions staticAdrian Bunk2006-11-151-6/+6
|/
* [PATCH] fix qla{2,4} build errorFrederik Deweerdt2006-10-051-4/+4
* [SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked.Andrew Vasquez2006-10-031-0/+25
* [SCSI] qla2xxx: Add MODULE_FIRMWARE tags.Andrew Vasquez2006-10-031-5/+16
* [SCSI] qla2xxx: Add iIDMA support.Andrew Vasquez2006-10-031-1/+1
* [SCSI] qla2xxx: Correct PLOGI retry logic.Andrew Vasquez2006-08-261-3/+0
* [SCSI] qla2xxx: Fix to allow to reset devices using sg interface (sg_reset).Vladislav Bolkhovitin2006-08-061-9/+3
* Merge ../scsi-misc-2.6James Bottomley2006-07-031-60/+65
|\
| * [SCSI] small whitespace cleanup for qlogic driverJesper Juhl2006-06-301-2/+2
| * [SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().Andrew Vasquez2006-06-261-30/+8
| * [SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez2006-06-261-3/+9
| * [SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez2006-06-261-4/+4
| * [SCSI] qla2xxx: Remove no-op IOCTL codes and macros.Andrew Vasquez2006-06-261-14/+0
| * [SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.Andrew Vasquez2006-06-261-0/+23
| * [SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez2006-06-261-7/+19
* | [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
|/
* Merge ../linux-2.6James Bottomley2006-06-101-8/+11
|\
| * [SCSI] qla2xxx: Correct eh_abort recovery logic.Michael Reed2006-04-271-6/+9
| * [SCSI] qla2xxx: only free_irq() after request_irq() succeedsZach Brown2006-04-191-2/+2
* | [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez2006-05-201-6/+1
* | [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.Andrew Vasquez2006-05-201-7/+8
* | [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.Andrew Vasquez2006-05-201-22/+11
* | [SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez2006-05-201-37/+17
* | [SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez2006-05-201-31/+0
* | [SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez2006-05-201-27/+3
* | [SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state...Ravi Anand2006-05-201-0/+4
|/
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-2/+1
* [SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com2006-03-121-1/+1
* [SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com2006-03-121-0/+5
* [SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com2006-03-121-8/+4
* [SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com2006-03-121-7/+11
* [SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com2006-03-121-0/+49
* [SCSI] qla2xxx: use kthread_ APIChristoph Hellwig2006-03-021-59/+30
* [PATCH] qla2xxx: Remove bogus debug-code.andrew.vasquez@qlogic.com2006-02-071-3/+0
* [PATCH] qla2xxx: Close window on race between rport removal and fcport transi...andrew.vasquez@qlogic.com2006-02-071-0/+14
* [SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.andrew.vasquez@qlogic.com2006-02-041-1/+14
* [SCSI] qla2xxx: Add beacon support via class-device attribute.andrew.vasquez@qlogic.com2006-02-041-0/+16