1. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  2. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 11 years ago
  3. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  4. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 11 years ago
  5. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 11 years ago
  6. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 11 years ago
  7. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 11 years ago
  8. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 11 years ago
  9. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 11 years ago
  10. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 11 years ago
  11. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 11 years ago
  12. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  13. c9365bd target/iscsi: convert to idr_alloc() by Tejun Heo · 11 years ago
  14. fd3a902 iscsi-target: Fix immediate queue starvation regression with DATAIN by Nicholas Bellinger · 11 years ago
  15. 6e54593 iscsi-target: Enforce individual network portal export once per TargetName by Nicholas Bellinger · 11 years ago
  16. 05b9689 iscsi-target: Refactor iscsit_get_np sockaddr matching into iscsit_check_np_match by Nicholas Bellinger · 11 years ago
  17. 0e48e7a target: don't truncate the fail intr address by Dan Carpenter · 11 years ago
  18. 07ea81b target: don't always say "ipv6" as address type by Dan Carpenter · 11 years ago
  19. 1be2956 iscsi-target: make some temporary buffers larger by Dan Carpenter · 11 years ago
  20. 64fe4f4 iscsi-target: Fix CmdSN comparison (use cmd->cmd_sn instead of cmd->stat_sn) by Roland Dreier · 12 years ago
  21. 5bd665f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  22. 79e62fc target/iscsi_target: Add NodeACL tags for initiator group support by Andy Grover · 12 years ago
  23. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  24. ed72a4d iscsi-target: use kstrdup() for iscsi_param by Sebastian Andrzej Siewior · 12 years ago
  25. 13f6a91 target/configfs: use kmalloc() instead of kzalloc() for default groups by Sebastian Andrzej Siewior · 12 years ago
  26. 1c98d2f4 target/configfs: allocate pointers instead of full struct for default_groups by Sebastian Andrzej Siewior · 12 years ago
  27. 3c989d7 iscsit: use GFP_ATOMIC under spin lock by Wei Yongjun · 12 years ago
  28. b07c28a iscsi_target: Remove redundant null check before kfree by Sachin Kamat · 12 years ago
  29. 2087969 target: iscsi: fix comment typos in target/iscsi drivers by Masanari Iida · 12 years ago
  30. 1c5c12c iscsi-target: Always send a response before terminating iSCSI connection by Roland Dreier · 12 years ago
  31. 64c13330 iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around by Steve Hodgson · 12 years ago
  32. 998866b iscsi-target: Fix potential deadlock on lock taken in timer by Roland Dreier · 12 years ago
  33. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  34. 1f981de iscsi-target: Use list_first_entry() where appropriate by Roland Dreier · 12 years ago
  35. d5627ac iscsi-target: Fix missed wakeup race in TX thread by Roland Dreier · 12 years ago
  36. 3bd7bf1 Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  37. db83101 iscsi: fix check keys by Alan Cox · 12 years ago
  38. a188e7e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  39. cf0eb28 iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values by Nicholas Bellinger · 12 years ago
  40. 50e5c87 iscsit: proper endianess conversions by Christoph Hellwig · 12 years ago
  41. 66c7db6 iscsit: use the itt_t abstract type by Christoph Hellwig · 12 years ago
  42. cea0b4c iscsit: add missing endianess conversion in iscsit_check_inaddr_any by Christoph Hellwig · 12 years ago
  43. 904753d iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp by Christoph Hellwig · 12 years ago
  44. fceb5bc iscsit: mark various functions static by Christoph Hellwig · 12 years ago
  45. d7ca663 target/iscsi: precedence bug in iscsit_set_dataout_sequence_values() by Dan Carpenter · 12 years ago
  46. 38b11ba iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode by Nicholas Bellinger · 12 years ago
  47. b094a4b iscsi-target: Change iscsi_target_seq_pdu_list.c to honor MaxXmitDataSegmentLength by Nicholas Bellinger · 12 years ago
  48. 1c417f3 iscsi-target: Add MaxXmitDataSegmentLength connection recovery check by Nicholas Bellinger · 12 years ago
  49. 21f5aa7 iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength by Nicholas Bellinger · 12 years ago
  50. 9977bb1 iscsi-target: Enable MaxXmitDataSegmentLength operation in login path by Nicholas Bellinger · 12 years ago
  51. e004cb2 iscsi-target: Add base MaxXmitDataSegmentLength code by Nicholas Bellinger · 12 years ago
  52. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  53. f25590f iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU by Nicholas Bellinger · 12 years ago
  54. 06cda52 target/iscsi: Don't log "iSCSI Login negotiation failed." twice by Roland Dreier · 12 years ago
  55. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  56. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  57. 59e13d4 scsi: fix various printk and comment typos by Masanari Iida · 12 years ago
  58. 13b5533 target: Check idr_get_new return value in iscsi_login_zero_tsih_s1 by Benjamin Wang · 12 years ago
  59. bf6932f iscsi-target: Drop bogus struct file usage for iSCSI/SCTP by Al Viro · 12 years ago
  60. 617a0c2 target: Misc retval cleanups by Andy Grover · 12 years ago
  61. ee1b1b9 target: Remove unneeded double parentheses by Andy Grover · 12 years ago
  62. 67441b6 iscsit: use target_execute_cmd for WRITEs by Christoph Hellwig · 12 years ago
  63. c75660c target/iscsi: Remove dead code in lio_get_tpg_from_tpg_item() by Roland Dreier · 12 years ago
  64. 9f3eb93 target: move ref_cmd from the generic se_tmr_req into iscsi code by Christoph Hellwig · 12 years ago
  65. f80e8ed iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecs by Nicholas Bellinger · 12 years ago
  66. b1e41d8 iscsi-target: remove dead code in iscsi_check_valuelist_for_support by Dan Carpenter · 12 years ago
  67. 381e309 target/iscsi: cleanup some allocation style issues by Dan Carpenter · 12 years ago
  68. bfb79ea target/iscsi: Go back to core allocating data buffer for cmd by Andy Grover · 12 years ago
  69. 4334e49 target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_lists by Andy Grover · 12 years ago
  70. ebf1d95 target/iscsi: Eliminate iscsi_cmd.data_length by Andy Grover · 12 years ago
  71. 065ca1e target/iscsi: Move init_se_cmd closer to lookup_cmd_lun by Andy Grover · 12 years ago
  72. d28b1169 target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmr by Andy Grover · 12 years ago
  73. a12f41f target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 12 years ago
  74. 8b1e124 target/iscsi: Misc cleanups from Agrover (round 2) by Andy Grover · 12 years ago
  75. 6f3c0e6 target/iscsi: Refactor target_tx_thread immediate+response queue loops by Andy Grover · 12 years ago
  76. 4580cf3 target/iscsi: Remove unneeded locking from iscsi_target_tx_thread by Andy Grover · 12 years ago
  77. c6037cc target/iscsi: Misc cleanups from Agrover (round 1) by Andy Grover · 12 years ago
  78. 2fbb471 target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_node by Andy Grover · 12 years ago
  79. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  80. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  81. f760903 iscsi-target: remove improper externs by Dan Carpenter · 12 years ago
  82. a227fb3 iscsi-target: Remove unused variables in iscsi_target_parameters.c by Jörn Engel · 12 years ago
  83. 2816890 target: remove obvious warnings by Jörn Engel · 12 years ago
  84. 00fdc6b iscsi-target: Fix reservation conflict -EBUSY response handling bug by Nicholas Bellinger · 12 years ago
  85. 9765b1f target: Bump core version to v4.1.0-rc2-ml + fabric versions by Nicholas Bellinger · 12 years ago
  86. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 12 years ago
  87. 99367f0 iscsi-target: Convert to use target_put_session + sess_kref by Nicholas Bellinger · 12 years ago
  88. 5e58b02 target: Fix typo in drivers/target by Masanari Iida · 12 years ago
  89. d062833 iscsi-target: Fix dynamic -> explict NodeACL pointer reference by Nicholas Bellinger · 12 years ago
  90. d335e60 iscsi-target: Fix iscsit_alloc_buffs() failure cases by Nicholas Bellinger · 12 years ago
  91. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 12 years ago
  92. 4f26998 target/iscsi: Remove unneeded wrapper functions by Andy Grover · 12 years ago
  93. d0f474e target: Use LIST_HEAD()/DEFINE_MUTEX() for static objects by Roland Dreier · 13 years ago
  94. 7d680f3 target: replace various cmd flags with a transport state by Christoph Hellwig · 13 years ago
  95. 4040153 security: trim security.h by Al Viro · 12 years ago
  96. 9f9ef6d iscsi: use IP_FREEBIND socket option by Dax Kelson · 12 years ago
  97. c3bc93d iscsi_target: in_aton needs linux/inet.h by Stephen Rothwell · 12 years ago
  98. 2f9bc89 iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT by Nicholas Bellinger · 12 years ago
  99. e8904dc iscsi-target: Fix up a few assignments by Jesper Juhl · 12 years ago
  100. f8d48ae iscsi-target: make one-bit bitfields unsigned by Dan Carpenter · 12 years ago