aboutsummaryrefslogtreecommitdiff
path: root/drivers/target/sbp
AgeCommit message (Expand)AuthorFilesLines
2016-12-09sbp-target: Add an #include directiveGravatar Bart Van Assche 1-0/+1
2016-12-09sbp-target: Fix second argument of percpu_ida_alloc()Gravatar Bart Van Assche 1-1/+1
2016-05-10target: make close_session optionalGravatar Christoph Hellwig 1-6/+0
2016-05-10target: make ->shutdown_session optionalGravatar Christoph Hellwig 1-6/+0
2016-03-10sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefsGravatar Nicholas Bellinger 1-14/+16
2016-03-10sbp-target: Conversion to percpu_ida tag pre-allocationGravatar Nicholas Bellinger 1-6/+30
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionGravatar Christoph Hellwig 1-25/+8
2016-01-06sbp-target: Remove a superfluous forward declarationGravatar Bart Van Assche 1-2/+0
2015-10-13target: use per-attribute show and store methodsGravatar Christoph Hellwig 1-49/+38
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-232/+54
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterGravatar Nicholas Bellinger 1-1/+1
2015-06-02target: Minimize SCSI header #include directivesGravatar Bart Van Assche 1-1/+1
2015-06-01target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usageGravatar Nicholas Bellinger 1-2/+5
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistGravatar Nicholas Bellinger 2-56/+43
2015-05-30target: target_core_configfs.h is not needed in fabric driversGravatar Christoph Hellwig 1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsGravatar Bart Van Assche 1-10/+2
2015-05-30target: move transport ID handling to the coreGravatar Christoph Hellwig 1-70/+0
2015-05-30target: remove the get_fabric_proto_ident methodGravatar Christoph Hellwig 1-13/+0
2015-05-30target: change core_tpg_register prototypeGravatar Christoph Hellwig 1-2/+1
2015-05-30target: move node ACL allocation to core codeGravatar Christoph Hellwig 1-14/+0
2015-05-30target: refactor init/drop_nodeacl methodsGravatar Christoph Hellwig 1-32/+4
2015-05-30target: make the tpg_get_default_depth method optionalGravatar Christoph Hellwig 1-6/+0
2015-05-30sbp_target: remove struct sbp_naclGravatar Christoph Hellwig 2-30/+3
2015-04-14target: simplify the target template registration APIGravatar Christoph Hellwig 1-58/+10
2014-12-04scsi: remove MSG_*_TAG definesGravatar Christoph Hellwig 1-1/+1
2014-04-07target: Pass in transport supported PI at session initializationGravatar Nicholas Bellinger 1-1/+1
2014-04-07target: Add TFO->abort_task for aborted task resources releaseGravatar Nicholas Bellinger 1-0/+6
2013-10-16target: Remove TF_CIT_TMPL macroGravatar Andy Grover 1-9/+9
2013-07-07target: make queue_tm_rsp() return voidGravatar Joern Engel 1-2/+1
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 1-1/+1
2013-02-27target: Add __exit annotation for module_exit functionsGravatar Asias He 1-1/+1
2013-01-29Merge branch 'master' into for-nextGravatar Jiri Kosina 2-11/+15
2013-01-09treewide: Fix typo in various driversGravatar Masanari Iida 1-1/+1
2012-12-12sbp-target: fix error path in sbp_make_tpg()Gravatar Chris Boot 1-7/+10
2012-12-12sbp-target: use simple assignment in tgt_agent_rw_agent_state()Gravatar Chris Boot 1-3/+4
2012-11-07sbp-target: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+1
2012-09-22sbp-target: fix return value check in sbp_register_configfs()Gravatar Wei Yongjun 1-2/+2
2012-09-17target: use list_move_tail instead of list_del/list_add_tailGravatar Wei Yongjun 1-2/+1
2012-09-17target: Simplify fabric sense data length handlingGravatar Roland Dreier 1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodGravatar Roland Dreier 1-6/+0
2012-09-17target/sbp: Remove strict param from sbp_parse_wwnGravatar Andy Grover 1-4/+4
2012-07-17target: Allow for target_submit_cmd() returning errorsGravatar Roland Dreier 1-3/+5
2012-07-16sbp-target: Consolidate duplicated error path code in sbp_handle_command()Gravatar Roland Dreier 1-16/+12
2012-07-16target: remove transport_generic_process_writeGravatar Christoph Hellwig 1-2/+1
2012-05-30sbp-target: rename a variable to avoid name clashGravatar Stefan Richter 1-4/+4
2012-05-09sbp-target: Initial merge of firewire/ieee-1394 target mode supportGravatar Chris Boot 4-0/+2884