1. 0f69a38 target: Fix handling of small allocation lengths in REPORT LUNS by Roland Dreier · 9 years ago
  2. 9c39517 target: REPORT LUNS should return LUN 0 even for dynamic ACLs by Roland Dreier · 9 years ago
  3. 9547308 target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT by Alexei Potashnik · 9 years ago
  4. 9450918 target: Perform RCU callback barrier before backend/fabric unload by Nicholas Bellinger · 9 years ago
  5. 007d038 iscsi-target: Fix iser explicit logout TX kthread leak by Nicholas Bellinger · 9 years ago
  6. e541986 iscsi-target: Fix iscsit_start_kthreads failure OOPs by Nicholas Bellinger · 9 years ago
  7. 417c20a iscsi-target: Fix use-after-free during TPG session shutdown by Nicholas Bellinger · 9 years ago
  8. c209102 target/configfs: handle match_int() errors by David Disseldorp · 9 years ago
  9. 9105bfc target: Do not return 0 from aptpl and alua configfs store functions by Andy Grover · 9 years ago
  10. bc1a7d6 target: Indicate success if writing 0 to pi_prot_type by Andy Grover · 9 years ago
  11. 5dacbfc target/rd: Set ramdisk as non rotational device by Sagi Grimberg · 9 years ago
  12. 3aa3c67 target: Add extra TYPE_DISK + protection checks for INQUIRY SPT by Nicholas Bellinger · 9 years ago
  13. 27e6772 target/spc: Set SPT correctly in Extended INQUIRY Data VPD page by Sagi Grimberg · 9 years ago
  14. 9b353cc target/pr: Fix possible uninitialized variable usage by Sagi Grimberg · 9 years ago
  15. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  16. de64d3a target: use kvfree() in session alloc and free by Pekka Enberg · 9 years ago
  17. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  18. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  19. 6de2ce5b target: remove target_core_configfs.h by Christoph Hellwig · 9 years ago
  20. ce8dd25 target: consolidate version defines by Christoph Hellwig · 9 years ago
  21. b753d64 target: implement WRITE_SAME with UNMAP bit using ->execute_unmap by Christoph Hellwig · 9 years ago
  22. 62e4694 target: simplify UNMAP handling by Christoph Hellwig · 9 years ago
  23. 7a971b1 target: replace se_cmd->execute_rw with a protocol_data field by Christoph Hellwig · 9 years ago
  24. e2e21bd target/user: Fix inconsistent kmap_atomic/kunmap_atomic by Sagi Grimberg · 9 years ago
  25. 7c0d0d5 target: Send UA when changing LUN inventory by Hannes Reinecke · 9 years ago
  26. b5aafb1 target: Send UA upon LUN RESET tmr completion by Hannes Reinecke · 9 years ago
  27. 3dd348f target: Send UA on ALUA target port group change by Hannes Reinecke · 9 years ago
  28. 1adff1b target: Convert se_lun->lun_deve_lock to normal spinlock by Nicholas Bellinger · 9 years ago
  29. c51c8e7 target: use 'se_dev_entry' when allocating UAs by Hannes Reinecke · 9 years ago
  30. 3160581 target: Remove 'ua_nacl' pointer from se_ua structure by Hannes Reinecke · 9 years ago
  31. ee8c07d target_core_alua: Correct UA handling when switching states by Hannes Reinecke · 9 years ago
  32. 196e2e2 target: Remove TARGET_MAX_LUNS_PER_TRANSPORT by Hannes Reinecke · 9 years ago
  33. f2d3068 target: use 64-bit LUNs by Hannes Reinecke · 9 years ago
  34. e34d366 target: Drop duplicate + unused se_dev_check_wce by Nicholas Bellinger · 9 years ago
  35. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  36. 6546a02a target: explicitly include scsi_proto.h in target_core_fabric_lib.c by Stephen Rothwell · 9 years ago
  37. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  38. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  39. 9e37d04 target: Drop se_lun->lun_active for existing percpu lun_ref by Nicholas Bellinger · 9 years ago
  40. 4cc987e target: Drop lun_sep_lock for se_lun->lun_se_dev RCU usage by Nicholas Bellinger · 9 years ago
  41. adf653f target: Subsume se_port + t10_alua_tg_pt_gp_member into se_lun by Christoph Hellwig · 9 years ago
  42. b3eeea6 target: Simplify LUN shutdown code by Bart Van Assche · 9 years ago
  43. 3effdb9 target: simplify backend attribute implementation by Christoph Hellwig · 9 years ago
  44. 5873c4d target: consolidate backend attribute implementations by Christoph Hellwig · 9 years ago
  45. 0a06d43 target: simplify backend driver registration by Christoph Hellwig · 9 years ago
  46. 4624773 target: Drop left-over se_lun->lun_status by Nicholas Bellinger · 9 years ago
  47. df9766c target: Only reset specific dynamic entries during lun_group creation by Nicholas Bellinger · 9 years ago
  48. 8478654 target: Drop unused se_lun->lun_acl_list by Nicholas Bellinger · 9 years ago
  49. 22793de target: Convert core_tpg_deregister to use list splice by Nicholas Bellinger · 9 years ago
  50. 403edd7 target: Convert se_tpg->acl_node_lock to ->acl_node_mutex by Nicholas Bellinger · 9 years ago
  51. 6bb8261 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  52. 9fcb57f target/pr: cleanup core_scsi3_pr_seq_non_holder by Christoph Hellwig · 9 years ago
  53. 79dc9c9 target/pr: Change alloc_registration to avoid pr_reg_tg_pt_lun by Nicholas Bellinger · 9 years ago
  54. 80bfdfa target/pr: Use atomic bitop for se_dev_entry->deve_flags reservation check by Nicholas Bellinger · 9 years ago
  55. 29a05de target: Convert se_node_acl->device_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  56. d2c27f0 iscsi-target: fix variable name typo in iscsi_check_acceptor_state() by Christophe Vu-Brugier · 9 years ago
  57. 3a40ded target: fix a log message in se_dev_set_emulate_rest_reord() by Christophe Vu-Brugier · 9 years ago
  58. afe9232 target: remove ->put_session method by Christoph Hellwig · 9 years ago
  59. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  60. 968ebe7 target: remove struct target_fabric_configfs_template by Christoph Hellwig · 9 years ago
  61. 0dc2e8d target: put struct target_fabric_configfs on a diet by Christoph Hellwig · 9 years ago
  62. ef0caf8 target: don't copy fabric ops by Christoph Hellwig · 9 years ago
  63. 45fb94c target: Remove set-but-not-used-variables by Bart Van Assche · 9 years ago
  64. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 9 years ago
  65. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 9 years ago
  66. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 9 years ago
  67. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 9 years ago
  68. 3868e43 tcm_fc: stop using se_tpg_fabric_ptr by Christoph Hellwig · 9 years ago
  69. 1667a45 tcm_loop: stop using se_tpg_fabric_ptr by Christoph Hellwig · 9 years ago
  70. 2b6eb60 target/iscsi: stop using se_tpg_fabric_ptr by Christoph Hellwig · 9 years ago
  71. 18213af target: handle odd SG mapping for data transfer memory by Akinobu Mita · 9 years ago
  72. 5835812 target: ensure se_cmd->t_prot_sg is allocated when required by Akinobu Mita · 9 years ago
  73. 5763638 target: Fix inconsistent address passed to kunmap_atomic() in sbc_dif_copy_prot() by Akinobu Mita · 9 years ago
  74. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 9 years ago
  75. e413f47 target: refactor node ACL allocation by Christoph Hellwig · 9 years ago
  76. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 9 years ago
  77. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 9 years ago
  78. 1623379 sbp_target: remove struct sbp_nacl by Christoph Hellwig · 9 years ago
  79. df75b95 tcm_loop: remove struct tcm_loop_nacl by Christoph Hellwig · 9 years ago
  80. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  81. e4648b0 target/user: Add support for bidirectional commands by Ilias Tsitsimpis · 9 years ago
  82. f97ec7d target/user: Refactor data area allocation code by Ilias Tsitsimpis · 9 years ago
  83. b32bd0a target/transport: Always initialize bidi fields in se_cmd by Ilias Tsitsimpis · 9 years ago
  84. 9736f4a target/loop: Enable VARLEN CDB support by Ilias Tsitsimpis · 9 years ago
  85. 2bc396a driver/user: Don't warn for DMA_NONE data direction by Ilias Tsitsimpis · 9 years ago
  86. 814e5b4 target: fix DPO and FUA bit checks by Christoph Hellwig · 9 years ago
  87. c04a609 iscsi-target: remove support for obsolete markers by Christophe Vu-Brugier · 9 years ago
  88. 414e4627 target/sbc: Fix sbc_dif_verify inconsistent map/unmap by Sagi Grimberg · 9 years ago
  89. 8287fa5 target/file: Remove fd_prot bounce buffer by Sagi Grimberg · 9 years ago
  90. f75b6fa target: Merge sbc_verify_dif_read|write by Sagi Grimberg · 9 years ago
  91. a354170 target: Use a PASSTHROUGH flag instead of transport_types by Andy Grover · 9 years ago
  92. 7bfea53b target: Move passthrough CDB parsing into a common function by Andy Grover · 9 years ago
  93. 9c1cd1b target/user: Only support full command pass-through by Andy Grover · 9 years ago
  94. 5a7125c target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST by Andy Grover · 9 years ago
  95. d588cf8 target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem by Christoph Hellwig · 9 years ago
  96. 5538d29 treewide: Add missing vmalloc.h inclusion. by David S. Miller · 9 years ago
  97. ee7619f target: Drop signal_pending checks after interruptible lock acquire by Nicholas Bellinger · 9 years ago
  98. 6c2faea target: Add missing parentheses by Bart Van Assche · 9 years ago
  99. 63509c6 target: Fix bidi command handling by Bart Van Assche · 9 years ago
  100. 8ee83a7 target/user: Disallow full passthrough (pass_level=0) by Andy Grover · 9 years ago