summaryrefslogtreecommitdiffstats
path: root/drivers/target/sbp
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-04
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-28
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-28
* scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie2018-08-02
* scsi: target: rename target_alloc_sessionMike Christie2018-08-02
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-02
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-19
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-19
* sbp-target: Delete an error message for a failed memory allocation in three f...Markus Elfring2018-01-12
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sbp-target: Add an #include directiveBart Van Assche2016-12-09
* sbp-target: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-09
* target: make close_session optionalChristoph Hellwig2016-05-10
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-10
* sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-11
* sbp-target: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-11
* target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-11
* sbp-target: Remove a superfluous forward declarationBart Van Assche2016-01-06
* target: use per-attribute show and store methodsChristoph Hellwig2015-10-14
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-04
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-16
| * target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageNicholas Bellinger2015-06-01
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-01
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-31
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-31
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-31
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-31
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-31
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-31
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-31
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-31
| * sbp_target: remove struct sbp_naclChristoph Hellwig2015-05-31
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-02
|/
* target: simplify the target template registration APIChristoph Hellwig2015-04-14
* scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-04
* target: Pass in transport supported PI at session initializationNicholas Bellinger2014-04-07
* target: Add TFO->abort_task for aborted task resources releaseNicholas Bellinger2014-04-07
* target: Remove TF_CIT_TMPL macroAndy Grover2013-10-16
* target: make queue_tm_rsp() return voidJoern Engel2013-07-07
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-03-02
|\
| * target: Add __exit annotation for module_exit functionsAsias He2013-02-27
* | Merge branch 'master' into for-nextJiri Kosina2013-01-29
|\|
| * sbp-target: fix error path in sbp_make_tpg()Chris Boot2012-12-13
| * sbp-target: use simple assignment in tgt_agent_rw_agent_state()Chris Boot2012-12-13
| * sbp-target: remove depends on CONFIG_EXPERIMENTALKees Cook2012-11-07
* | treewide: Fix typo in various driversMasanari Iida2013-01-09
|/
* sbp-target: fix return value check in sbp_register_configfs()Wei Yongjun2012-09-22
* target: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-17