| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: target: srp, vscsi, sbp, qla: use target_remove_session | Mike Christie | 2018-08-02 | 1 | -2/+1 |
* | scsi: target: rename target_alloc_session | Mike Christie | 2018-08-02 | 1 | -1/+1 |
* | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 2018-07-02 | 1 | -4/+2 |
* | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox | 2018-06-20 | 1 | -2/+3 |
* | scsi: target: Abstract tag freeing | Matthew Wilcox | 2018-06-20 | 1 | -1/+1 |
* | sbp-target: Delete an error message for a failed memory allocation in three f... | Markus Elfring | 2018-01-13 | 1 | -9/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sbp-target: Add an #include directive | Bart Van Assche | 2016-12-09 | 1 | -0/+1 |
* | sbp-target: Fix second argument of percpu_ida_alloc() | Bart Van Assche | 2016-12-09 | 1 | -1/+1 |
* | target: make close_session optional | Christoph Hellwig | 2016-05-10 | 1 | -6/+0 |
* | target: make ->shutdown_session optional | Christoph Hellwig | 2016-05-10 | 1 | -6/+0 |
* | sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefs | Nicholas Bellinger | 2016-03-11 | 1 | -14/+16 |
* | sbp-target: Conversion to percpu_ida tag pre-allocation | Nicholas Bellinger | 2016-03-11 | 1 | -6/+30 |
* | target: Convert demo-mode only drivers to target_alloc_session | Christoph Hellwig | 2016-03-11 | 1 | -25/+8 |
* | sbp-target: Remove a superfluous forward declaration | Bart Van Assche | 2016-01-06 | 1 | -2/+0 |
* | target: use per-attribute show and store methods | Christoph Hellwig | 2015-10-14 | 1 | -49/+38 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2015-07-04 | 2 | -232/+54 |
|\ |
|
| * | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger | 2015-06-16 | 1 | -1/+1 |
| * | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 2015-06-01 | 1 | -2/+5 |
| * | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger | 2015-06-01 | 2 | -56/+43 |
| * | target: target_core_configfs.h is not needed in fabric drivers | Christoph Hellwig | 2015-05-31 | 1 | -1/+0 |
| * | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche | 2015-05-31 | 1 | -10/+2 |
| * | target: move transport ID handling to the core | Christoph Hellwig | 2015-05-31 | 1 | -70/+0 |
| * | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 2015-05-31 | 1 | -13/+0 |
| * | target: change core_tpg_register prototype | Christoph Hellwig | 2015-05-31 | 1 | -2/+1 |
| * | target: move node ACL allocation to core code | Christoph Hellwig | 2015-05-31 | 1 | -14/+0 |
| * | target: refactor init/drop_nodeacl methods | Christoph Hellwig | 2015-05-31 | 1 | -32/+4 |
| * | target: make the tpg_get_default_depth method optional | Christoph Hellwig | 2015-05-31 | 1 | -6/+0 |
| * | sbp_target: remove struct sbp_nacl | Christoph Hellwig | 2015-05-31 | 2 | -30/+3 |
* | | target: Minimize SCSI header #include directives | Bart Van Assche | 2015-06-02 | 1 | -1/+1 |
|/ |
|
* | target: simplify the target template registration API | Christoph Hellwig | 2015-04-14 | 1 | -58/+10 |
* | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 2014-12-04 | 1 | -1/+1 |
* | target: Pass in transport supported PI at session initialization | Nicholas Bellinger | 2014-04-07 | 1 | -1/+1 |
* | target: Add TFO->abort_task for aborted task resources release | Nicholas Bellinger | 2014-04-07 | 1 | -0/+6 |
* | target: Remove TF_CIT_TMPL macro | Andy Grover | 2013-10-16 | 1 | -9/+9 |
* | target: make queue_tm_rsp() return void | Joern Engel | 2013-07-08 | 1 | -2/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2013-03-02 | 1 | -1/+1 |
|\ |
|
| * | target: Add __exit annotation for module_exit functions | Asias He | 2013-02-28 | 1 | -1/+1 |
* | | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 2 | -11/+15 |
|\| |
|
| * | sbp-target: fix error path in sbp_make_tpg() | Chris Boot | 2012-12-13 | 1 | -7/+10 |
| * | sbp-target: use simple assignment in tgt_agent_rw_agent_state() | Chris Boot | 2012-12-13 | 1 | -3/+4 |
| * | sbp-target: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2012-11-08 | 1 | -1/+1 |
* | | treewide: Fix typo in various drivers | Masanari Iida | 2013-01-09 | 1 | -1/+1 |
|/ |
|
* | sbp-target: fix return value check in sbp_register_configfs() | Wei Yongjun | 2012-09-23 | 1 | -2/+2 |
* | target: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 2012-09-18 | 1 | -2/+1 |
* | target: Simplify fabric sense data length handling | Roland Dreier | 2012-09-18 | 1 | -6/+0 |
* | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 2012-09-18 | 1 | -6/+0 |
* | target/sbp: Remove strict param from sbp_parse_wwn | Andy Grover | 2012-09-18 | 1 | -4/+4 |
* | target: Allow for target_submit_cmd() returning errors | Roland Dreier | 2012-07-18 | 1 | -3/+5 |
* | sbp-target: Consolidate duplicated error path code in sbp_handle_command() | Roland Dreier | 2012-07-17 | 1 | -16/+12 |