Age | Commit message (Expand) | Author |
2023-10-13 | scsi: target: Have drivers report if they support direct submissions | Mike Christie |
2023-03-16 | scsi: target: sbp: Remove default fabric ops callouts | Dmitry Bogdanov |
2021-10-04 | scsi: target: sbp: Replace enable attr with ops.enable | Dmitry Bogdanov |
2021-08-03 | scsi: target: sbp: Drop incorrect ASC/ASCQ usage | David Disseldorp |
2021-05-14 | scsi: target: sbp_target: Remove redundant assignment to pg_size | Jiapeng Chong |
2021-03-04 | scsi: target: sbp_target: Convert to new submission API | Mike Christie |
2021-02-08 | scsi: target: sbp: Remove unneeded semicolon | Yang Li |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-02-04 | scsi: target/core: Remove the write_pending_status() callback function | Bart Van Assche |
2018-11-28 | scsi: target: replace fabric_ops.name with fabric_alias | David Disseldorp |
2018-11-28 | scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops | David Disseldorp |
2018-08-02 | scsi: target: srp, vscsi, sbp, qla: use target_remove_session | Mike Christie |
2018-08-02 | scsi: target: rename target_alloc_session | Mike Christie |
2018-07-02 | scsi: target: Remove second argument from fabric_make_tpg() | Bart Van Assche |
2018-06-19 | scsi: target: Convert target drivers to use sbitmap | Matthew Wilcox |
2018-06-19 | scsi: target: Abstract tag freeing | Matthew Wilcox |
2018-01-12 | sbp-target: Delete an error message for a failed memory allocation in three f... | Markus Elfring |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2016-12-09 | sbp-target: Add an #include directive | Bart Van Assche |
2016-12-09 | sbp-target: Fix second argument of percpu_ida_alloc() | Bart Van Assche |
2016-05-10 | target: make close_session optional | Christoph Hellwig |
2016-05-10 | target: make ->shutdown_session optional | Christoph Hellwig |
2016-03-10 | sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefs | Nicholas Bellinger |
2016-03-10 | sbp-target: Conversion to percpu_ida tag pre-allocation | Nicholas Bellinger |
2016-03-10 | target: Convert demo-mode only drivers to target_alloc_session | Christoph Hellwig |
2016-01-06 | sbp-target: Remove a superfluous forward declaration | Bart Van Assche |
2015-10-13 | target: use per-attribute show and store methods | Christoph Hellwig |
2015-07-04 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2015-06-15 | target: Drop unnecessary core_tpg_register TFO parameter | Nicholas Bellinger |
2015-06-02 | target: Minimize SCSI header #include directives | Bart Van Assche |
2015-06-01 | target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage | Nicholas Bellinger |
2015-06-01 | target: Convert se_portal_group->tpg_lun_list[] to RCU hlist | Nicholas Bellinger |
2015-05-30 | target: target_core_configfs.h is not needed in fabric drivers | Christoph Hellwig |
2015-05-30 | target: Move task tag into struct se_cmd + support 64-bit tags | Bart Van Assche |
2015-05-30 | target: move transport ID handling to the core | Christoph Hellwig |
2015-05-30 | target: remove the get_fabric_proto_ident method | Christoph Hellwig |
2015-05-30 | target: change core_tpg_register prototype | Christoph Hellwig |
2015-05-30 | target: move node ACL allocation to core code | Christoph Hellwig |
2015-05-30 | target: refactor init/drop_nodeacl methods | Christoph Hellwig |
2015-05-30 | target: make the tpg_get_default_depth method optional | Christoph Hellwig |
2015-05-30 | sbp_target: remove struct sbp_nacl | Christoph Hellwig |
2015-04-14 | target: simplify the target template registration API | Christoph Hellwig |
2014-12-04 | scsi: remove MSG_*_TAG defines | Christoph Hellwig |
2014-04-07 | target: Pass in transport supported PI at session initialization | Nicholas Bellinger |
2014-04-07 | target: Add TFO->abort_task for aborted task resources release | Nicholas Bellinger |
2013-10-16 | target: Remove TF_CIT_TMPL macro | Andy Grover |
2013-07-07 | target: make queue_tm_rsp() return void | Joern Engel |
2013-03-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds |
2013-02-27 | target: Add __exit annotation for module_exit functions | Asias He |