| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-28 | scsi: target: Use driver completion preference by default | Mike Christie | 1 | -0/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -7/+7 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -8/+8 |
| 2026-01-23 | scsi: firewire: sbp-target: Fix overflow in sbp_make_tpg() | Kery Qi | 1 | -2/+2 |
| 2025-11-29 | scsi: target: sbp: Remove KMSG_COMPONENT macro | Heiko Carstens | 1 | -2/+1 |
| 2025-11-12 | scsi: target: sbp: Replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -4/+4 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie | 1 | -0/+3 |
| 2023-03-16 | scsi: target: sbp: Remove default fabric ops callouts | Dmitry Bogdanov | 1 | -31/+0 |
| 2021-10-04 | scsi: target: sbp: Replace enable attr with ops.enable | Dmitry Bogdanov | 1 | -25/+5 |
| 2021-08-03 | scsi: target: sbp: Drop incorrect ASC/ASCQ usage | David Disseldorp | 1 | -2/+2 |
| 2021-05-14 | scsi: target: sbp_target: Remove redundant assignment to pg_size | Jiapeng Chong | 1 | -1/+0 |
| 2021-03-04 | scsi: target: sbp_target: Convert to new submission API | Mike Christie | 1 | -5/+3 |
| 2021-02-08 | scsi: target: sbp: Remove unneeded semicolon | Yang Li | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-02-04 | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche | 1 | -6/+0 |
| 2018-11-28 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp | 1 | -1/+0 |
| 2018-11-28 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp | 1 | -6/+1 |
| 2018-08-02 | scsi: target: srp, vscsi, sbp, qla: use target_remove_session | Mike Christie | 1 | -2/+1 |
| 2018-08-02 | scsi: target: rename target_alloc_session | Mike Christie | 1 | -1/+1 |
| 2018-07-02 | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche | 1 | -4/+2 |
| 2018-06-19 | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox | 1 | -2/+3 |
| 2018-06-19 | scsi: target: Abstract tag freeing | Matthew Wilcox | 1 | -1/+1 |
| 2018-01-12 | sbp-target: Delete an error message for a failed memory allocation in three f... | Markus Elfring | 1 | -9/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-12-09 | sbp-target: Add an #include directive | Bart Van Assche | 1 | -0/+1 |
| 2016-12-09 | sbp-target: Fix second argument of percpu_ida_alloc() | Bart Van Assche | 1 | -1/+1 |
| 2016-05-10 | target: make close_session optional | Christoph Hellwig | 1 | -6/+0 |
| 2016-05-10 | target: make ->shutdown_session optional | Christoph Hellwig | 1 | -6/+0 |
| 2016-03-10 | sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefs | Nicholas Bellinger | 1 | -14/+16 |
| 2016-03-10 | sbp-target: Conversion to percpu_ida tag pre-allocation | Nicholas Bellinger | 1 | -6/+30 |
| 2016-03-10 | target: Convert demo-mode only drivers to target_alloc_session | Christoph Hellwig | 1 | -25/+8 |
| 2016-01-06 | sbp-target: Remove a superfluous forward declaration | Bart Van Assche | 1 | -2/+0 |
| 2015-10-13 | target: use per-attribute show and store methods | Christoph Hellwig | 1 | -49/+38 |
| 2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -232/+54 |
| 2015-06-15 | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger | 1 | -1/+1 |
| 2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche | 1 | -1/+1 |
| 2015-06-01 | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger | 1 | -2/+5 |
| 2015-06-01 | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger | 2 | -56/+43 |
| 2015-05-30 | target: target_core_configfs.h is not needed in fabric drivers | Christoph Hellwig | 1 | -1/+0 |
| 2015-05-30 | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche | 1 | -10/+2 |
| 2015-05-30 | target: move transport ID handling to the core | Christoph Hellwig | 1 | -70/+0 |
| 2015-05-30 | target: remove the get_fabric_proto_ident method | Christoph Hellwig | 1 | -13/+0 |
| 2015-05-30 | target: change core_tpg_register prototype | Christoph Hellwig | 1 | -2/+1 |
| 2015-05-30 | target: move node ACL allocation to core code | Christoph Hellwig | 1 | -14/+0 |
| 2015-05-30 | target: refactor init/drop_nodeacl methods | Christoph Hellwig | 1 | -32/+4 |
| 2015-05-30 | target: make the tpg_get_default_depth method optional | Christoph Hellwig | 1 | -6/+0 |
| 2015-05-30 | sbp_target: remove struct sbp_nacl | Christoph Hellwig | 2 | -30/+3 |
| 2015-04-14 | target: simplify the target template registration API | Christoph Hellwig | 1 | -58/+10 |
| 2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig | 1 | -1/+1 |
| 2014-04-07 | target: Pass in transport supported PI at session initialization | Nicholas Bellinger | 1 | -1/+1 |
| 2014-04-07 | target: Add TFO->abort_task for aborted task resources release | Nicholas Bellinger | 1 | -0/+6 |
| 2013-10-16 | target: Remove TF_CIT_TMPL macro | Andy Grover | 1 | -9/+9 |
| 2013-07-07 | target: make queue_tm_rsp() return void | Joern Engel | 1 | -2/+1 |
| 2013-03-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -1/+1 |
| 2013-02-27 | target: Add __exit annotation for module_exit functions | Asias He | 1 | -1/+1 |
| 2013-01-29 | Merge branch 'master' into for-next | Jiri Kosina | 2 | -11/+15 |
| 2013-01-09 | treewide: Fix typo in various drivers | Masanari Iida | 1 | -1/+1 |
| 2012-12-12 | sbp-target: fix error path in sbp_make_tpg() | Chris Boot | 1 | -7/+10 |
| 2012-12-12 | sbp-target: use simple assignment in tgt_agent_rw_agent_state() | Chris Boot | 1 | -3/+4 |
| 2012-11-07 | sbp-target: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+1 |
| 2012-09-22 | sbp-target: fix return value check in sbp_register_configfs() | Wei Yongjun | 1 | -2/+2 |
| 2012-09-17 | target: use list_move_tail instead of list_del/list_add_tail | Wei Yongjun | 1 | -2/+1 |
| 2012-09-17 | target: Simplify fabric sense data length handling | Roland Dreier | 1 | -6/+0 |
| 2012-09-17 | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 1 | -6/+0 |
| 2012-09-17 | target/sbp: Remove strict param from sbp_parse_wwn | Andy Grover | 1 | -4/+4 |
| 2012-07-17 | target: Allow for target_submit_cmd() returning errors | Roland Dreier | 1 | -3/+5 |
| 2012-07-16 | sbp-target: Consolidate duplicated error path code in sbp_handle_command() | Roland Dreier | 1 | -16/+12 |
| 2012-07-16 | target: remove transport_generic_process_write | Christoph Hellwig | 1 | -2/+1 |
| 2012-05-30 | sbp-target: rename a variable to avoid name clash | Stefan Richter | 1 | -4/+4 |
| 2012-05-09 | sbp-target: Initial merge of firewire/ieee-1394 target mode support | Chris Boot | 4 | -0/+2884 |