aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] qla2xxx: Handle device mapping changes due to device logout.Arun Easi1-0/+8
2012-02-19[SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number of targets.Chad Dupuis1-6/+5
2012-02-19[SCSI] qla2xxx: Cache swl during fabric discovery.Andrew Vasquez1-7/+5
2012-02-19[SCSI] qla2xxx: Add new message when a new loopid is assigned.Arun Easi1-0/+3
2012-02-19[SCSI] qla2xxx: Handle failure cases during fabric_loginChad Dupuis1-9/+26
2012-02-19[SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi1-124/+12
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali1-158/+98
2012-02-19[SCSI] qla2xxx: Use a valid enode-mac if none defined.Andrew Vasquez1-3/+3
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali1-32/+34
2012-02-19[SCSI] qla2xxx: Enhanced the dump routines to capture multiple request and response queues.Giridhar Malavali1-1/+10
2011-12-15[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez1-0/+1
2011-12-15[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap1-1/+6
2011-12-15[SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis1-39/+45
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.Joe Perches1-1/+2
2011-12-12[SCSI] qla2xxx: Don't call alloc_fw_dump for ISP82XX.Saurav Kashyap1-1/+2
2011-08-29[SCSI] qla2xxx: Issue mailbox command only when firmware hung bit is reset for ISP82xx.Giridhar Malavali1-12/+14
2011-08-29[SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali1-6/+4
2011-08-27[SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update handling.Andrew Vasquez1-3/+0
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-423/+426
2011-07-27[SCSI] qla2xxx: Basic infrastructure for dynamic logging.Saurav Kashyap1-1/+6
2011-05-17[SCSI] qla2xxx: Clear complete initialization control block.Andrew Vasquez1-1/+1
2011-05-17[SCSI] qla2xxx: Update firmware version after flash update for ISP82xx.Saurav Kashyap1-0/+7
2011-05-01[SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis1-3/+3
2011-05-01[SCSI] qla2xxx: Verify login-state has transitioned to PRLI-completed.Andrew Vasquez1-0/+11
2011-05-01[SCSI] qla2xxx: Add test for valid loop id to qla2x00_relogin().Joe Carnuccio1-3/+1
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2011-05-01[SCSI] qla2xxx: Remove extraneous setting of FCF_ASYNC_SENT during login-done completion.Andrew Vasquez1-1/+0
2011-05-01[SCSI] qla2xxx: Check for a match before attempting to set FCP-priority information.Andrew Vasquez1-6/+9
2011-05-01[SCSI] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in async paths.Andrew Vasquez1-3/+3
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-8/+33
2011-02-25[SCSI] qla2xxx: The ISP82XX should be online while waiting for commands completion.Saurav Kashyap1-3/+16
2011-02-25[SCSI] qla2xxx: Clear any stale login-states during an adapter reset.Andrew Vasquez1-0/+17
2011-02-25[SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.Giridhar Malavali1-8/+3
2011-02-12[SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar1-4/+6
2010-12-23[SCSI] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command fails on CNAs.Andrew Vasquez1-0/+1
2010-12-23[SCSI] qla2xxx: Add sysfs node for displaying board temperature.Andrew Vasquez1-0/+1
2010-12-23[SCSI] qla2xxx: Update FCP priority information to firmware before sending IOsMadhuranath Iyengar1-9/+9
2010-12-23[SCSI] qla2xxx: list cursors are not nullDan Carpenter1-1/+1
2010-12-23[SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap1-2/+65
2010-10-25[SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Giridhar Malavali1-1/+1
2010-10-25[SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar1-0/+7
2010-10-25[SCSI] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free().Chad Dupuis1-1/+1
2010-10-25[SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis1-2/+3
2010-10-25[SCSI] qla2xxx: Remove port down retry count.Chad Dupuis1-8/+0
2010-10-25[SCSI] qla2xxx: locking problem in qla2x00_init_rings()Dan Carpenter1-2/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-9/+45
2010-09-05[SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar1-0/+31
2010-09-05[SCSI] qla2xxx: Update to AER support, do early abort commands.Lalit Chandivade1-9/+11
2010-09-05[SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali1-0/+3
2010-09-05[SCSI] qla2xxx: Fix vport delete issuesArun Easi1-13/+81