1. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  2. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  3. 673681ca iscsi-target: Avoid OFMarker + IFMarker negotiation by Nicholas Bellinger · 9 years ago
  4. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  5. 7dd03ac target: Fix max_cmd_sn increment w/o cmdsn mutex regressions by Roland Dreier · 9 years ago
  6. 13a3cf0 target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage by Andy Grover · 9 years ago
  7. dc58f76 target/iscsi: Replace conn->login_ip with login_sockaddr by Andy Grover · 9 years ago
  8. 69d7557 target/iscsi: Keep local_ip as the actual sockaddr by Andy Grover · 9 years ago
  9. 76c28f1 target/iscsi: Fix np_ip bracket issue by removing np_ip by Andy Grover · 9 years ago
  10. 109e238 target: Drop iSCSI use of mutex around max_cmd_sn increment by Roland Dreier · 9 years ago
  11. a6415cd iscsi-target: Add tpg_enabled_sendtargets for disabled discovery by David Disseldorp · 9 years ago
  12. aa75679 target/iscsi: Use proper SGL accessors for digest computation by Alexei Potashnik · 9 years ago
  13. 9547308 target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT by Alexei Potashnik · 9 years ago
  14. 007d038 iscsi-target: Fix iser explicit logout TX kthread leak by Nicholas Bellinger · 9 years ago
  15. e541986 iscsi-target: Fix iscsit_start_kthreads failure OOPs by Nicholas Bellinger · 9 years ago
  16. 417c20a iscsi-target: Fix use-after-free during TPG session shutdown by Nicholas Bellinger · 9 years ago
  17. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  18. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  19. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  20. f2d3068 target: use 64-bit LUNs by Hannes Reinecke · 9 years ago
  21. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  22. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  23. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  24. 6bb8261 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  25. d2c27f0 iscsi-target: fix variable name typo in iscsi_check_acceptor_state() by Christophe Vu-Brugier · 9 years ago
  26. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  27. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 9 years ago
  28. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 9 years ago
  29. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 9 years ago
  30. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 9 years ago
  31. 2b6eb60 target/iscsi: stop using se_tpg_fabric_ptr by Christoph Hellwig · 9 years ago
  32. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 9 years ago
  33. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 9 years ago
  34. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  35. c04a609 iscsi-target: remove support for obsolete markers by Christophe Vu-Brugier · 9 years ago
  36. 5538d29 treewide: Add missing vmalloc.h inclusion. by David S. Miller · 9 years ago
  37. ee7619f target: Drop signal_pending checks after interruptible lock acquire by Nicholas Bellinger · 9 years ago
  38. a928d28 ISCSI: fix minor memory leak by Evgenii Lepikhin · 9 years ago
  39. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  40. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 9 years ago
  41. b815fc1 iscsi target: fix oops when adding reject pdu by Mike Christie · 9 years ago
  42. 901c04a iscsi/iser-target: Add fabric_prot_type attribute support by Nicholas Bellinger · 9 years ago
  43. 1997e62 iscsi-target: TargetAddress in SendTargets should bracket ipv6 addresses by Andy Grover · 9 years ago
  44. 9649491 target: mark iscsit_start_kthreads static by Christoph Hellwig · 9 years ago
  45. 073900b iscsi-target: Drop legacy iscsi_target_tq.c logic by Nicholas Bellinger · 9 years ago
  46. 88dcd2d iscsi-target: Convert iscsi_thread_set usage to kthread.h by Nicholas Bellinger · 9 years ago
  47. 5bc6510 iscsi-target: don't export static symbol by Julia Lawall · 9 years ago
  48. f068fbc iscsi-target: Avoid early conn_logout_comp for iser connections by Nicholas Bellinger · 9 years ago
  49. 2a03ee8 Revert "iscsi-target: Avoid IN_LOGOUT failure case for iser-target" by Nicholas Bellinger · 9 years ago
  50. d4ee46f iscsi-target: Expose per endpoint dynamic_sessions attribute by Nicholas Bellinger · 9 years ago
  51. e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  52. 72859d9 iscsi-target: Avoid IN_LOGOUT failure case for iser-target by Nicholas Bellinger · 9 years ago
  53. 3fd7b60 iscsi-target: Drop problematic active_ts_list usage by Nicholas Bellinger · 9 years ago
  54. e4f4e80 iscsi/iser-target: Support multi-sequence sendtargets text response by Sagi Grimberg · 9 years ago
  55. be7dcfb6 iscsi-target: Don't over-allocate sendtargets text resp buffer by Sagi Grimberg · 9 years ago
  56. c1e34b6 iscsi-target: Introduce session_get_next_ttt by Sagi Grimberg · 9 years ago
  57. 67f091f iscsi-target: Move iscsi_target_[core,stat].h under linux include by Sagi Grimberg · 10 years ago
  58. 5cdf5a8 iscsi-target: use '%*ph' specifier to dump hex buffer by Andy Shevchenko · 9 years ago
  59. 8060b8d iscsi-target: Fix typos in enum cmd_flags_table by Andy Grover · 10 years ago
  60. cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
  61. ed55635 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  62. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  63. 6bf6ca7 iscsi-target: Fail connection on short sendmsg writes by Nicholas Bellinger · 10 years ago
  64. a0b3b9b iscsi-target: nullify session in failed login sequence by Sagi Grimberg · 10 years ago
  65. ee8e3ad iscsi-target: Drop left-over bogus iscsi_np->tpg_np by Nicholas Bellinger · 10 years ago
  66. 23a548e iscsi,iser-target: Expose supported protection ops according to t10_pi by Sagi Grimberg · 10 years ago
  67. 954f237 iscsi,iser-target: Initiate termination only once by Sagi Grimberg · 10 years ago
  68. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  69. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  70. 7f2c53b iscsi-target: fix error path in iscsi_target_init_module() by Lino Sanfilippo · 10 years ago
  71. 2ed37f6 target: Deletion of unnecessary checks before the function call "module_put" by Markus Elfring · 10 years ago
  72. f2774f4 iscsi-target: return the correct port in SendTargets by Steven Allen · 10 years ago
  73. c3351df Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  74. fdc84d1 iscsi-target: use strlcpy in iscsit_collect_login_stats by Joern Engel · 10 years ago
  75. 8ae757d iscsi-target: avoid NULL pointer in iscsi_copy_param_list failure by Joern Engel · 10 years ago
  76. b53b0d99 iscsi-target: Fix memory corruption in iscsit_logout_post_handler_diffcid by Nicholas Bellinger · 10 years ago
  77. 94e16e9 iscsi-target: remove unnecessary check in iscsit_setup_np error path by Joern Engel · 10 years ago
  78. 1d30686 iscsi-target: Drop duplicate __iscsi_target_login_thread check by Nicholas Bellinger · 10 years ago
  79. 5c22e22 iscsi-target: simplify return statement by Joern Engel · 10 years ago
  80. cb35484 iscsi-target: remove always-true conditions by Joern Engel · 10 years ago
  81. fbecb65 iscsi-target: remove unused debug code by Joern Engel · 10 years ago
  82. 3687db8 iscsi-target: Ignore ICF_GOT_LAST_DATAOUT during Data-Out ITT lookup by Nicholas Bellinger · 10 years ago
  83. 81a9c5e iscsi-target: fix iscsit_del_np deadlock on unload by Mikulas Patocka · 10 years ago
  84. 97c99b47 iscsi-target: Avoid rejecting incorrect ITT for Data-Out by Nicholas Bellinger · 10 years ago
  85. 6834975 iscsi-target: Explicily clear login response PDU in exception path by Nicholas Bellinger · 10 years ago
  86. e4fae23 iscsi-target; Enforce 1024 byte maximum for CHAP_C key value by Nicholas Bellinger · 10 years ago
  87. b06eef6 iscsi-target: Convert chap_server_compute_md5 to use kstrtoul by Nicholas Bellinger · 10 years ago
  88. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  89. 22c7aaa Target/iscsi: Fix sendtargets response pdu for iser transport by Sagi Grimberg · 10 years ago
  90. bbc0504 iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leak by Nicholas Bellinger · 10 years ago
  91. 0bcc297 target: cleanup some boolean tests by Christophe Vu-Brugier · 10 years ago
  92. 1d2b60a iscsi-target: Reject mutual authentication with reflected CHAP_C by Nicholas Bellinger · 10 years ago
  93. 5256ffd iscsi-target: Remove no-op from iscsit_tpg_del_portal_group by Nicholas Bellinger · 10 years ago
  94. 3160723 iscsi-target: Fix CHAP_A parameter list handling by Tejas Vaykole · 10 years ago
  95. cee6029 iscsi-target: Put length of failed allocation in error message by Roland Dreier · 10 years ago
  96. 91f0abf iscsi-target: Reject zero-length payloads during SecurityNegotiation by Nicholas Bellinger · 10 years ago
  97. 2363d19 iser-target: Fix multi network portal shutdown regression by Nicholas Bellinger · 10 years ago
  98. 79d59d0 iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value() by Roland Dreier · 10 years ago
  99. 52d0aa7 iscsi-target: Disable Immediate + Unsolicited Data with ISER Protection by Nicholas Bellinger · 10 years ago
  100. 7cbfcc9 iscsi-target: Change BUG_ON to REJECT in iscsit_process_nop_out by Nicholas Bellinger · 10 years ago