aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_isr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-27[SCSI] qla2xxx: Correct inadvertent loop state transitions during port-update handling.Andrew Vasquez1-1/+0
2011-08-27[SCSI] qla2xxx: Fix qla24xx revision check while enabling interrupts.Chad Dupuis1-3/+2
2011-08-27[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi1-6/+7
2011-08-27[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi1-15/+75
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-335/+328
2011-06-27scsi: qla_isr.c: fix comment typo 'hammmer'Justin P. Mattock1-2/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-01[SCSI] qla2xxx: Perform FCoE context reset before trying adapter reset for ISP82xx.Giridhar Malavali1-8/+24
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2011-05-01[SCSI] qla2xxx: Display PortID information during FCP command-status handling.Andrew Vasquez1-4/+5
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-23[SCSI] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts.Andrew Vasquez1-0/+2
2010-12-09[SCSI] qla2xxx: Change MSI initialization from using incorrect request_irq parameter.Mike Hernandez1-2/+3
2010-10-25[SCSI] qla2xxx: Correct PRLI failure response code handling.Andrew Vasquez1-6/+0
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar1-5/+4
2010-10-25[SCSI] qla2xxx: Group CS_RESET return status with other link level event statuses.Chad Dupuis1-4/+2
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+7
2010-09-05[SCSI] qla2xxx: Handle MPI timeout indicated by AE8002Madhuranath Iyengar1-1/+7
2010-09-05[SCSI] qla2xxx: Cover UNDERRUN case where SCSI status is set.Lalit Chandivade1-3/+4
2010-07-28[SCSI] qla2xxx: Update copyright banner.Giridhar Malavali1-1/+1
2010-07-28[SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao1-0/+83
2010-07-28[SCSI] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover.Duane Grigsby1-0/+3
2010-07-28[SCSI] qla2xxx: Correct extended sense-data handling.Andrew Vasquez1-9/+18
2010-07-28[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali1-37/+0
2010-07-27[SCSI] qla2xxx: Make the FC port capability mutual exclusive.Andrew Vasquez1-2/+2
2010-07-27[SCSI] qla2xxx: Add internal loopback support for ISP81xx.Sarang Radke1-2/+5
2010-07-27[SCSI] qla2xxx: Correct async-srb issues.Andrew Vasquez1-1/+1
2010-07-27[SCSI] qla2xxx: Add portid to async-request messages.Andrew Vasquez1-14/+27
2010-05-16[SCSI] qla2xxx: T10 DIF support added.Arun Easi1-0/+77
2010-05-16[SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar1-0/+102
2010-05-16[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar1-24/+26
2010-05-16[SCSI] qla2xxx: Cleanup FCP-command-status processing debug statements.Andrew Vasquez1-129/+63
2010-05-16[SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez1-17/+16
2010-05-16[SCSI] qla2xxx: Further generalization of SRB CTX infrastructure.Andrew Vasquez1-53/+21
2010-05-01[SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali1-11/+31
2010-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds1-20/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-27[SCSI] qla2xxx: Disable MSI on qla24xx chips other than QLA2432.Ben Hutchings1-15/+13
2010-03-27[SCSI] qla2xxx: Correct vp_idx checking during PORT_UPDATE processing.Andrew Vasquez1-5/+4
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+107
2010-02-08[SCSI] qla2xxx: Obtain proper host structure during response-queue processing.Anirban Chakraborty1-28/+1
2010-02-08[SCSI] qla2xxx: make msix interrupt handler safe for irqXiaotian Feng1-6/+9
2010-01-18[SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.Giridhar Malavali1-1/+104
2010-01-18[SCSI] qla2xxx: Enhance EEH support and enable AER support.Joe Carnuccio1-2/+3
2009-12-30[SCSI] qla2xxx: Extend base EEH support in qla2xxx.Andrew Vasquez1-3/+6
2009-12-10[SCSI] qla2xxx: fix for multiqueue in MISX disabled caseAnirban Chakraborty1-1/+10
2009-12-10[SCSI] qla2xxx: Queue depth ramp up/down modification changes.Giridhar Malavali1-92/+0
2009-12-04[SCSI] qla2xxx: Properly handle UNDERRUN completion statuses.Lalit Chandivade1-63/+57