summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_target.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-23scsi: qla2xxx: Fix logo flag for qlt_free_session_done()Himanshu Madhani1-0/+1
2018-01-17scsi: qla2xxx: Fix recursion while sending terminate exchangehimanshu.madhani@cavium.com1-1/+1
2018-01-04scsi: qla2xxx: Serialize session free in qlt_free_session_doneQuinn Tran1-0/+13
2018-01-04scsi: qla2xxx: Serialize session deletion by using work_lockQuinn Tran1-15/+14
2018-01-04scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()Quinn Tran1-9/+7
2018-01-04scsi: qla2xxx: Increase verbosity of debug messages loggedQuinn Tran1-4/+4
2018-01-04scsi: qla2xxx: Remove session creation redundant codeQuinn Tran1-117/+5
2018-01-04scsi: qla2xxx: Migrate switch registration commands away from mailbox interfaceQuinn Tran1-5/+8
2018-01-04scsi: qla2xxx: Reduce the use of terminate exchangeQuinn Tran1-66/+74
2018-01-04scsi: qla2xxx: Add lock protection around host lookupQuinn Tran1-6/+0
2018-01-04scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-8/+54
2018-01-04scsi: qla2xxx: Fix session cleanup for N2NQuinn Tran1-94/+192
2018-01-04scsi: qla2xxx: Allow target mode to accept PRLI in dual modeQuinn Tran1-3/+13
2018-01-04scsi: qla2xxx: Enable ATIO interrupt handshake for ISP27XXQuinn Tran1-14/+25
2017-12-12scsi: qla2xxx: Suppress gcc 7 fall-through warningsBart Van Assche1-1/+2
2017-12-08scsi: qla2xxx: Clear loop id after deleteQuinn Tran1-5/+4
2017-12-08scsi: qla2xxx: Fix scan state field for fcportQuinn Tran1-0/+1
2017-12-08scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcportQuinn Tran1-1/+1
2017-12-08scsi: qla2xxx: Relogin to target port on a cable swapQuinn Tran1-6/+29
2017-12-08scsi: qla2xxx: Fix NPIV host cleanup in target modeSawan Chandak1-2/+5
2017-12-08scsi: qla2xxx: Move session delete to driver work queueQuinn Tran1-1/+2
2017-12-08scsi: qla2xxx: Fix system crash for Notify ack timeout handlingQuinn Tran1-1/+1
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-1/+1
2017-10-17scsi: qla2xxx: Add ATIO-Q processing for INTx modeHimanshu Madhani1-3/+9
2017-08-31scsi: qla2xxx: Reset the logo flag, after target re-login.Quinn Tran1-0/+2
2017-08-31scsi: qla2xxx: Fix slow mem alloc behind lockQuinn Tran1-1/+1
2017-08-25scsi: qla2xxx: Cleanup NPIV host in target mode during config teardownQuinn Tran1-4/+7
2017-08-25scsi: qla2xxx: Fix task mgmt handling for NPIVQuinn Tran1-1/+6
2017-08-25scsi: qla2xxx: Add timeout ability to wait_for_sess_deletion().Joe Carnuccio1-2/+2
2017-08-25scsi: qla2xxx: Remove extra register readQuinn Tran1-1/+0
2017-08-25scsi: qla2xxx: Fix target multiqueue configurationMichael Hernandez1-1/+1
2017-07-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-29/+9
2017-07-13scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()Dan Carpenter1-1/+1
2017-07-11Revert "qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT"Nicholas Bellinger1-4/+0
2017-07-07qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORTNicholas Bellinger1-0/+4
2017-07-07qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAGNicholas Bellinger1-30/+9
2017-06-28scsi: qla2xxx: Add FC-NVMe port discovery and PRLI handlingDuane Grigsby1-1/+3
2017-06-28scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran1-7/+6
2017-06-28scsi: qla2xxx: Remove datasegs_per_cmd and datasegs_per_cont fieldQuinn Tran1-7/+5
2017-06-28scsi: qla2xxx: Remove unused tgt_enable_64bit_addr flagQuinn Tran1-31/+13
2017-06-28scsi: qla2xxx: Add debug logging routine for qpairQuinn Tran1-14/+14
2017-06-28scsi: qla2xxx: Add function call to qpair for door bellQuinn Tran1-22/+49
2017-06-28scsi: qla2xxx: use shadow register for ISP27XXQuinn Tran1-1/+2
2017-06-28scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-39/+36
2017-06-28scsi: qla2xxx: Add fw_started flags to qpairQuinn Tran1-5/+4
2017-06-28scsi: qla2xxx: Add debug knob for user control workloadQuinn Tran1-0/+32
2017-06-28scsi: qla2xxx: Enable Target Multi QueueQuinn Tran1-8/+149
2017-06-28scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-244/+274