1. defd884 iscsi/iser-target: Fix isert_conn->state hung shutdown issues by Nicholas Bellinger · 11 years ago
  2. 5159d76 iscsi/iser-target: Use list_del_init for ->i_conn_node by Nicholas Bellinger · 11 years ago
  3. a2a99ce iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bug by Nicholas Bellinger · 11 years ago
  4. 752d868 iscsi-target: Fix SNACK Type 1 + BegRun=0 handling by Nicholas Bellinger · 11 years ago
  5. 4e13c5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  6. ee291e6 target/iscsi: Fix network portal creation race by Andy Grover · 11 years ago
  7. 676687c iscsi-target: Convert gfp_t parameter to task state bitmask by Nicholas Bellinger · 11 years ago
  8. 555b270 iscsi-target: Fix connection reset hang with percpu_ida_alloc by Nicholas Bellinger · 11 years ago
  9. 6f6b5d1 percpu_ida: Make percpu_ida_alloc + callers accept task state bitmask by Kent Overstreet · 11 years ago
  10. 4a4caa2 iscsi-target: Pre-allocate more tags to avoid ack starvation by Nicholas Bellinger · 11 years ago
  11. db6077f iscsi-target: Fix incorrect np->np_thread NULL assignment by Nicholas Bellinger · 11 years ago
  12. 4454b66 iscsi-target: Fix-up all zero data-length CDBs with R/W_BIT set by Nicholas Bellinger · 11 years ago
  13. 2306bfb iscsi-target: return -EINVAL on oversized configfs parameter by Eric Seppanen · 11 years ago
  14. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  15. 86784c6 iscsi-target: chap auth shouldn't match username with trailing garbage by Eric Seppanen · 11 years ago
  16. 369653e iscsi-target: fix extract_param to handle buffer length corner case by Eric Seppanen · 11 years ago
  17. d1fa7a1 iscsi-target: Expose default_erl as TPG attribute by Nicholas Bellinger · 11 years ago
  18. ea7e32b iscsi-target: Do not reject non-immediate CmdSNs exceeding MaxCmdSN by Nicholas Bellinger · 11 years ago
  19. 04f3b31 iscsi-target: Convert iscsi_session statistics to atomic_long_t by Nicholas Bellinger · 11 years ago
  20. 122f8af iscsi-target: Reject unsupported multi PDU text command sequence by Nicholas Bellinger · 11 years ago
  21. 5e8e6b4 iscsi-target: Fix mutex_trylock usage in iscsit_increment_maxcmdsn by Nicholas Bellinger · 11 years ago
  22. dbcbc95 iscsi-target: Do not generate REJECTs for zero-length DataOUT by Nicholas Bellinger · 11 years ago
  23. 2dd1d53 iscsi-target: Implement demo_mode_discovery logic by Thomas Glanzmann · 11 years ago
  24. 4c54b6c iscsi-target: Add new TPG attribute by Thomas Glanzmann · 11 years ago
  25. 60bfcf8 target/iscsi: Remove macros that contain typecasts by Andy Grover · 11 years ago
  26. b7eec2c target/iscsi: Remove iscsi dereferencing macros by Andy Grover · 11 years ago
  27. d80e224d target: Remove TF_CIT_TMPL macro by Andy Grover · 11 years ago
  28. 9e20ae3 iscsi-target; Allow an extra tag_num / 2 number of percpu_ida tags by Nicholas Bellinger · 11 years ago
  29. f56cbbb iscsi-target: Perform release of acknowledged tags from RX context by Nicholas Bellinger · 11 years ago
  30. e255a28 iscsi-target: Only perform wait_for_tasks when performing shutdown by Nicholas Bellinger · 11 years ago
  31. 48efe45 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  32. 2999ee7 target/iscsi: Bump versions to v4.1.0 by Nicholas Bellinger · 11 years ago
  33. 4c76251 target: Update copyright ownership/year information to 2013 by Nicholas Bellinger · 11 years ago
  34. 837f645 iscsi-target: Bump default TCP listen backlog to 256 by Nicholas Bellinger · 11 years ago
  35. 38f7d6e iscsi-target; Bump default CmdSN Depth to 64 by Nicholas Bellinger · 11 years ago
  36. 12e4101 iscsi-target: Remove unnecessary wait_for_completion in iscsi_get_thread_set by Nicholas Bellinger · 11 years ago
  37. 5ab41ca iscsi-target: Add thread_set->ts_activate_sem + use common deallocate by Nicholas Bellinger · 11 years ago
  38. d5705c4 iscsi-target: Fix race with thread_pre_handler flush_signals + ISCSI_THREAD_SET_DIE by Nicholas Bellinger · 11 years ago
  39. 988e3a8 iscsi-target: Convert to per-cpu ida_alloc + ida_free command map by Nicholas Bellinger · 11 years ago
  40. d703ce2 iscsi/iser-target: Convert to command priv_size usage by Nicholas Bellinger · 11 years ago
  41. ea3a179 iscsi-target: Remove left-over iscsi_target_do_login_io by Nicholas Bellinger · 11 years ago
  42. bb04835 iscsi-target: Add sk->sk_state_change to cleanup after TCP failure by Nicholas Bellinger · 11 years ago
  43. d381a80 iscsi-target: Add login negotiation multi-plexing support by Nicholas Bellinger · 11 years ago
  44. a91eb7d iscsi-target: Prepare login code for multi-plexing support by Nicholas Bellinger · 11 years ago
  45. 28aaa95 iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject by Nicholas Bellinger · 11 years ago
  46. c9a03c1 iscsi-target: Fix iscsit_transport reference leak during NP thread reset by Nicholas Bellinger · 11 years ago
  47. 9d86a2b iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 by Nicholas Bellinger · 11 years ago
  48. dfecf61 iscsi-target: ST response on IN6ADDR_ANY socket by Chris Leech · 11 years ago
  49. 57103d7 target: replace strict_strto*() with kstrto*() by Jingoo Han · 11 years ago
  50. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  51. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  52. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 11 years ago
  53. ad7babd iscsi-target: kstrtou* configfs attribute parameter cleanups by Jörn Engel · 11 years ago
  54. 37b32c6 iscsi-target: Fix tfc_tpg_auth_cit configfs length overflow by Nicholas Bellinger · 11 years ago
  55. 0fbfc46 iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow by Jörn Engel · 11 years ago
  56. b2cb964 iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED by Nicholas Bellinger · 11 years ago
  57. 186a964 iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser by Nicholas Bellinger · 11 years ago
  58. 561bf15 iscsi-target: Fix iscsit_sequence_cmd reject handling for iser by Nicholas Bellinger · 11 years ago
  59. ba15991 iscsi-target: Fix iscsit_add_reject* usage for iser by Nicholas Bellinger · 11 years ago
  60. 4f45d32 iscsi-target: missing kfree() on error path by Dan Carpenter · 11 years ago
  61. 3e23d02 iscsi-target: Drop left-over iscsi_conn->bad_hdr by Nicholas Bellinger · 11 years ago
  62. c3e5144 iscsi-target: Add demo-mode TPG authentication context support by Nicholas Bellinger · 11 years ago
  63. 6665889 iscsi-target: Add IFC_SENDTARGETS_SINGLE support by Nicholas Bellinger · 11 years ago
  64. 9864ca9 iscsi-target: Move sendtargets parsing into iscsit_process_text_cmd by Nicholas Bellinger · 11 years ago
  65. dbf738a iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery by Nicholas Bellinger · 11 years ago
  66. 889c8a6 iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handling by Nicholas Bellinger · 11 years ago
  67. 64534aa iscsi-target: Refactor ISCSI_OP_TEXT RX handling by Nicholas Bellinger · 11 years ago
  68. 778de36 iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling by Nicholas Bellinger · 11 years ago
  69. 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
  70. 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 11 years ago
  71. b9da582 iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check by Nicholas Bellinger · 11 years ago
  72. 574780f target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() by Jörn Engel · 11 years ago
  73. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  74. cea4dcf iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  75. af40bb0 iscsi-target: Fix typos in RDMAEXTENSIONS macro usage by Nicholas Bellinger · 11 years ago
  76. 3eccfdb iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  77. 80690fd iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * by Geert Uytterhoeven · 11 years ago
  78. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  79. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 12 years ago
  80. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  81. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 12 years ago
  82. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 12 years ago
  83. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 12 years ago
  84. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 12 years ago
  85. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 12 years ago
  86. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 12 years ago
  87. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 12 years ago
  88. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 12 years ago
  89. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  90. c9365bd target/iscsi: convert to idr_alloc() by Tejun Heo · 12 years ago
  91. fd3a902 iscsi-target: Fix immediate queue starvation regression with DATAIN by Nicholas Bellinger · 12 years ago
  92. 6e54593 iscsi-target: Enforce individual network portal export once per TargetName by Nicholas Bellinger · 12 years ago
  93. 05b9689 iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_match by Nicholas Bellinger · 12 years ago
  94. 0e48e7a target: don't truncate the fail intr address by Dan Carpenter · 12 years ago
  95. 07ea81b target: don't always say "ipv6" as address type by Dan Carpenter · 12 years ago
  96. 1be2956 iscsi-target: make some temporary buffers larger by Dan Carpenter · 12 years ago
  97. 64fe4f4 iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn) by Roland Dreier · 12 years ago
  98. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  99. 79e62fc target/iscsi_target: Add NodeACL tags for initiator group support by Andy Grover · 12 years ago
  100. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago