summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi2012-09-241-43/+16Star
* [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
* [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-0/+198
* [SCSI] qla2xxx: Fix typo in qla2xxx filesMasanari Iida2012-09-141-1/+1
* [SCSI] qla2xxx: don't free pool that wasn't allocatedDan Carpenter2012-05-221-1/+1
* [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-1/+25
* [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-221-13/+13
* [SCSI] qla2xxx: Stats should be different from physical and virtual portsSaurav Kashyap2012-05-221-10/+7Star
* [SCSI] qla2xxx: Micro optimization in queuecommand handlerChetan Loke2012-05-221-10/+9Star
* [SCSI] qla2xxx: Fix incorrect register access in qla2x00_start_iocbs().Arun Easi2012-02-191-1/+1
* [SCSI] qla2xxx: Consolidation of SRB processing.Giridhar Malavali2012-02-191-81/+77Star
* [SCSI] qla2xxx: Enhancements to support ISP83xx.Giridhar Malavali2012-02-191-5/+4Star
* [SCSI] qla2xxx: Ensure there's enough request-queue space for passthru IOCBs.Andrew Vasquez2011-12-151-2/+9
* [SCSI] qla2xxx: Implement FCP priority tagging for 82xx adapters.Saurav Kashyap2011-12-151-0/+9
* [SCSI] qla2xxx: Consolidated IOCB processing routines.Giridhar Malavali2011-12-151-101/+517
* [SCSI] qla2xxx: Process marker IOCB request on request queue 0.Giridhar Malavali2011-12-151-0/+1
* [SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...Joe Perches2011-12-151-1/+1
* [SCSI] qla2xxx: Submit all chained IOCBs for passthrough commands on request ...Giridhar Malavali2011-12-121-6/+8
* [SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.Arun Easi2011-08-271-34/+21Star
* [SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.Arun Easi2011-08-271-16/+217
* [SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.Saurav Kashyap2011-07-271-67/+53Star
* [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-011-1/+1
* [SCSI] qla2xxx: Propagate block-layer tags on submitted I/Os.Andrew Vasquez2011-02-251-2/+50
* [SCSI] qla2xxx: Populate Command Type 6 LUN field properly.Mike Hernandez2010-12-091-0/+1
* [SCSI] qla2xxx: Remove scsi_cmnd->serial_number from debug tracesMadhuranath Iyengar2010-10-251-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-051-1/+1
|\
| * fix typos concerning "management"Uwe Kleine-König2010-06-161-1/+1
* | [SCSI] qla2xxx: T10 DIF Type 2 supportArun Easi2010-07-281-4/+31
* | [SCSI] qla2xxx: Cleanup some dead-code and make some functions static.Andrew Vasquez2010-07-281-1/+1
* | [SCSI] qla2xxx: Update copyright banner.Giridhar Malavali2010-07-281-1/+1
* | [SCSI] qla2xxx: Add CT passthru support for ISP23xx adaptersHarish Zunjarrao2010-07-281-1/+79
* | [SCSI] qla2xxx: Removed dependency for SRB structure for Marker processingGiridhar Malavali2010-07-281-118/+16Star
* | [SCSI] qla2xxx: Clear drive active CRB register when not in use.Giridhar Malavali2010-07-271-2/+2
|/
* [SCSI] qla2xxx: T10 DIF support added.Arun Easi2010-05-171-1/+677
* [SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.Madhuranath Iyengar2010-05-171-0/+64
* [SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.Madhuranath Iyengar2010-05-171-10/+14
* [SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.Andrew Vasquez2010-05-171-2/+37
* [SCSI] qla2xxx: Add ISP82XX support.Giridhar Malavali2010-05-011-23/+51
* [SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.Giridhar Malavali2010-01-181-0/+120
* [SCSI] qla2xxx: Add asynchronous-login support.Andrew Vasquez2009-09-051-0/+202
* [SCSI] qla2xxx: Generalize srb structure usage.Andrew Vasquez2009-09-051-0/+2
* [SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...Anirban Chakraborty2009-08-231-1/+1
* [SCSI] qla2xxx: Correct NULL pointer bug in cpu affinity mode.Anirban Chakraborty2009-06-081-10/+6Star
* [SCSI] qla2xxx: Remove reference to request queue from scsi request block.Anirban Chakraborty2009-05-211-14/+8Star
* [SCSI] qla2xxx: Add CPU affinity support.Anirban Chakraborty2009-05-211-2/+20
* [SCSI] qla2xxx: Add QoS support.Anirban Chakraborty2009-05-211-12/+7Star
* [SCSI] qla2xxx: Refactor request/response-queue register handling.Andrew Vasquez2009-04-031-34/+3Star
* [SCSI] qla2xxx: Use proper request/response queues with MQ instantiations.Andrew Vasquez2009-01-071-7/+5Star
* [SCSI] qla2xxx: changes in multiq codeAnirban Chakraborty2008-12-291-25/+43
* [SCSI] qla2xxx: add support for multi-queue adapterAnirban Chakraborty2008-12-291-58/+100