aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/tcm_qla2xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-04scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov1-61/+12
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-4/+0
2021-03-24scsi: qla2xxx: Constify struct qla_tgt_func_tmplBart Van Assche1-1/+1
2021-03-24scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche1-4/+0
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+2
2021-03-04scsi: target: qla2xxx: Convert to new submission APIMike Christie1-4/+12
2020-12-01scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())Ahmed S. Darwish1-2/+0
2020-11-04scsi: target: Drop sess_cmd_lock from I/O pathMike Christie1-7/+2
2020-11-04scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie1-22/+35
2020-11-04scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie1-3/+1
2020-10-02scsi: qla2xxx: Fix inconsistent format argument type in tcm_qla2xxx.cYe Bin1-1/+1
2020-06-30scsi: qla2xxx: Check the size of struct fcp_hdr at compile timeBart Van Assche1-0/+1
2020-05-19scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche1-0/+14
2020-05-07scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko1-0/+2
2020-02-10scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set cmd->se_cmd.map_tagBart Van Assche1-0/+25
2019-12-09scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran1-0/+1
2019-12-09scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov1-0/+2
2019-08-12scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche1-0/+4
2019-08-12scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche1-17/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-04-29scsi: qla2xxx: Avoid that lockdep complains about unsafe locking in tcm_qla2xxx_close_session()Bart Van Assche1-1/+2
2019-04-29scsi: qla2xxx: Fix hardirq-unsafe lockingBart Van Assche1-2/+0
2019-04-29scsi: qla2xxx: Remove unnecessary locking from the target codeBart Van Assche1-9/+1
2019-04-29scsi: qla2xxx: Remove qla_tgt_cmd.releasedBart Van Assche1-14/+1
2019-04-29scsi: qla2xxx: Complain if a command is released that is owned by the firmwareBart Van Assche1-9/+4
2019-04-29scsi: qla2xxx: target: Fix offline port handling and host reset handlingBart Van Assche1-1/+2
2019-04-29scsi: qla2xxx: Fix abort handling in tcm_qla2xxx_write_pending()Bart Van Assche1-0/+2
2019-04-29scsi: qla2xxx: Update two source code commentsBart Van Assche1-1/+1
2019-04-15scsi: qla2xxx: Remove qla_tgt_cmd.data_work and qla_tgt_cmd.data_work_freeBart Van Assche1-2/+0
2019-04-09scsi: tcm_qla2xxx: Minimize #include directivesBart Van Assche1-6/+0
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-31/+0
2018-12-19scsi: qla2xxx: deadlock by configfs_depend_itemAnatoliy Glagolev1-40/+8
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-2/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-12/+2
2018-10-17scsi: qla2xxx: fully convert to the generic DMA APIChristoph Hellwig1-1/+1
2018-09-11scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxxQuinn Tran1-4/+0
2018-09-11scsi: qla2xxx: Fix premature command freeQuinn Tran1-3/+42
2018-08-02scsi: qla2xxx: Migrate NVME N2N handling into state machineQuinn Tran1-3/+0
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-8/+4
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+3
2018-05-08scsi: qla2xxx: remove the unused tcm_qla2xxx_cmd_wqAndrei Vagin1-10/+0
2018-05-08scsi: qla2xxx: Fix TMF and Multi-Queue configQuinn Tran1-0/+27
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-4/+1
2017-07-30qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)Nicholas Bellinger1-30/+0
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+3
2017-07-11Revert "qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT"Nicholas Bellinger1-3/+33
2017-07-06qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORTNicholas Bellinger1-33/+3
2017-07-06qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAGNicholas Bellinger1-1/+3