aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] qla2xxx: Fix incorrect register access in qla2x00_start_iocbs().Arun Easi1-1/+1
2012-02-19[SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali1-81/+77
2012-02-19[SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali1-5/+4
2011-12-15[SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez1-2/+9
2011-12-15[SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap1-0/+9
2011-12-15[SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali1-101/+517
2011-12-15[SCSI] qla2xxx: Process marker IOCB request on request queue 0.Giridhar Malavali1-0/+1
2011-12-15[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.Joe Perches1-1/+1
2011-12-12[SCSI] qla2xxx: Submit all chained IOCBs for passthrough commands on request queue 0.Giridhar Malavali1-6/+8
2011-08-27[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi1-34/+21
2011-08-27[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi1-16/+217
2011-07-27[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap1-67/+53
2011-05-01[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2011-02-25[SCSI] qla2xxx: Propagate block-layer tags on submitted I/Os.Andrew Vasquez1-2/+50
2010-12-09[SCSI] qla2xxx: Populate Command Type 6 LUN field properly.Mike Hernandez1-0/+1
2010-10-25[SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar1-2/+2
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-07-28[SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi1-4/+31
2010-07-28[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez1-1/+1
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-1/+79
2010-07-28[SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali1-118/+16
2010-07-27[SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali1-2/+2
2010-06-16fix typos concerning "management"Uwe Kleine-König1-1/+1
2010-05-16[SCSI] qla2xxx: T10 DIF support added.Arun Easi1-1/+677
2010-05-16[SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar1-0/+64
2010-05-16[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar1-10/+14
2010-05-16[SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez1-2/+37
2010-05-01[SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali1-23/+51
2010-01-18[SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.Giridhar Malavali1-0/+120
2009-09-05[SCSI] qla2xxx: Add asynchronous-login support.Andrew Vasquez1-0/+202
2009-09-05[SCSI] qla2xxx: Generalize srb structure usage.Andrew Vasquez1-0/+2
2009-08-22[SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue failsAnirban Chakraborty1-1/+1
2009-06-08[SCSI] qla2xxx: Correct NULL pointer bug in cpu affinity mode.Anirban Chakraborty1-10/+6
2009-05-20[SCSI] qla2xxx: Remove reference to request queue from scsi request block.Anirban Chakraborty1-14/+8
2009-05-20[SCSI] qla2xxx: Add CPU affinity support.Anirban Chakraborty1-2/+20
2009-05-20[SCSI] qla2xxx: Add QoS support.Anirban Chakraborty1-12/+7
2009-04-03[SCSI] qla2xxx: Refactor request/response-queue register handling.Andrew Vasquez1-34/+3
2009-01-07[SCSI] qla2xxx: Use proper request/response queues with MQ instantiations.Andrew Vasquez1-7/+5
2008-12-29[SCSI] qla2xxx: changes in multiq codeAnirban Chakraborty1-25/+43
2008-12-29[SCSI] qla2xxx: add support for multi-queue adapterAnirban Chakraborty1-58/+100
2008-12-29[SCSI] qla2xxx: Code changes for qla data structure refactoringAnirban Chakraborty1-124/+134
2008-10-03[SCSI] qla2xxx: Fix "occured" spelling errors.Bjorn Helgaas1-3/+3
2008-10-03[SCSI] qla2xxx: Add input/output byte-count statistics.Harish Zunjarrao1-7/+17
2008-07-26[SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez1-5/+4
2008-07-26[SCSI] qla2xxx: Always aquire the parent's hardware_lock.Seokmann Ju1-10/+13
2008-04-07[SCSI] qla2xxx: Cruft cleanup of functions and structures.Andrew Vasquez1-3/+0
2008-04-07[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2007-10-23[SCSI] qla2xxx: Defer explicit interrupt-polling processing to init-time scenarios.Andrew Vasquez1-1/+1
2007-10-12[SCSI] qla2xxx: Cleanup several 'sparse' warnings.Andrew Vasquez1-2/+2