aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/target/sbp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
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-4/+2
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-01-12sbp-target: Delete an error message for a failed memory allocation in three functionsMarkus Elfring1-9/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-09sbp-target: Add an #include directiveBart Van Assche1-0/+1
2016-12-09sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2016-05-10target: make close_session optionalChristoph Hellwig1-6/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-6/+0
2016-03-10sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-14/+16
2016-03-10sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger1-6/+30
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig1-25/+8
2016-01-06sbp-target: Remove a superfluous forward declarationBart Van Assche1-2/+0
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-49/+38
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-232/+54
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-1/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-1/+1
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger1-2/+5
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2-56/+43
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-10/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-70/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-13/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-2/+1
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-14/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-32/+4
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30sbp_target: remove struct sbp_naclChristoph Hellwig2-30/+3
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-58/+10
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-1/+1
2014-04-07target: Pass in transport supported PI at session initializationNicholas Bellinger1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger1-0/+6
2013-10-16target: Remove TF_CIT_TMPL macroAndy Grover1-9/+9
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-2/+1
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-1/+1
2013-02-27target: Add __exit annotation for module_exit functionsAsias He1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina2-11/+15
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2012-12-12sbp-target: fix error path in sbp_make_tpg()Chris Boot1-7/+10
2012-12-12sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot1-3/+4
2012-11-07sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-09-22sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun1-2/+2
2012-09-17target: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1