summaryrefslogtreecommitdiffstats
path: root/drivers/target/sbp
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* scsi: target: sbp: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-31/+0
* scsi: target: sbp: Replace enable attr with ops.enableDmitry Bogdanov2021-10-041-25/+5
* scsi: target: sbp: Drop incorrect ASC/ASCQ usageDavid Disseldorp2021-08-031-2/+2
* scsi: target: sbp_target: Remove redundant assignment to pg_sizeJiapeng Chong2021-05-141-1/+0
* scsi: target: sbp_target: Convert to new submission APIMike Christie2021-03-041-5/+3
* scsi: target: sbp: Remove unneeded semicolonYang Li2021-02-081-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-6/+0
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
* 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-4/+2
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-2/+3
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring2018-01-121-9/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sbp-target: Add an #include directiveBart Van Assche2016-12-091-0/+1
* sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
* target: make close_session optionalChristoph Hellwig2016-05-101-6/+0
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-14/+16
* sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-101-6/+30
* target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-25/+8
* sbp-target: Remove a superfluous forward declarationBart Van Assche2016-01-061-2/+0
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-49/+38
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-042-232/+54
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-1/+1
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-011-2/+5
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-012-56/+43
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-10/+2
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-70/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-13/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+1
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-14/+0
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-32/+4
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
| * sbp_target: remove struct sbp_naclChristoph Hellwig2015-05-302-30/+3
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-1/+1
|/
* target: simplify the target template registration APIChristoph Hellwig2015-04-141-58/+10
* scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-1/+1
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-071-1/+1
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-071-0/+6
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-161-9/+9
* target: make queue_tm_rsp() return voidJoern Engel2013-07-071-2/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-03-021-1/+1
|\
| * target: Add __exit annotation for module_exit functionsAsias He2013-02-271-1/+1