1. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  2. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  3. f80d2f0 scsi: target/core: Remove the write_pending_status() callback function by Bart Van Assche · 6 years ago
  4. 59a206b scsi: target: replace fabric_ops.name with fabric_alias by David Disseldorp · 6 years ago
  5. 30c7ca9 scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops by David Disseldorp · 6 years ago
  6. b287e35 scsi: target: srp, vscsi, sbp, qla: use target_remove_session by Mike Christie · 6 years ago
  7. fa83428 scsi: target: rename target_alloc_session by Mike Christie · 6 years ago
  8. aa090ea scsi: target: Remove second argument from fabric_make_tpg() by Bart Van Assche · 7 years ago
  9. 10e9cbb scsi: target: Convert target drivers to use sbitmap by Matthew Wilcox · 7 years ago
  10. 83c2b54 scsi: target: Abstract tag freeing by Matthew Wilcox · 7 years ago
  11. e0f3d4c2 sbp-target: Delete an error message for a failed memory allocation in three functions by Markus Elfring · 7 years ago
  12. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  13. 4323e65 sbp-target: Add an #include directive by Bart Van Assche · 8 years ago
  14. 8456066 sbp-target: Fix second argument of percpu_ida_alloc() by Bart Van Assche · 8 years ago
  15. 36ec2dd target: make close_session optional by Christoph Hellwig · 9 years ago
  16. 22d1175 target: make ->shutdown_session optional by Christoph Hellwig · 9 years ago
  17. 5f27eda sbp-target: Convert to TARGET_SCF_ACK_KREF I/O krefs by Nicholas Bellinger · 9 years ago
  18. 5a3ee22 sbp-target: Conversion to percpu_ida tag pre-allocation by Nicholas Bellinger · 9 years ago
  19. fb444abe target: Convert demo-mode only drivers to target_alloc_session by Christoph Hellwig · 9 years ago
  20. ef8f46b sbp-target: Remove a superfluous forward declaration by Bart Van Assche · 9 years ago
  21. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  22. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  23. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 10 years ago
  24. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 10 years ago
  25. 4cc987e target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage by Nicholas Bellinger · 10 years ago
  26. 6bb8261 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist by Nicholas Bellinger · 10 years ago
  27. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 10 years ago
  28. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 10 years ago
  29. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 10 years ago
  30. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 10 years ago
  31. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 10 years ago
  32. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 10 years ago
  33. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 10 years ago
  34. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 10 years ago
  35. 1623379 sbp_target: remove struct sbp_nacl by Christoph Hellwig · 10 years ago
  36. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 10 years ago
  37. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  38. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 11 years ago
  39. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 11 years ago
  40. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  41. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 12 years ago
  42. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  43. 63b91d5 target: Add __exit annotation for module_exit functions by Asias He · 12 years ago
  44. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  45. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 12 years ago
  46. e1fe206 sbp-target: fix error path in sbp_make_tpg() by Chris Boot · 12 years ago
  47. 37419d6 sbp-target: use simple assignment in tgt_agent_rw_agent_state() by Chris Boot · 12 years ago
  48. 314da1a sbp-target: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  49. b659f4b sbp-target: fix return value check in sbp_register_configfs() by Wei Yongjun · 12 years ago
  50. bf11eef target: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  51. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  52. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  53. 343d475 target/sbp: Remove strict param from sbp_parse_wwn by Andy Grover · 12 years ago
  54. d6dfc86 target: Allow for target_submit_cmd() returning errors by Roland Dreier · 12 years ago
  55. 7c78b8de sbp-target: Consolidate duplicated error path code in sbp_handle_command() by Roland Dreier · 12 years ago
  56. 70baf0a target: remove transport_generic_process_write by Christoph Hellwig · 13 years ago
  57. 5f2a3d61 sbp-target: rename a variable to avoid name clash by Stefan Richter · 13 years ago
  58. a511ce3 sbp-target: Initial merge of firewire/ieee-1394 target mode support by Chris Boot · 13 years ago