aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-21[SCSI] qla4xxx: Update driver version to 5.02.00-k5Vikas Chaudhary1-1/+1
2010-12-21[SCSI] qla4xxx: Updated the Copyright headerVikas Chaudhary16-18/+18
2010-12-21[SCSI] qla4xxx: do not reset hba if ql4xdontresethba is setVikas Chaudhary1-7/+9
2010-12-21[SCSI] qla4xxx: do not check for fw hung if reset retry is in progressLalit Chandivade1-1/+3
2010-12-21[SCSI] qla4xxx: cache new IP address acquired via DHCPPrasanna Mumbai1-1/+2
2010-12-21[SCSI] qla4xxx: Fail initialization if qla4_8xxx_pci_mem_write_2M failsLalit Chandivade1-6/+11
2010-12-21[SCSI] qla4xxx: put device in FAILED state for 82XX initialization failureLalit Chandivade1-0/+8
2010-12-21[SCSI] qla4xxx: do not process interrupt unconditionallyLalit Chandivade1-17/+1
2010-12-21[SCSI] qla4xxx: use correct fw_ddb_index in abort taskKaren Higgins2-3/+2
2010-12-21[SCSI] qla4xxx: memory wedge with peg_halt test in loopSwapnil Nagle1-0/+43
2010-12-21[SCSI] qla4xxx: initialize MSI in correct wayShyam Sundar1-1/+1
2010-12-21[SCSI] qla4xxx: Drop use of IRQF_DISABLEVikas Chaudhary1-2/+2
2010-11-16SCSI host lock push-downJeff Garzik1-3/+4
2010-10-26[SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_waitMike Christie1-1/+7
2010-10-25[SCSI] qla4xxx: Update driver version to 5.02.00-k4Vikas Chaudhary1-1/+1
2010-10-25[SCSI] qla4xxx: grab hardware_lock in eh_abort before accessing srbMike Christie1-3/+6
2010-10-25[SCSI] qla4xxx: remove unwanted check for bad spdVikas Chaudhary2-20/+0
2010-10-25[SCSI] qla4xxx: update AER support for ISP82XXVikas Chaudhary2-35/+29
2010-10-25[SCSI] qla4xxx: Clear the rom lock if the firmware died while holding it.Shyam Sundar1-6/+43
2010-10-25[SCSI] qla4xxx: use CRB Register for Request Queue in-pointerShyam Sundar5-30/+16
2010-10-25[SCSI] qla4xxx: dump mailbox registers on System ErrorKaren Higgins3-0/+104
2010-10-25[SCSI] qla4xxx: Add support for 8130/8131 AENs.Shyam Sundar2-0/+14
2010-10-25[SCSI] qla4xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade1-1/+3
2010-10-25[SCSI] qla4xxx: On firmware hang do not wait for the outstanding commands to completeNilesh Javali1-2/+4
2010-10-25[SCSI] qla4xxx: free_irqs on failed initialize_adapterVikas Chaudhary1-0/+6
2010-10-25[SCSI] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entryVikas Chaudhary1-1/+1
2010-10-25[SCSI] qla4xxx: remove "ha->retry_reset_ha_cnt" from wait_for_hba_onlineVikas Chaudhary1-2/+0
2010-10-25[SCSI] qla4xxx: honor return status of qla4xxx_hw_resetVikas Chaudhary1-2/+5
2010-10-25[SCSI] qla4xxx: Trivial cleanupVikas Chaudhary5-22/+12
2010-10-07[SCSI] qla4xxx: fix build on PPCJiri Slaby1-0/+1
2010-08-20drivers/scsi/qla4xxx: fix buildAndrew Morton2-2/+2
2010-08-11[SCSI] qla4xxx: fix compilation warningVikas Chaudhary1-1/+2
2010-08-06[SCSI] qla4xxx: Update driver version to 5.02.00-k3Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: Added AER support for ISP82xxLalit Chandivade7-4/+352
2010-08-06[SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenariosNilesh Javali5-0/+47
2010-08-06[SCSI] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.xVikas Chaudhary2-11/+12
2010-08-06[SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary1-1/+3
2010-08-06[SCSI] qla4xxx: Stop firmware before doing init firmware.Lalit Chandivade1-0/+6
2010-08-06[SCSI] qla4xxx: Use the correct request queue.Vikas Chaudhary1-1/+1
2010-08-06[SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary4-9/+7
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-07-28[SCSI] iscsi_transport: wait on session in error handler pathMike Christie1-1/+10
2010-07-28[SCSI] qla4xxx: Update driver version to 5.02.00-k2Vikas Chaudhary1-1/+1
2010-07-28[SCSI] iscsi_transport: added new iscsi_param to display target alias in sysfsVikas Chaudhary2-1/+9
2010-07-28[SCSI] qla4xxx: wait for device_ready before device discoveryKaren Higgins1-3/+3
2010-07-28[SCSI] qla4xxx: replace all dev_info, dev_warn, dev_err with ql4_printkVikas Chaudhary4-61/+63
2010-07-28[SCSI] qla4xxx: Added support for ISP82XXVikas Chaudhary15-357/+4600
2010-07-27[SCSI] qla4xxx: Handle one H/W Interrupt at a timeRavi Anand1-1/+1
2010-07-27[SCSI] qla4xxx: Fix the freeing of the buffer allocated for DMAPrasanna Mumbai2-21/+32
2010-07-27[SCSI] qla4xxx: correct return status in function qla4xxx_fw_readyVikas Chaudhary1-0/+1