summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-10/+146
|\
| * [SCSI] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX.Saurav Kashyap2010-09-051-0/+3
| * [SCSI] qla2xxx: Increase SG table size to support large IO size per scsi comm...Giridhar Malavali2010-09-051-2/+10
| * [SCSI] qla2xxx: Update to AER support, do early abort commands.Lalit Chandivade2010-09-051-0/+2
| * [SCSI] qla2xxx: Added AER support for ISP82xx.Lalit Chandivade2010-09-051-3/+131
| * [SCSI] qla2xxx: do not reset dev_loss_tmo in slave calloutMike Christie2010-09-051-5/+0
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | [SCSI] qla2xxx: Fix vport delete issuesArun Easi2010-09-051-4/+26
|/
* drivers/scsi/qla2xxx/qla_os.c: fix continuation line formatsJoe Perches2010-08-111-2/+2
* [SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi2010-07-281-1/+6
* [SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez2010-07-281-2/+2
* [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* [SCSI] qla2xxx: Rearranged and cleaned up the code for processing the pending...Giridhar Malavali2010-07-281-34/+7
* [SCSI] qla2xxx: Add qla2x00_free_fcports() functionChad Dupuis2010-07-281-0/+13
* [SCSI] qla2xxx: Enable CRB based doorbell posting for request queue as defaul...Giridhar Malavali2010-07-271-1/+1
* [SCSI] qla2xxx: T10 DIF enablement for 81XXArun Easi2010-07-271-2/+2
* [SCSI] qla2xxx: Add internal loopback support for ISP81xx.Sarang Radke2010-07-271-0/+1
* [SCSI] qla2xxx: Correct use-after-free oops seen during EH-abort.Giridhar Malavali2010-07-271-1/+30
* [SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali2010-07-271-0/+4
* [SCSI] qla2xxx: Optionally disable target reset.Giridhar Malavali2010-05-161-1/+7
* [SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutual...Lalit Chandivade2010-05-161-1/+45
* [SCSI] qla2xxx: T10 DIF support added.Arun Easi2010-05-161-8/+67
* [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar2010-05-161-0/+5
* [SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar2010-05-161-9/+4
* [SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez2010-05-161-3/+28
* [SCSI] qla2xxx: Add char device to increase driver use countHarish Zunjarrao2010-05-161-0/+14
* [SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors.Lalit Chandivade2010-05-161-1/+2
* [SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali2010-05-011-25/+321
* [SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameterFerenc Wagner2010-04-111-2/+2
* [SCSI] qla2xxx: General checkpatch corrections.Andrew Vasquez2010-04-111-7/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2010-04-051-1/+3
|\
| * [SCSI] qla2xxx: Check to make sure multique and CPU affinity support is not e...Michael Hernandez2010-03-271-1/+3
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* [SCSI] qla2xxx: EEH: Restore PCI saved state during pci slot reset.Richard Lary2010-02-191-0/+5
* [SCSI] qla2xxx: Add firmware ETS burst support.Andrew Vasquez2010-02-191-0/+6
* [SCSI] qla2xxx: Correct use-after-free issue in terminate_rport_io callback.Andrew Vasquez2010-02-191-38/+0