aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_os.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-309/+2992
* [SCSI] qla4xxx: Added vendor specific sysfs attributesHarish Zunjarrao2011-05-241-0/+1
* [SCSI] qla4xxx: Remove host_lock in queuecommand functionVikas Chaudhary2011-05-241-19/+7
* [SCSI] qla4xxx: Remove AF_DPC_SCHEDULED flag from ha.Lalit Chandivade2011-05-241-12/+5
* [SCSI] qla4xxx: Don't check FW alive if ISP82XX reset is in progressVikas Chaudhary2011-05-241-1/+1
* [SCSI] qla4xxx: Dump HW/FW reg to figure out what caused FW to be hung for IS...Vikas Chaudhary2011-05-241-1/+21
* [SCSI] remove cmd->serial_number litterChristoph Hellwig2011-05-011-3/+2
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* [SCSI] qla4xxx: added new function qla4xxx_relogin_all_devicesVikas Chaudhary2011-03-231-31/+23
* [SCSI] qla4xxx: add support for ql4xsess_recovery_tmo cmd line paramVikas Chaudhary2011-03-231-2/+8
* [SCSI] qla4xxx: Add support for ql4xmaxqdepth command line parameterVikas Chaudhary2011-03-231-1/+11
* [SCSI] qla4xxx: Prevent other port reinitialization during remove_adapterKaren Higgins2011-03-231-13/+40
* [SCSI] qla4xxx: cleanup DDB relogin logic during initializationKaren Higgins2011-03-231-4/+0
* [SCSI] qla4xxx: Do not retry ISP82XX initialization if H/W state is failedPrasanna Mumbai2011-03-231-0/+13
* drivers:scsi Change printk typo initate -> initiateJustin P. Mattock2011-02-171-1/+1
* [SCSI] qla4xxx: Updated the Copyright headerVikas Chaudhary2010-12-211-1/+1
* [SCSI] qla4xxx: do not reset hba if ql4xdontresethba is setVikas Chaudhary2010-12-211-7/+9
* [SCSI] qla4xxx: do not check for fw hung if reset retry is in progressLalit Chandivade2010-12-211-1/+3
* [SCSI] qla4xxx: put device in FAILED state for 82XX initialization failureLalit Chandivade2010-12-211-0/+8
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* [SCSI] qla4xxx: Fix cmd check in qla4xxx_cmd_waitMike Christie2010-10-261-1/+7
* [SCSI] qla4xxx: grab hardware_lock in eh_abort before accessing srbMike Christie2010-10-251-3/+6
* [SCSI] qla4xxx: update AER support for ISP82XXVikas Chaudhary2010-10-251-17/+28
* [SCSI] qla4xxx: use CRB Register for Request Queue in-pointerShyam Sundar2010-10-251-21/+3
* [SCSI] qla4xxx: Reset seconds_since_last_heartbeat correctly.Lalit Chandivade2010-10-251-1/+3
* [SCSI] qla4xxx: On firmware hang do not wait for the outstanding commands to ...Nilesh Javali2010-10-251-2/+4
* [SCSI] qla4xxx: remove "ha->retry_reset_ha_cnt" from wait_for_hba_onlineVikas Chaudhary2010-10-251-2/+0
* [SCSI] qla4xxx: honor return status of qla4xxx_hw_resetVikas Chaudhary2010-10-251-2/+5
* [SCSI] qla4xxx: Trivial cleanupVikas Chaudhary2010-10-251-3/+1
* [SCSI] qla4xxx: Added AER support for ISP82xxLalit Chandivade2010-08-061-0/+301
* [SCSI] qla4xxx: Handle outstanding mbx cmds on hung f/w scenariosNilesh Javali2010-08-061-0/+3
* [SCSI] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpcVikas Chaudhary2010-08-061-1/+3
* [SCSI] qla4xxx: set correct value in sess->recovery_tmoVikas Chaudhary2010-08-061-3/+4
* [SCSI] iscsi_transport: wait on session in error handler pathMike Christie2010-07-281-1/+10
* [SCSI] iscsi_transport: added new iscsi_param to display target alias in sysfsVikas Chaudhary2010-07-281-1/+6
* [SCSI] qla4xxx: replace all dev_info, dev_warn, dev_err with ql4_printkVikas Chaudhary2010-07-281-30/+32
* [SCSI] qla4xxx: Added support for ISP82XXVikas Chaudhary2010-07-281-156/+522
* [SCSI] qla4xxx: added support for abort task management commandVikas Chaudhary2010-05-021-4/+64
* [SCSI] qla4xxx: correct use of cmd->host_scribbleVikas Chaudhary2010-05-021-8/+10
* [SCSI] qla4xxx: set device state as per Link UP and LINK DOWNVikas Chaudhary2010-05-021-0/+49
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-211-2/+2
* [SCSI] qla4xxx: Fix srb lookup in qla4xxx_eh_device_resetKaren Higgins2009-07-301-3/+1
* [SCSI] qla4xxx: Fix Driver Fault Recovery CompletionKaren Higgins2009-07-301-10/+9
* [SCSI] qla4xxx: add timeout handlerMike Christie2009-07-301-0/+17
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* drivers: replace NIPQUAD()Harvey Harrison2008-10-311-2/+1
* [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-131-1/+1
* [SCSI] qla4xxx: return SCSI_MLQUEUE_TARGET_BUSY when driver has detected sess...Mike Christie2008-10-131-1/+1