| Commit message (Expand) | Author | Age |
* | [SCSI] qla2xxx: Correct PLOGI retry logic. | Andrew Vasquez | 2006-08-26 |
* | [SCSI] qla2xxx: Fix to allow to reset devices using sg interface (sg_reset). | Vladislav Bolkhovitin | 2006-08-06 |
* | Merge ../scsi-misc-2.6 | James Bottomley | 2006-07-03 |
|\ |
|
| * | [SCSI] small whitespace cleanup for qlogic driver | Jesper Juhl | 2006-06-30 |
| * | [SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver(). | Andrew Vasquez | 2006-06-26 |
| * | [SCSI] qla2xxx: Add support for extended error logging. | Andrew Vasquez | 2006-06-26 |
| * | [SCSI] qla2xxx: Cleanup DEBUG macro usage. | Andrew Vasquez | 2006-06-26 |
| * | [SCSI] qla2xxx: Remove no-op IOCTL codes and macros. | Andrew Vasquez | 2006-06-26 |
| * | [SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support. | Andrew Vasquez | 2006-06-26 |
| * | [SCSI] qla2xxx: Rework firmware-trace facilities. | Andrew Vasquez | 2006-06-26 |
* | | [PATCH] irq-flags: scsi: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 |
|/ |
|
* | Merge ../linux-2.6 | James Bottomley | 2006-06-10 |
|\ |
|
| * | [SCSI] qla2xxx: Correct eh_abort recovery logic. | Michael Reed | 2006-04-27 |
| * | [SCSI] qla2xxx: only free_irq() after request_irq() succeeds | Zach Brown | 2006-04-19 |
* | | [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Remove unused port-type RSCN handling code. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Drop unused driver cruft. | Andrew Vasquez | 2006-05-20 |
* | | [SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state... | Ravi Anand | 2006-05-20 |
|/ |
|
* | [PATCH] mempool: use mempool_create_slab_pool() | Matthew Dobson | 2006-03-26 |
* | [SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx. | andrew.vasquez@qlogic.com | 2006-03-12 |
* | [SCSI] qla2xxx: Further restrict ZIO mode support. | andrew.vasquez@qlogic.com | 2006-03-12 |
* | [SCSI] qla2xxx: Consolidate ISP63xx handling. | andrew.vasquez@qlogic.com | 2006-03-12 |
* | [SCSI] qla2xxx: Add ISP54xx support. | andrew.vasquez@qlogic.com | 2006-03-12 |
* | [SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations. | andrew.vasquez@qlogic.com | 2006-03-12 |
* | [SCSI] qla2xxx: use kthread_ API | Christoph Hellwig | 2006-03-02 |
* | [PATCH] qla2xxx: Remove bogus debug-code. | andrew.vasquez@qlogic.com | 2006-02-07 |
* | [PATCH] qla2xxx: Close window on race between rport removal and fcport transi... | andrew.vasquez@qlogic.com | 2006-02-07 |
* | [SCSI] qla2xxx: Add support to retrieve/update HBA option-rom. | andrew.vasquez@qlogic.com | 2006-02-04 |
* | [SCSI] qla2xxx: Add beacon support via class-device attribute. | andrew.vasquez@qlogic.com | 2006-02-04 |
* | [SCSI] qla2xxx: Add port-speed FC transport attribute. | andrew.vasquez@qlogic.com | 2006-02-04 |
* | [SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft... | andrew.vasquez@qlogic.com | 2006-01-26 |
* | [SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion. | andrew.vasquez@qlogic.com | 2006-01-26 |
* | [SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine. | andrew.vasquez@qlogic.com | 2006-01-14 |
* | [SCSI] qla2xxx: fix compile error caused by pci_dev.owner move | James Bottomley | 2005-12-13 |
* | [SCSI] qla2xxx: Add support for embedded ISP24xx firmware. | Andrew Vasquez | 2005-12-13 |
* | [SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs. | Andrew Vasquez | 2005-12-13 |
* | [SCSI] update fc_transport for removal of block/unblock functions | James.Smart@Emulex.Com | 2005-10-28 |
* | [SCSI] Add an 'Issue LIP' device attribute in fc_transport class | Andrew Vasquez | 2005-10-28 |
* | [SCSI] qla2xxx: put back label erroneously removed by eh_active patch | James Bottomley | 2005-10-28 |
* | [SCSI] qla2xxx: remove eh_active checks in qla2xxx error handling | Andrew Vasquez | 2005-10-28 |
* | [SCSI] qla2xxx: Update license. | Andrew Vasquez | 2005-10-28 |
* | [SCSI] qla2xxx: Add support to dynamically enable/disable ZIO. | Andrew Vasquez | 2005-10-28 |
* | [PATCH] qlogic lockup fix | Andrew Morton | 2005-10-25 |
* | [SCSI] qla2xxx: Stop firmware execution at unintialization time. | Andrew Vasquez | 2005-09-04 |
* | [SCSI] qla2xxx: Replace schedule_timeout(). | Andrew Vasquez | 2005-09-04 |
* | [SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure. | Andrew Vasquez | 2005-09-04 |
* | [SCSI] qla2xxx: Add host attributes. | Andrew Vasquez | 2005-09-04 |