summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SCSI] qla2xxx: Correct EH bus-reset handling.Andrew Vasquez2010-02-191-13/+14
* [SCSI] qla2xxx: Proper clean-up of BSG requests when request times out.Giridhar Malavali2010-02-191-2/+13
* [SCSI] qla2xxx: negative error return in qla2x00_change_queue_depth()Roel Kluin2010-02-171-1/+1
* [SCSI] qla2xxx: Remove firmware hint for 81xx parts.Giridhar Malavali2010-01-181-1/+0
* [SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.Giridhar Malavali2010-01-181-0/+1
* [SCSI] qla2xxx: Enhance EEH support and enable AER support.Joe Carnuccio2010-01-181-16/+24
* [SCSI] qla2xxx: Correct FCP2 recovery handling.Andrew Vasquez2010-01-171-6/+6
* [SCSI] qla2xxx: Added to EEH support.Duane Grigsby2009-12-301-0/+7
* [SCSI] qla2xxx: Extend base EEH support in qla2xxx.Andrew Vasquez2009-12-301-8/+75
OpenPOWER on IntegriCloud