index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] qla2xxx: Avoid invalid request queue dereference for bad response pack...
Arun Easi
2012-02-19
1
-11
/
+17
*
[SCSI] qla2xxx: Stop iteration after first failure in *_id functions.
Arun Easi
2012-02-19
1
-0
/
+6
*
[SCSI] qla2xxx: Fix incorrect register access in qla2x00_start_iocbs().
Arun Easi
2012-02-19
1
-1
/
+1
*
[SCSI] qla2xxx: Handle device mapping changes due to device logout.
Arun Easi
2012-02-19
2
-0
/
+27
*
[SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number...
Chad Dupuis
2012-02-19
7
-48
/
+77
*
[SCSI] qla2xxx: Cache swl during fabric discovery.
Andrew Vasquez
2012-02-19
3
-7
/
+8
*
[SCSI] qla2xxx: Remove EDC sysfs interface.
Joe Carnuccio
2012-02-19
4
-149
/
+4
*
[SCSI] qla2xxx: Perform firmware dump procedure on mailbox command timeout.
Chad Dupuis
2012-02-19
1
-0
/
+6
*
[SCSI] qla2xxx: Change the log message when previous dump is available to ret...
Giridhar Malavali
2012-02-19
1
-2
/
+3
*
[SCSI] qla2xxx: Log messages to use correct vha.
Arun Easi
2012-02-19
2
-47
/
+47
*
[SCSI] qla2xxx: Add new message when a new loopid is assigned.
Arun Easi
2012-02-19
2
-1
/
+4
*
[SCSI] qla2xxx: Fix ql_dbg arguments.
Arun Easi
2012-02-19
1
-2
/
+2
*
[SCSI] qla2xxx: Use ql_log* #define's in ql_log() and ql_log_pci().
Chad Dupuis
2012-02-19
1
-6
/
+6
*
[SCSI] qla2xxx: Convert remaining printk's to ql_log format.
Chad Dupuis
2012-02-19
3
-16
/
+16
*
[SCSI] qla2xxx: Print mailbox command opcode and return code when a command t...
Chad Dupuis
2012-02-19
1
-7
/
+9
*
[SCSI] qla2xxx: Reduce mbx-command timeout for Login/Logout requests.
Andrew Vasquez
2012-02-19
1
-3
/
+4
*
[SCSI] qla2xxx: Prep zero-length BSG data-transfer requests.
Andrew Vasquez
2012-02-19
1
-17
/
+7
*
[SCSI] qla2xxx: Perform implicit logout during rport tear-down.
Andrew Vasquez
2012-02-19
5
-5
/
+51
*
[SCSI] qla2xxx: Handle failure cases during fabric_login
Chad Dupuis
2012-02-19
3
-19
/
+42
*
[SCSI] qla2xxx: Increase speed of flash access in ISP82xx adapters to improve...
Chad Dupuis
2012-02-19
1
-40
/
+27
*
[SCSI] qla2xxx: Return blank sysfs string on initial get thermal failure.
Joe Carnuccio
2012-02-19
1
-1
/
+1
*
[SCSI] qla2xxx: Handle change notifications based on switch scan results.
Arun Easi
2012-02-19
3
-144
/
+13
*
[SCSI] qla2xxx: Correct print format for edc ql_log() calls.
Joe Carnuccio
2012-02-19
1
-2
/
+2
*
[SCSI] qla2xxx: Use consistent DL mask for ELS/CT passthru requests.
Andrew Vasquez
2012-02-19
1
-4
/
+4
*
[SCSI] qla2xxx: Consolidation of SRB processing.
Giridhar Malavali
2012-02-19
11
-628
/
+485
*
[SCSI] qla2xxx: Use a valid enode-mac if none defined.
Andrew Vasquez
2012-02-19
1
-3
/
+3
*
[SCSI] qla2xxx: Enhancements to support ISP83xx.
Giridhar Malavali
2012-02-19
17
-170
/
+1233
*
[SCSI] qla2xxx: Enhanced the dump routines to capture multiple request and re...
Giridhar Malavali
2012-02-19
3
-3
/
+105
*
[SCSI] qla2xxx: Update version number to 8.03.07.13-k.
Chad Dupuis
2012-02-18
1
-1
/
+1
*
[SCSI] qla2xxx: Proper detection of firmware abort error code for ISP82xx.
Giridhar Malavali
2012-02-18
1
-1
/
+1
*
[SCSI] qla2xxx: Remove resetting memory during device initialization for ISP8...
Shyam Sundar
2012-02-18
1
-13
/
+0
*
[SCSI] qla2xxx: Complete mailbox command timedout to avoid initialization fai...
Giridhar Malavali
2012-02-18
1
-0
/
+4
*
[SCSI] qla2xxx: Remove check for null fcport from host reset handler.
Michael Christie
2012-02-18
1
-10
/
+0
*
[SCSI] qla2xxx: Correct out of bounds read of ISP2200 mailbox registers.
Andrew Vasquez
2012-02-18
2
-1
/
+2
*
[SCSI] qla2xxx: Remove errant clearing of MBX_INTERRUPT flag during CT-IOCB p...
Andrew Vasquez
2012-02-18
1
-1
/
+0
*
[SCSI] qla2xxx: Clear options-flags while issuing stop-firmware mbx command.
Andrew Vasquez
2012-02-18
1
-1
/
+2
*
[SCSI] qla2xxx: Add an "is reset active" helper.
Andrew Vasquez
2012-02-18
4
-51
/
+28
*
[SCSI] qla2xxx: Add check for null fcport references in qla2xxx_queuecommand.
Chad Dupuis
2012-02-18
1
-0
/
+6
*
[SCSI] qla2xxx: Propagate up abort failures.
Arun Easi
2012-02-18
1
-0
/
+1
*
[SCSI] qla2xxx: remove redundant semicolon
Jesper Juhl
2011-12-15
1
-1
/
+1
*
[SCSI] qla2xxx: Do not check for minidump when device state is QLA82XX_DEV_RE...
Chad Dupuis
2011-12-15
1
-1
/
+0
*
[SCSI] qla2xxx: Move initialization of some variables before iospace_config.
Chad Dupuis
2011-12-15
1
-5
/
+5
*
[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.
Andrew Vasquez
2011-12-15
4
-2
/
+27
*
[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.
Saurav Kashyap
2011-12-15
3
-2
/
+16
*
[SCSI] qla2xxx: Consolidated IOCB processing routines.
Giridhar Malavali
2011-12-15
4
-583
/
+522
*
[SCSI] qla2xxx: Process marker IOCB request on request queue 0.
Giridhar Malavali
2011-12-15
1
-0
/
+1
*
[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.
Giridhar Malavali
2011-12-15
2
-124
/
+133
*
[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx.
Giridhar Malavali
2011-12-15
1
-4
/
+4
*
[SCSI] qla2xxx: Corrected the default setting of the help text of Minidump ca...
Giridhar Malavali
2011-12-15
1
-1
/
+1
*
[SCSI] qla2xxx: Corrections to returned sysfs error codes.
Joe Carnuccio
2011-12-15
1
-2
/
+2
[next]