aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.David Jeffery2013-01-031-2/+2
* [SCSI] qla2xxx: Encapsulate prematurely completing mailbox commands during IS...Chad Dupuis2011-12-121-10/+2
* [SCSI] qla2xxx: Enable Minidump by default with default capture mask 0x1f.Giridhar Malavali2011-12-121-3/+3
* [SCSI] qla2xxx: Stop unconditional completion of mailbox commands issued in i...Giridhar Malavali2011-12-121-1/+4
* [SCSI] qla2xxx: Revert back the request queue mapping to request queue 0.Giridhar Malavali2011-12-121-0/+1
* [SCSI] qla2xxx: Remove qla2x00_wait_for_loop_ready function.Saurav Kashyap2011-12-121-66/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-281-14/+32
|\
| * [SCSI] qla2xxx: Enable write permission to some debug related module paramete...Chad Dupuis2011-08-291-3/+3
| * [SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX.Saurav Kashyap2011-08-291-5/+8
| * [SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.Giridhar Malavali2011-08-291-6/+21
* | [SCSI] qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unloadRoland Dreier2011-10-021-4/+5
|/
* [SCSI] qla2xxx: Double check for command completion if abort mailbox command ...Chad Dupuis2011-08-271-0/+4
* [SCSI] qla2xxx: Acquire hardware lock while manipulating dsd list.Saurav Kashyap2011-08-271-0/+3
* [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi2011-08-271-2/+2
* [SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi2011-08-271-6/+13
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-271/+459
* [SCSI] qla2xxx: Basic infrastructure for dynamic logging.Saurav Kashyap2011-07-271-2/+15
* [SCSI] qla2xxx: Allow an override of the registered maximum LUN.Andrew Vasquez2011-05-171-1/+7
* [SCSI] qla2xxx: Use passed in host to initialize local scsi_qla_host in queue...Madhuranath Iyengar2011-05-171-1/+1
* [SCSI] qla2xxx: Fix hang during driver unload when vport is active.Arun Easi2011-05-171-10/+15
* [SCSI] qla2xxx: Fix virtual port failing to login after chip reset.Saurav Kashyap2011-05-171-3/+4
* [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis2011-05-011-3/+3
* [SCSI] qla2xxx: Add the ql2xdontresethba module_param.Giridhar Malavali2011-05-011-0/+8
* [SCSI] qla2xxx: Add test for valid loop id to qla2x00_relogin().Joe Carnuccio2011-05-011-0/+11
* [SCSI] qla2xxx: Perform FCoE context reset before trying adapter reset for IS...Giridhar Malavali2011-05-011-3/+13
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-28/+29
|\
| * [SCSI] qla2xxx: Check return value of fc_block_scsi_eh()Andrew Vasquez2011-02-251-9/+20
| * [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.Giridhar Malavali2011-02-251-3/+3
| * [SCSI] qla2xxx: Remove host_lock in queuecommand functionMadhuranath Iyengar2011-02-251-16/+6
* | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-4/+6
|\ \
| * | [SCSI] qla2xxx: Return DID_NO_CONNECT when FC device is lost.Andrew Vasquez2011-02-151-1/+0
| * | [SCSI] qla2xxx: Change from irq to irqsave with host_lockMadhuranath Iyengar2011-02-121-2/+3
| * | [SCSI] qla2xxx: Fix race that could hang kthread_stop()James Bottomley2011-02-121-1/+3
| |/
* | scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo2011-02-011-1/+1
|/
* [SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.Giridhar Malavali2010-12-231-7/+0
* [SCSI] qla2xxx: Remove redundant module parameter permission bitsJoe Carnuccio2010-12-231-16/+16
* [SCSI] qla2xxx: list cursors are not nullDan Carpenter2010-12-231-1/+1
* [SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.Saurav Kashyap2010-12-231-3/+21
* [SCSI] qla2xxx: Properly set the return value in qla2xxx_eh_abort function.Saurav Kashyap2010-12-091-1/+1
* [SCSI] qla2xxx: Correct issue where NPIV-config data was not being allocated ...Andrew Vasquez2010-12-091-0/+1
* SCSI host lock push-downJeff Garzik2010-11-161-3/+4
* [SCSI] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function.Giridhar Malavali2010-10-251-8/+6
* [SCSI] qla2xxx: Drop srb reference before waiting for completion.Mike Christie2010-10-251-41/+20
* [SCSI] qla2xxx: Addition of shutdown callback handler.Madhuranath Iyengar2010-10-251-15/+67
* [SCSI] qla2xxx: Initialize the vport_slock spinlock.Andrew Vasquez2010-10-251-0/+1
* [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar2010-10-251-12/+6
* [SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.Chad Dupuis2010-10-251-0/+5
* [SCSI] qla2xxx: Remove port down retry count.Chad Dupuis2010-10-251-30/+0