summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] qla2xxx: Add new message when a new loopid is assigned.Arun Easi2012-02-191-0/+3
* [SCSI] qla2xxx: Handle failure cases during fabric_loginChad Dupuis2012-02-191-9/+26
* [SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi2012-02-191-124/+12
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-158/+98
* [SCSI] qla2xxx: Use a valid enode-mac if none defined.Andrew Vasquez2012-02-191-3/+3
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-32/+34
* [SCSI] qla2xxx: Enhanced the dump routines to capture multiple request and re...Giridhar Malavali2012-02-191-1/+10
* [SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez2011-12-151-0/+1
* [SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap2011-12-151-1/+6
* [SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis2011-12-151-39/+45
* [SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...Joe Perches2011-12-151-1/+2
* [SCSI] qla2xxx: Don't call alloc_fw_dump for ISP82XX.Saurav Kashyap2011-12-121-1/+2
* [SCSI] qla2xxx: Issue mailbox command only when firmware hung bit is reset fo...Giridhar Malavali2011-08-291-12/+14
* [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-6/+4
* [SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update...Andrew Vasquez2011-08-271-3/+0
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-423/+426
* [SCSI] qla2xxx: Basic infrastructure for dynamic logging.Saurav Kashyap2011-07-271-1/+6
* [SCSI] qla2xxx: Clear complete initialization control block.Andrew Vasquez2011-05-171-1/+1
* [SCSI] qla2xxx: Update firmware version after flash update for ISP82xx.Saurav Kashyap2011-05-171-0/+7
* [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis2011-05-011-3/+3
* [SCSI] qla2xxx: Verify login-state has transitioned to PRLI-completed.Andrew Vasquez2011-05-011-0/+11
* [SCSI] qla2xxx: Add test for valid loop id to qla2x00_relogin().Joe Carnuccio2011-05-011-3/+1
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* [SCSI] qla2xxx: Remove extraneous setting of FCF_ASYNC_SENT during login-done...Andrew Vasquez2011-05-011-1/+0
* [SCSI] qla2xxx: Check for a match before attempting to set FCP-priority infor...Andrew Vasquez2011-05-011-6/+9
* [SCSI] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in asy...Andrew Vasquez2011-05-011-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-8/+33
|\
| * [SCSI] qla2xxx: The ISP82XX should be online while waiting for commands compl...Saurav Kashyap2011-02-251-3/+16
| * [SCSI] qla2xxx: Clear any stale login-states during an adapter reset.Andrew Vasquez2011-02-251-0/+17
| * [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.Giridhar Malavali2011-02-251-8/+3
* | [SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar2011-02-121-4/+6
|/
* [SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command f...Andrew Vasquez2010-12-231-0/+1
* [SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez2010-12-231-0/+1
* [SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar2010-12-231-9/+9
* [SCSI] qla2xxx: list cursors are not nullDan Carpenter2010-12-231-1/+1
* [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-231-2/+65
* [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Giridhar Malavali2010-10-251-1/+1
* [SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2010-10-251-0/+7
* [SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Chad Dupuis2010-10-251-1/+1
* [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis2010-10-251-2/+3
* [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-251-8/+0
* [SCSI] qla2xxx: locking problem in qla2x00_init_rings()Dan Carpenter2010-10-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-9/+45
|\
| * [SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar2010-09-051-0/+31
| * [SCSI] qla2xxx: Update to AER support, do early abort commands.Lalit Chandivade2010-09-051-9/+11
| * [SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali2010-09-051-0/+3
* | [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-051-13/+81
|/
* [SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez2010-07-281-1/+1
* [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending...Giridhar Malavali2010-07-281-2/+7
OpenPOWER on IntegriCloud