summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-191-7/+6Star
* qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-49/+47Star
* qla2xxx: Add framework for async fabric discoveryQuinn Tran2017-02-091-5/+66
* qla2xxx: Track I-T nexus as single fc_port structQuinn Tran2017-02-091-1/+1
* scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez2016-12-141-40/+367
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-181-4/+4
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-181-2/+3
* qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani2016-01-071-0/+187
* qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani2016-01-071-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-83/+49Star
|\
| * qla2xxx: Fix sparse annotationsBart Van Assche2015-08-261-8/+4Star
| * qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche2015-08-261-2/+2
| * qla2xxx: Remove __constant_ prefixBart Van Assche2015-08-261-50/+38Star
| * qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-21/+3Star
| * qla2xxx: Declare local functions staticBart Van Assche2015-08-261-2/+2
* | qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik2015-07-241-0/+3
|/
* qla2xxx: Fix indentationBart Van Assche2015-06-131-4/+4
* scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-121-89/+3Star
* qla2xxx: Handle chip reset in target mode.Arun Easi2014-09-251-0/+11
* qla2xxx: Increase room in request queue for sending priority packetsHimanshu Madhani2014-09-251-2/+2
* qla2xxx: Fix sparse warning in qla_iocb.c file.Joe Carnuccio2014-09-251-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-6/+5Star
* qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-191-35/+99
* qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio2014-05-191-6/+6
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* [SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in ql...Chad Dupuis2014-03-151-1/+1
* [SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan2014-03-151-1/+26
* [SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan2014-03-151-10/+1Star
* [SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis2014-03-151-2/+2
* [SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.Joe Carnuccio2013-09-031-0/+13
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-2/+2
* [SCSI] qla2xxx: Properly set the tagging for commands.Saurav Kashyap2013-07-231-2/+9
* [SCSI] qla2xxx: Remove a dead assignment in qla24xx_build_scsi_crc_2_iocbs().Bart Van Assche2013-07-081-2/+0Star
* [SCSI] qla2xxx: Fix sparse warning from qla_mr.c and qla_iocb.c.Saurav Kashyap2013-07-081-2/+2
* [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-121-30/+37
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-19/+18Star
* [SCSI] qla2xxx: Use correct Request-Q-Out register during bidirectional reque...Andrew Vasquez2012-11-301-10/+1Star
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-2/+2
* [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