summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] qla2xxx: Prep zero-length BSG data-transfer requests.Andrew Vasquez1-17/+7
2012-02-19[SCSI] qla2xxx: Perform implicit logout during rport tear-down.Andrew Vasquez5-5/+51
2012-02-19[SCSI] qla2xxx: Handle failure cases during fabric_loginChad Dupuis3-19/+42
2012-02-19[SCSI] qla2xxx: Increase speed of flash access in ISP82xx adapters to improve...Chad Dupuis1-40/+27
2012-02-19[SCSI] qla2xxx: Return blank sysfs string on initial get thermal failure.Joe Carnuccio1-1/+1
2012-02-19[SCSI] qla2xxx: Handle change notifications based on switch scan results.Arun Easi3-144/+13
2012-02-19[SCSI] qla2xxx: Correct print format for edc ql_log() calls.Joe Carnuccio1-2/+2
2012-02-19[SCSI] qla2xxx: Use consistent DL mask for ELS/CT passthru requests.Andrew Vasquez1-4/+4
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali11-628/+485
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 Malavali17-170/+1233
2012-02-19[SCSI] qla2xxx: Enhanced the dump routines to capture multiple request and re...Giridhar Malavali3-3/+105
2012-02-18[SCSI] qla2xxx: Update version number to 8.03.07.13-k.Chad Dupuis1-1/+1
2012-02-18[SCSI] qla2xxx: Proper detection of firmware abort error code for ISP82xx.Giridhar Malavali1-1/+1
2012-02-18[SCSI] qla2xxx: Remove resetting memory during device initialization for ISP8...Shyam Sundar1-13/+0
2012-02-18[SCSI] qla2xxx: Complete mailbox command timedout to avoid initialization fai...Giridhar Malavali1-0/+4
2012-02-18[SCSI] qla2xxx: Remove check for null fcport from host reset handler.Michael Christie1-10/+0
2012-02-18[SCSI] qla2xxx: Correct out of bounds read of ISP2200 mailbox registers.Andrew Vasquez2-1/+2
2012-02-18[SCSI] qla2xxx: Remove errant clearing of MBX_INTERRUPT flag during CT-IOCB p...Andrew Vasquez1-1/+0
2012-02-18[SCSI] qla2xxx: Clear options-flags while issuing stop-firmware mbx command.Andrew Vasquez1-1/+2
2012-02-18[SCSI] qla2xxx: Add an "is reset active" helper.Andrew Vasquez4-51/+28
2012-02-18[SCSI] qla2xxx: Add check for null fcport references in qla2xxx_queuecommand.Chad Dupuis1-0/+6
2012-02-18[SCSI] qla2xxx: Propagate up abort failures.Arun Easi1-0/+1
2012-02-04qla2xxx: fix printk typo in qla_bsg.cMasanari Iida1-1/+1
2011-12-15[SCSI] qla2xxx: remove redundant semicolonJesper Juhl1-1/+1
2011-12-15[SCSI] qla2xxx: Do not check for minidump when device state is QLA82XX_DEV_RE...Chad Dupuis1-1/+0
2011-12-15[SCSI] qla2xxx: Move initialization of some variables before iospace_config.Chad Dupuis1-5/+5
2011-12-15[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez4-2/+27
2011-12-15[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap3-2/+16
2011-12-15[SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali4-583/+522
2011-12-15[SCSI] qla2xxx: Process marker IOCB request on request queue 0.Giridhar Malavali1-0/+1
2011-12-15[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.Giridhar Malavali2-124/+133
2011-12-15[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx.Giridhar Malavali1-4/+4
2011-12-15[SCSI] qla2xxx: Corrected the default setting of the help text of Minidump ca...Giridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Corrections to returned sysfs error codes.Joe Carnuccio1-2/+2
2011-12-15[SCSI] qla2xxx: Correct report-id acquisition checkGiridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Fix to include FCE data as part of dump.Giridhar Malavali1-1/+1
2011-12-15[SCSI] qla2xxx: Limit excessive DPC cycles.Andrew Vasquez1-13/+8
2011-12-15[SCSI] qla2xxx: Only read requested mailbox registers.Andrew Vasquez1-9/+25
2011-12-15[SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns...Giridhar Malavali2-31/+61
2011-12-15[SCSI] qla2xxx: Update to dynamic logging.Chad Dupuis10-216/+199
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...Joe Perches8-25/+26
2011-12-15[SCSI] qla2xxx: Use less stack to emit logging messages.Joe Perches2-115/+107
2011-12-12[SCSI] qla2xxx: Update version number to 8.03.07.12-k.Chad Dupuis1-1/+1
2011-12-12[SCSI] qla2xxx: Submit all chained IOCBs for passthrough commands on request ...Giridhar Malavali1-6/+8
2011-12-12[SCSI] qla2xxx: Correct fc_host port_state display.Saurav Kashyap1-4/+23
2011-12-12[SCSI] qla2xxx: Disable generating pause frames when firmware hang detected f...Giridhar Malavali4-4/+28
2011-12-12[SCSI] qla2xxx: Clear mailbox busy flag during premature mailbox completion f...Giridhar Malavali2-0/+3
2011-12-12[SCSI] qla2xxx: Encapsulate prematurely completing mailbox commands during IS...Chad Dupuis4-30/+22
2011-12-12[SCSI] qla2xxx: Display IPE error message for ISP82xx.Chad Dupuis1-0/+5