1. 3c989d7 iscsit: use GFP_ATOMIC under spin lock by Wei Yongjun · 12 years ago
  2. 64c13330 iscsi-target: Fix bug in handling of ExpStatSN ACK during u32 wrap-around by Steve Hodgson · 12 years ago
  3. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  4. d5627ac iscsi-target: Fix missed wakeup race in TX thread by Roland Dreier · 12 years ago
  5. 50e5c87 iscsit: proper endianess conversions by Christoph Hellwig · 12 years ago
  6. 66c7db6 iscsit: use the itt_t abstract type by Christoph Hellwig · 12 years ago
  7. cea0b4c iscsit: add missing endianess conversion in iscsit_check_inaddr_any by Christoph Hellwig · 12 years ago
  8. 904753d iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp by Christoph Hellwig · 12 years ago
  9. fceb5bc iscsit: mark various functions static by Christoph Hellwig · 12 years ago
  10. 21f5aa7 iscsi-target: Convert incoming PDU payload checks to MaxXmitDataSegmentLength by Nicholas Bellinger · 12 years ago
  11. f25590f iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU by Nicholas Bellinger · 12 years ago
  12. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  13. bf6932f iscsi-target: Drop bogus struct file usage for iSCSI/SCTP by Al Viro · 12 years ago
  14. ee1b1b9 target: Remove unneeded double parentheses by Andy Grover · 12 years ago
  15. 67441b6 iscsit: use target_execute_cmd for WRITEs by Christoph Hellwig · 12 years ago
  16. f80e8ed iscsi-target: Fix iov_count calculation bug in iscsit_allocate_iovecs by Nicholas Bellinger · 12 years ago
  17. bfb79ea target/iscsi: Go back to core allocating data buffer for cmd by Andy Grover · 12 years ago
  18. 4334e49 target/iscsi: Fold _decide_list_to_build into _build_pdu_and_seq_lists by Andy Grover · 12 years ago
  19. ebf1d95 target/iscsi: Eliminate iscsi_cmd.data_length by Andy Grover · 12 years ago
  20. 065ca1e target/iscsi: Move init_se_cmd closer to lookup_cmd_lun by Andy Grover · 12 years ago
  21. d28b1169 target/iscsi: Inline iscsit_allocate_se_cmd and *_for_tmr by Andy Grover · 12 years ago
  22. a12f41f target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 12 years ago
  23. 8b1e124 target/iscsi: Misc cleanups from Agrover (round 2) by Andy Grover · 12 years ago
  24. 6f3c0e6 target/iscsi: Refactor target_tx_thread immediate+response queue loops by Andy Grover · 12 years ago
  25. 4580cf3 target/iscsi: Remove unneeded locking from iscsi_target_tx_thread by Andy Grover · 12 years ago
  26. c6037cc target/iscsi: Misc cleanups from Agrover (round 1) by Andy Grover · 12 years ago
  27. 2fbb471 target/iscsi: Rename iscsi_cmd.i_list to iscsi_cmd.i_conn_node by Andy Grover · 12 years ago
  28. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  29. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  30. 2816890 target: remove obvious warnings by Jörn Engel · 12 years ago
  31. 00fdc6b iscsi-target: Fix reservation conflict -EBUSY response handling bug by Nicholas Bellinger · 12 years ago
  32. 99367f0 iscsi-target: Convert to use target_put_session + sess_kref by Nicholas Bellinger · 12 years ago
  33. d335e60 iscsi-target: Fix iscsit_alloc_buffs() failure cases by Nicholas Bellinger · 12 years ago
  34. 4f26998 target/iscsi: Remove unneeded wrapper functions by Andy Grover · 13 years ago
  35. 7d680f3 target: replace various cmd flags with a transport state by Christoph Hellwig · 13 years ago
  36. 4040153 security: trim security.h by Al Viro · 12 years ago
  37. 2f9bc89 iscsi-target: Fix discovery with INADDR_ANY and IN6ADDR_ANY_INIT by Nicholas Bellinger · 13 years ago
  38. cd931ee iscsi-target: Fix double list_add with iscsit_alloc_buffs reject by Nicholas Bellinger · 13 years ago
  39. 8359cf4 target: remove useless casts by Jörn Engel · 13 years ago
  40. c4795fb target: header reshuffle, part2 by Christoph Hellwig · 13 years ago
  41. 1c3d579 iscsi-target: Use kmemdup rather than duplicating its implementation by Thomas Meyer · 13 years ago
  42. 7ae0b10 iscsi-target: Add missing F_BIT for iscsi_tm_rsp by Nicholas Bellinger · 13 years ago
  43. 7e46cf0 iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_count by Nicholas Bellinger · 13 years ago
  44. 03e98c9 target: Address legacy PYX_TRANSPORT_* return code breakage by Nicholas Bellinger · 13 years ago
  45. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  46. 5a4c866 iscsi-target: Fix non-immediate TMR handling by Nicholas Bellinger · 13 years ago
  47. 7e32da5 iscsi-target: Add missing CMDSN_LOWER_THAN_EXP check in iscsit_handle_scsi_cmd by Nicholas Bellinger · 13 years ago
  48. 827509e drivers/target: Add module.h to drivers/target files as required. by Paul Gortmaker · 13 years ago
  49. c0427f1 target: Cleanup unused target_core_base.h bits by Christoph Hellwig · 13 years ago
  50. d270190 iscsi-target: Remove SCF_SE_LUN_CMD flag abuses by Nicholas Bellinger · 13 years ago
  51. d14921d target: Convert ->transport_wait_for_tasks usage to transport_generic_free_cmd by Nicholas Bellinger · 13 years ago
  52. 39c05f3 target: Remove session_reinstatement parameter from ->transport_wait_for_tasks by Nicholas Bellinger · 13 years ago
  53. 82f1c8a target: push session reinstatement out of transport_generic_free_cmd by Christoph Hellwig · 13 years ago
  54. c2337c7 iscsi-target: remove duplicate return by Dan Carpenter · 13 years ago
  55. aadcec0 iscsi-target: Fix CONFIG_SMP=n and CONFIG_MODULES=n build failure by Nicholas Bellinger · 13 years ago
  56. 76f1928 iscsi-target: Fix uninitialized usage of cmd->pad_bytes by Nicholas Bellinger · 13 years ago
  57. 8f50c7f iscsi-target: strlen() doesn't count the terminator by Dan Carpenter · 13 years ago
  58. e48354c iscsi-target: Add iSCSI fabric support for target v4.1 by Nicholas Bellinger · 13 years ago