summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_target.c
AgeCommit message (Expand)Author
2019-12-21scsi: qla2xxx: Always check the qla2x00_wait_for_hba_online() return valueBart Van Assche
2019-12-21scsi: qla2xxx: Fix session lookup in qlt_abort_work()Bart Van Assche
2019-10-29scsi: qla2xxx: Fix unbound sleep in fcport delete path.Quinn Tran
2018-03-18scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcportQuinn Tran
2017-12-09qla2xxx: Fix wrong IOCB type assumptionQuinn Tran
2017-07-05qla2xxx: Fix erroneous invalid handle messageQuinn Tran
2017-07-05qla2xxx: Terminate exchange if corruptedQuinn Tran
2017-03-26qla2xxx: Fix request queue corruption.Quinn Tran
2017-03-26qla2xxx: Fix memory leak for abts processingQuinn Tran
2016-07-15qla2xxx: Properly initialize IO statistics.Joe Carnuccio
2016-05-10tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2016-03-18qla2xxx: avoid maybe_uninitialized warningArnd Bergmann
2016-03-10qla2xxx: Add DebugFS node for target sess list.Quinn Tran
2016-03-10tcm_qla2xxx: Convert to target_alloc_session usageNicholas Bellinger
2016-02-10qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU AffinityQuinn Tran
2016-02-06qla2xxx: Use ATIO type to send correct tmr responseSwapnil Nagle
2016-01-29qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCMQuinn Tran
2016-01-29qla2xxx: Fix warning reported by static checkerHimanshu Madhani
2016-01-20scsi: qla2xxxx: avoid type mismatch in comparisonArnd Bergmann
2016-01-07qla2xxx: Check for online flag instead of active reset when transmitting resp...Dilip Kumar Uppugandla
2016-01-07qla2xxx: Disable ZIO at start time.Quinn Tran
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran
2016-01-07qla2xxx: Add selective command queuingQuinn Tran
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran
2016-01-07qla2xxx: Remove dependency on hardware_lock to reduce lock contention.Quinn Tran
2016-01-07qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.Quinn Tran
2016-01-07qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik
2016-01-07qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik
2016-01-07qla2xxx: Add FW resource count in DebugFS.Quinn Tran
2016-01-07qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-08-26qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche
2015-07-24qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik
2015-07-24qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik
2015-07-24qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle
2015-07-24qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier
2015-07-24qla2xxx: fix command initialization in target mode.Kanoj Sarcar
2015-07-24qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani
2015-07-24qla2xxx: adjust debug flagsQuinn Tran
2015-07-24qla2xxx: release request queue reservation.Quinn Tran
2015-07-24qla2xxx: Add flush after updating ATIOQ consumer index.Quinn Tran
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani
2015-07-24qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds