aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_iocb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09scsi: qla2xxx: Fix race condition between iocb timeout and initialisationBen Hutchings1-3/+5
2018-04-03Merge branch 'fixes' into miscJames Bottomley1-4/+3
2018-02-22scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder1-8/+2
2018-02-13scsi: qla2xxx: Fix incorrect handle for abort IOCBHimanshu Madhani1-4/+3
2018-02-12scsi: qla2xxx: Fix function argument descriptionsBart Van Assche1-4/+11
2018-01-22scsi: qla2xxx: Fix queue ID for async abort with MultiqueueDarren Trapp1-2/+4
2018-01-17scsi: qla2xxx: Fix warning during port_name debug printhimanshu.madhani@cavium.com1-1/+1
2018-01-03scsi: qla2xxx: Add ability to send PRLOQuinn Tran1-0/+17
2018-01-03scsi: qla2xxx: Use shadow register for ISP27XXQuinn Tran1-1/+3
2018-01-03scsi: qla2xxx: Use IOCB path to submit Control VP MBX commandQuinn Tran1-0/+23
2017-12-07scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.Giridhar Malavali1-10/+0
2017-12-07scsi: qla2xxx: Fix abort command deadlock due to spinlockQuinn Tran1-3/+0
2017-10-16scsi: qla2xxx: Changes to support N2N loginsDuane Grigsby1-10/+185
2017-08-24scsi: qla2xxx: Ability to process multiple SGEs in Command SGL for CT passthrough commands.Giridhar Malavali1-20/+35
2017-07-01scsi: qla2xxx: Protect access to qpair members with qpair->qp_lockJohannes Thumshirn1-10/+13
2017-06-27scsi: qla2xxx: Add FC-NVMe F/W initialization and transport registrationDuane Grigsby1-0/+36
2017-06-27scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby1-0/+21
2017-06-27scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-10/+20
2017-06-12scsi: qla2xxx: Remove extra register readQuinn Tran1-1/+3
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran1-7/+6
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-49/+47
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-5/+66
2017-02-08qla2xxx: Track I-T nexus as single fc_port structQuinn Tran1-1/+1
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-40/+367
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-4/+4
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-2/+3
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+187
2016-01-07qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani1-0/+1
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-83/+49
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche1-8/+4
2015-08-26qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche1-2/+2
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-50/+38
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-21/+3
2015-08-26qla2xxx: Declare local functions staticBart Van Assche1-2/+2
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik1-0/+3
2015-06-13qla2xxx: Fix indentationBart Van Assche1-4/+4
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-89/+3
2014-09-25qla2xxx: Handle chip reset in target mode.Arun Easi1-0/+11
2014-09-25qla2xxx: Increase room in request queue for sending priority packetsHimanshu Madhani1-2/+2
2014-09-25qla2xxx: Fix sparse warning in qla_iocb.c file.Joe Carnuccio1-1/+1
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-6/+5
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran1-35/+99
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio1-6/+6
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-03-15[SCSI] qla2xxx: Fixup looking for a space in the outstanding_cmds array in qla2x00_alloc_iocbs().Chad Dupuis1-1/+1
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-1/+26
2014-03-15[SCSI] qla2xxx: Remove Marker type IOCB logic for ISPFX00.Armen Baloyan1-10/+1
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-2/+2
2013-09-03[SCSI] qla2xxx: Add missing FCP statistics to sysfs interface.Joe Carnuccio1-0/+13