1. 60bfcf8 target/iscsi: Remove macros that contain typecasts by Andy Grover · 11 years ago
  2. b7eec2c target/iscsi: Remove iscsi dereferencing macros by Andy Grover · 11 years ago
  3. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  4. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  5. 2999ee7 target/iscsi: Bump versions to v4.1.0 by Nicholas Bellinger · 11 years ago
  6. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  7. 837f645 iscsi-target: Bump default TCP listen backlog to 256 by Nicholas Bellinger · 11 years ago
  8. 38f7d6e iscsi-target; Bump default CmdSN Depth to 64 by Nicholas Bellinger · 11 years ago
  9. 12e4101 iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set by Nicholas Bellinger · 11 years ago
  10. 5ab41ca iscsi-target: Add thread_set->ts_activate_sem + use common deallocate by Nicholas Bellinger · 11 years ago
  11. d5705c4 iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_SET_DIE by Nicholas Bellinger · 11 years ago
  12. 988e3a8 iscsi-target: Convert to per-cpu ida_alloc + ida_free command map by Nicholas Bellinger · 11 years ago
  13. d703ce2 iscsi/iser-target: Convert to command priv_size usage by Nicholas Bellinger · 11 years ago
  14. ea3a179 iscsi-target: Remove left-over iscsi_target_do_login_io by Nicholas Bellinger · 11 years ago
  15. bb04835 iscsi-target: Add sk->sk_state_change to cleanup after TCP failure by Nicholas Bellinger · 11 years ago
  16. d381a80 iscsi-target: Add login negotiation multi-plexing support by Nicholas Bellinger · 11 years ago
  17. a91eb7d iscsi-target: Prepare login code for multi-plexing support by Nicholas Bellinger · 11 years ago
  18. 28aaa95 iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject by Nicholas Bellinger · 11 years ago
  19. c9a03c1 iscsi-target: Fix iscsit_transport reference leak during NP thread reset by Nicholas Bellinger · 11 years ago
  20. 9d86a2b iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 by Nicholas Bellinger · 11 years ago
  21. dfecf61 iscsi-target: ST response on IN6ADDR_ANY socket by Chris Leech · 11 years ago
  22. 57103d7 target: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  23. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  24. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  25. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 11 years ago
  26. ad7babd iscsi-target: kstrtou* configfs attribute parameter cleanups by Jörn Engel · 11 years ago
  27. 37b32c6 iscsi-target: Fix tfc_tpg_auth_cit configfs length overflow by Nicholas Bellinger · 11 years ago
  28. 0fbfc46 iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow by Jörn Engel · 11 years ago
  29. b2cb964 iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED by Nicholas Bellinger · 11 years ago
  30. 186a964 iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser by Nicholas Bellinger · 11 years ago
  31. 561bf15 iscsi-target: Fix iscsit_sequence_cmd reject handling for iser by Nicholas Bellinger · 11 years ago
  32. ba15991 iscsi-target: Fix iscsit_add_reject* usage for iser by Nicholas Bellinger · 11 years ago
  33. 4f45d32 iscsi-target: missing kfree() on error path by Dan Carpenter · 11 years ago
  34. 3e23d02 iscsi-target: Drop left-over iscsi_conn->bad_hdr by Nicholas Bellinger · 11 years ago
  35. c3e5144 iscsi-target: Add demo-mode TPG authentication context support by Nicholas Bellinger · 11 years ago
  36. 6665889 iscsi-target: Add IFC_SENDTARGETS_SINGLE support by Nicholas Bellinger · 11 years ago
  37. 9864ca9 iscsi-target: Move sendtargets parsing into iscsit_process_text_cmd by Nicholas Bellinger · 11 years ago
  38. dbf738a iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery by Nicholas Bellinger · 11 years ago
  39. 889c8a6 iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handling by Nicholas Bellinger · 11 years ago
  40. 64534aa iscsi-target: Refactor ISCSI_OP_TEXT RX handling by Nicholas Bellinger · 11 years ago
  41. 778de36 iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling by Nicholas Bellinger · 11 years ago
  42. 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
  43. 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 11 years ago
  44. b9da582 iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check by Nicholas Bellinger · 11 years ago
  45. 574780f target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() by Jörn Engel · 11 years ago
  46. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  47. cea4dcf iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  48. af40bb0 iscsi-target: Fix typos in RDMAEXTENSIONS macro usage by Nicholas Bellinger · 11 years ago
  49. 3eccfdb iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  50. 80690fd iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * by Geert Uytterhoeven · 11 years ago
  51. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  52. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 11 years ago
  53. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  54. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 11 years ago
  55. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 11 years ago
  56. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 11 years ago
  57. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 11 years ago
  58. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 11 years ago
  59. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 11 years ago
  60. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 11 years ago
  61. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 11 years ago
  62. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  63. c9365bd target/iscsi: convert to idr_alloc() by Tejun Heo · 11 years ago
  64. fd3a902 iscsi-target: Fix immediate queue starvation regression with DATAIN by Nicholas Bellinger · 11 years ago
  65. 6e54593 iscsi-target: Enforce individual network portal export once per TargetName by Nicholas Bellinger · 11 years ago
  66. 05b9689 iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_match by Nicholas Bellinger · 11 years ago
  67. 0e48e7a target: don't truncate the fail intr address by Dan Carpenter · 11 years ago
  68. 07ea81b target: don't always say "ipv6" as address type by Dan Carpenter · 11 years ago
  69. 1be2956 iscsi-target: make some temporary buffers larger by Dan Carpenter · 11 years ago
  70. 64fe4f4 iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn) by Roland Dreier · 12 years ago
  71. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  72. 79e62fc target/iscsi_target: Add NodeACL tags for initiator group support by Andy Grover · 12 years ago
  73. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  74. ed72a4d iscsi-target: use kstrdup() for iscsi_param by Sebastian Andrzej Siewior · 12 years ago
  75. 13f6a91 target/configfs: use kmalloc() instead of kzalloc() for default groups by Sebastian Andrzej Siewior · 12 years ago
  76. 1c98d2f4 target/configfs: allocate pointers instead of full struct for default_groups by Sebastian Andrzej Siewior · 12 years ago
  77. 3c989d7 iscsit: use GFP_ATOMIC under spin lock by Wei Yongjun · 12 years ago
  78. b07c28a iscsi_target: Remove redundant null check before kfree by Sachin Kamat · 12 years ago
  79. 2087969 target: iscsi: fix comment typos in target/iscsi drivers by Masanari Iida · 12 years ago
  80. 1c5c12c iscsi-target: Always send a response before terminating iSCSI connection by Roland Dreier · 12 years ago
  81. 64c13330 iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around by Steve Hodgson · 12 years ago
  82. 998866b iscsi-target: Fix potential deadlock on lock taken in timer by Roland Dreier · 12 years ago
  83. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  84. 1f981de iscsi-target: Use list_first_entry() where appropriate by Roland Dreier · 12 years ago
  85. d5627ac iscsi-target: Fix missed wakeup race in TX thread by Roland Dreier · 12 years ago
  86. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  87. db83101 iscsi: fix check keys by Alan Cox · 12 years ago
  88. a188e7e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  89. cf0eb28 iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values by Nicholas Bellinger · 12 years ago
  90. 50e5c87 iscsit: proper endianess conversions by Christoph Hellwig · 12 years ago
  91. 66c7db6 iscsit: use the itt_t abstract type by Christoph Hellwig · 12 years ago
  92. cea0b4c iscsit: add missing endianess conversion in iscsit_check_inaddr_any by Christoph Hellwig · 12 years ago
  93. 904753d iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp by Christoph Hellwig · 12 years ago
  94. fceb5bc iscsit: mark various functions static by Christoph Hellwig · 12 years ago
  95. d7ca663 target/iscsi: precedence bug in iscsit_set_dataout_sequence_values() by Dan Carpenter · 12 years ago
  96. 38b11ba iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode by Nicholas Bellinger · 12 years ago
  97. b094a4b iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentLength by Nicholas Bellinger · 12 years ago
  98. 1c417f3 iscsi-target: Add MaxXmitDataSegmentLength connection recovery check by Nicholas Bellinger · 12 years ago
  99. 21f5aa7 iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength by Nicholas Bellinger · 12 years ago
  100. 9977bb1 iscsi-target: Enable MaxXmitDataSegmentLength operation in login path by Nicholas Bellinger · 12 years ago