aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25[SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Giridhar Malavali3-13/+11
2010-10-25[SCSI] qla2xxx: Correct PRLI failure response code handling.Andrew Vasquez1-6/+0
2010-10-25[SCSI] qla2xxx: Drop srb reference before waiting for completion.Mike Christie1-41/+20
2010-10-25[SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2-15/+74
2010-10-25[SCSI] qla2xxx: Initialize the vport_slock spinlock.Andrew Vasquez1-0/+1
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar3-19/+12
2010-10-25[SCSI] qla2xxx: Add flash read/update support using BSG interfaceHarish Zunjarrao2-0/+127
2010-10-25[SCSI] qla2xxx: Group CS_RESET return status with other link level event statuses.Chad Dupuis1-4/+2
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 Dupuis3-2/+9
2010-10-25[SCSI] qla2xxx: Remove port down retry count.Chad Dupuis4-40/+4
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 Torvalds10-245/+535
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-07[SCSI] qla2xxx: prep for fc host dev loss tmo supportMike Christie1-11/+2
2010-09-16[SCSI] qla2xxx: ROM lock recovery if fw hangs while holding the lock.Shyam Sundar1-3/+36
2010-09-05[SCSI] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX.Saurav Kashyap1-0/+3
2010-09-05[SCSI] qla2xxx: Increase SG table size to support large IO size per scsi command.Giridhar Malavali2-2/+12
2010-09-05[SCSI] qla2xxx: Clear local references of rport on device loss timeout notification from FC transport.Giridhar Malavali1-9/+9
2010-09-05[SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar5-1/+107
2010-09-05[SCSI] qla2xxx: Update to AER support, do early abort commands.Lalit Chandivade2-9/+13
2010-09-05[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Giridhar Malavali3-199/+202
2010-09-05[SCSI] qla2xxx: Return proper fabric name based on device state.Giridhar Malavali1-5/+5
2010-09-05[SCSI] qla2xxx: Added AER support for ISP82xx.Lalit Chandivade3-5/+138
2010-09-05[SCSI] qla2xxx: Pass first 64 bytes of MBX information when vendor commands fail.Giridhar Malavali1-3/+2
2010-09-05[SCSI] qla2xxx: Don't issue set or get port param MBC if port is not online.Giridhar Malavali2-4/+6
2010-09-05[SCSI] qla2xxx: Update version number to 8.03.04-k0.Madhuranath Iyengar1-2/+2
2010-09-05[SCSI] qla2xxx: Check for empty slot in request queue before posting Command type 6 request.Giridhar Malavali1-0/+13
2010-09-05[SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set.Lalit Chandivade1-3/+4
2010-09-05[SCSI] qla2xxx: Correctly set fw hung and complete only waiting mbx.Giridhar Malavali1-8/+12
2010-09-05[SCSI] qla2xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade1-1/+2
2010-09-05[SCSI] qla2xxx: make rport deletions explicit during vport removalArun Easi1-1/+0
2010-09-05[SCSI] qla2xxx: Fix vport delete issuesArun Easi7-36/+207
2010-09-05[SCSI] qla2xxx: do not reset dev_loss_tmo in slave calloutMike Christie2-5/+11
2010-08-11drivers/scsi/qla2xxx/qla_os.c: fix continuation line formatsJoe Perches1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-07-28[SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi4-6/+43
2010-07-28[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez5-60/+5
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali22-22/+22
2010-07-28[SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending commands.Giridhar Malavali4-40/+25
2010-07-28[SCSI] qla2xxx: Updates for ISP82xx.Giridhar Malavali4-289/+42
2010-07-28[SCSI] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adaptersHarish Zunjarrao1-13/+24
2010-07-28[SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao3-10/+162
2010-07-28[SCSI] qla2xxx: Don't issue set or get port param MBC if remote port is not logged inMadhuranath Iyengar1-0/+7
2010-07-28[SCSI] qla2xxx: Add qla2x00_free_fcports() functionChad Dupuis3-6/+15
2010-07-28[SCSI] qla2xxx: Stop firmware before doing init firmware.Andrew Vasquez1-2/+3
2010-07-28[SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover.Duane Grigsby1-0/+3
2010-07-28[SCSI] qla2xxx: Correct extended sense-data handling.Andrew Vasquez1-9/+18
2010-07-28[SCSI] qla2xxx: Check for golden firmware and show version if availableMadhuranath Iyengar3-0/+42
2010-07-28[SCSI] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_PortsChad Dupuis4-1/+103