summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/tcm_qla2xxx.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2x...Bart Van Assche2019-04-291-1/+2
* scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche2019-04-291-2/+0
* scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche2019-04-291-9/+1
* scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche2019-04-291-14/+1
* scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche2019-04-291-9/+4
* scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche2019-04-291-1/+2
* scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche2019-04-291-0/+2
* scsi: qla2xxx: Update two source code commentsBart Van Assche2019-04-291-1/+1
* scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche2019-04-151-2/+0
* scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche2019-04-091-6/+0
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-31/+0
* scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev2018-12-191-40/+8
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-2/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-12/+2
* scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig2018-10-171-1/+1
* scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxxQuinn Tran2018-09-111-4/+0
* scsi: qla2xxx: Fix premature command freeQuinn Tran2018-09-111-3/+42
* scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran2018-08-021-3/+0
* scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-021-2/+1
* scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-8/+4
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+3
* scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin2018-05-081-10/+0
* scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran2018-05-081-0/+27
* scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-4/+1
* qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)Nicholas Bellinger2017-07-301-30/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-1/+3
|\
| * Revert "qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT"Nicholas Bellinger2017-07-111-3/+33
| * qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORTNicholas Bellinger2017-07-061-33/+3
| * qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAGNicholas Bellinger2017-07-061-1/+3
* | scsi: qla2xxx: Move target stat counters from vha to qpair.Quinn Tran2017-06-271-4/+4
* | scsi: qla2xxx: don't include <generated/utsrelease.h>Johannes Berg2017-06-261-7/+6
* | scsi: qla2xxx: Convert 32-bit LUN usage to 64-bitQuinn Tran2017-06-121-1/+1
* | scsi: tcm_qla2xxx: Do not allow aborted cmd to advance.Quinn Tran2017-06-121-0/+13
|/
* qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran2017-03-181-16/+33
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-03-031-1/+1
|\
| * scsi: qla2xxx: fix spelling mistake: "seperator" -> "separator"Colin Ian King2017-02-231-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-101/+155
|\ \ | |/ |/|
| * qla2xxx: Add Dual mode support in the driverQuinn Tran2017-02-091-1/+1
| * qla2xxx: Track I-T nexus as single fc_port structQuinn Tran2017-02-081-56/+74
| * qla2xxx: Use d_id instead of s_id for more clarityQuinn Tran2017-02-081-19/+22
| * qla2xxx: Make trace flags more readableQuinn Tran2017-02-081-23/+20
| * qla2xxx: Cleanup TMF code translation from qla_targetQuinn Tran2017-02-081-2/+38
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-2/+2
|\ \ | |/ |/|
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* | qla2xxx: Set tcm_qla2xxx version to automatically track qla2xxx versionHimanshu Madhani2017-01-171-2/+2
|/
* tcm_qla2xxx Add SCSI command jammer/discard capabilityLaurence Oberman2016-05-101-0/+20
* tcm_qla2xxx: introduce a private sess_krefChristoph Hellwig2016-05-101-37/+2
* tcm_qla2xxx: Convert to target_alloc_session usageNicholas Bellinger2016-03-101-39/+40