summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/tcm_qla2xxx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge patch series "scsi: target: Allow userspace to config cmd submission"Martin K. Petersen2023-10-131-0/+6
|\
| * scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+6
* | scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()Nilesh Javali2023-09-051-2/+2
|/
* scsi: qla2xxx: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-14/+0
* scsi: qla2xxx: Use a variable for repeated mem_size computationDeepak R Varma2023-01-231-7/+6
* scsi: target: qla2xxx: Replace enable attr with ops.enableDmitry Bogdanov2021-10-041-61/+12
* Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen2021-04-051-4/+0
|\
| * scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Bart Van Assche2021-03-241-4/+0
* | scsi: qla2xxx: Constify struct qla_tgt_func_tmplBart Van Assche2021-03-241-1/+1
* | scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+2
* | scsi: target: qla2xxx: Convert to new submission APIMike Christie2021-03-041-4/+12
|/
* scsi: target: tcm_qla2xxx: Remove BUG_ON(in_interrupt())Ahmed S. Darwish2020-12-011-2/+0
* scsi: target: Drop sess_cmd_lock from I/O pathMike Christie2020-11-041-7/+2
* scsi: qla2xxx: Move sess cmd list/lock to driverMike Christie2020-11-041-22/+35
* scsi: qla2xxx: Drop TARGET_SCF_LOOKUP_LUN_FROM_TAGMike Christie2020-11-041-3/+1
* scsi: qla2xxx: Fix inconsistent format argument type in tcm_qla2xxx.cYe Bin2020-10-021-1/+1
* scsi: qla2xxx: Check the size of struct fcp_hdr at compile timeBart Van Assche2020-06-301-0/+1
* scsi: qla2xxx: Add more BUILD_BUG_ON() statementsBart Van Assche2020-05-191-0/+14
* scsi: qla2xxx: Fix issue with adapter's stopping stateViacheslav Dubeyko2020-05-071-0/+2
* scsi: tcm_qla2xxx: Make qlt_alloc_qfull_cmd() set cmd->se_cmd.map_tagBart Van Assche2020-02-101-0/+25
* scsi: qla2xxx: Use explicit LOGO in target modeQuinn Tran2019-12-091-0/+1
* scsi: qla2xxx: Ignore NULL pointer in tcm_qla2xxx_free_mcmdRoman Bolshakov2019-12-091-0/+2
* scsi: qla2xxx: Make sure that aborted commands are freedBart Van Assche2019-08-121-0/+4
* scsi: qla2xxx: Introduce the be_id_t and le_id_t data types for FC src/dst IDsBart Van Assche2019-08-121-17/+6
* 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