aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_target.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-11scsi: qla2xxx: Fix DMA error when the DIF sg buffer crosses 4GB boundaryGiridhar Malavali1-0/+2
2018-11-06scsi: qla2xxx: use lower_32_bits and upper_32_bits instead of reinventing themChristoph Hellwig1-8/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+7
2018-09-11scsi: qla2xxx: Fix an endian bug in fcpcmd_is_corrupted()Dan Carpenter1-2/+2
2018-09-11scsi: qla2xxx: Fix premature command freeQuinn Tran1-0/+1
2018-09-11scsi: qla2xxx: Fix out of order Termination and ABTS responseQuinn Tran1-1/+5
2018-09-11scsi: qla2xxx: Add appropriate debug info for invalid RX_IDQuinn Tran1-0/+1
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran1-1/+3
2018-03-21scsi: qla2xxx: Add changes for devloss timeout in driverDarren Trapp1-1/+1
2018-01-03scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-1/+1
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-1/+1
2017-08-24scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran1-0/+1
2017-08-24scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran1-0/+1
2017-06-27scsi: qla2xxx: Remove datasegs_per_cmd and datasegs_per_cont fieldQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Remove unused tgt_enable_64bit_addr flagQuinn Tran1-1/+0
2017-06-27scsi: qla2xxx: Add debug logging routine for qpairQuinn Tran1-0/+1
2017-06-27scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-2/+1
2017-06-27scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-1/+9
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-3/+7
2017-06-27scsi: qla2xxx: Combine Active command arrays.Quinn Tran1-5/+18
2017-06-12scsi: qla2xxx: Remove unused irq_cmd_count field.Quinn Tran1-1/+0
2017-06-12scsi: qla2xxx: Turn on FW option for exchange checkQuinn Tran1-1/+1
2017-06-12scsi: qla2xxx: Convert 32-bit LUN usage to 64-bitQuinn Tran1-2/+2
2017-06-12scsi: qla2xxx: Remove an unused structure memberBart Van Assche1-1/+0
2017-03-18qla2xxx: Add async new target notificationQuinn Tran1-0/+1
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran1-6/+32
2017-02-09qla2xxx: Remove unused reverse_ini_modeHimanshu Madhani1-8/+0
2017-02-09qla2xxx: Add Dual mode support in the driverQuinn Tran1-0/+3
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-10/+7
2017-02-08qla2xxx: Track I-T nexus as single fc_port structQuinn Tran1-138/+12
2017-02-08qla2xxx: Use d_id instead of s_id for more clarityQuinn Tran1-1/+1
2017-02-08qla2xxx: Remove SRR codeHimanshu Madhani1-21/+0
2017-02-08qla2xxx: Make trace flags more readableQuinn Tran1-30/+25
2017-02-08qla2xxx: Cleanup TMF code translation from qla_targetQuinn Tran1-2/+4
2017-01-17qla2xxx: Terminate exchange if corruptedQuinn Tran1-1/+21
2016-05-10tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig1-2/+2
2016-03-10tcm_qla2xxx: Convert to target_alloc_session usageNicholas Bellinger1-1/+1
2016-01-29qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCMQuinn Tran1-25/+34
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-1/+3
2016-01-07qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.Quinn Tran1-1/+2
2016-01-07qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik1-4/+14
2016-01-07qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik1-0/+9
2015-07-24qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik1-8/+1
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik1-1/+4
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik1-2/+41
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle1-0/+12
2015-07-24qla2xxx: adjust debug flagsQuinn Tran1-0/+3
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-1/+0
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-11/+1