1. c130480 target: Fix se_cmd->state_list leak regression during WRITE failure by Nicholas Bellinger · 11 years ago
  2. 28aaa95 iscsi-target: Fix potential NULL pointer in solicited NOPOUT reject by Nicholas Bellinger · 11 years ago
  3. c9a03c1 iscsi-target: Fix iscsit_transport reference leak during NP thread reset by Nicholas Bellinger · 11 years ago
  4. 9d86a2b iscsi-target: Fix ImmediateData=Yes failure regression in >= v3.10 by Nicholas Bellinger · 11 years ago
  5. ee60bdd target: Fix trailing ASCII space usage in INQUIRY vendor+model by Nicholas Bellinger · 11 years ago
  6. 6d2fa9e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  7. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  8. 11fee8a target: remove unused codes from enum tcm_tmrsp_table by Joern Engel · 11 years ago
  9. ad7babd iscsi-target: kstrtou* configfs attribute parameter cleanups by Jörn Engel · 11 years ago
  10. 37b32c6 iscsi-target: Fix tfc_tpg_auth_cit configfs length overflow by Nicholas Bellinger · 11 years ago
  11. 0fbfc46 iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow by Jörn Engel · 11 years ago
  12. 8dc8632 target: Add (obsolete) checking for PMI/LBA fields in READ CAPACITY(10) by Roland Dreier · 11 years ago
  13. 09ceadc target: Return correct sense data for IO past the end of a device by Roland Dreier · 11 years ago
  14. e5c0d6a target: Add tracepoints for SCSI commands being processed by Roland Dreier · 11 years ago
  15. b2cb964 iser-target: Fix session reset bug with RDMA_CM_EVENT_DISCONNECTED by Nicholas Bellinger · 11 years ago
  16. 186a964 iscsi-target: Fix ISCSI_OP_SCSI_TMFUNC handling for iser by Nicholas Bellinger · 11 years ago
  17. 561bf15 iscsi-target: Fix iscsit_sequence_cmd reject handling for iser by Nicholas Bellinger · 11 years ago
  18. ba15991 iscsi-target: Fix iscsit_add_reject* usage for iser by Nicholas Bellinger · 11 years ago
  19. 4f45d32 iscsi-target: missing kfree() on error path by Dan Carpenter · 11 years ago
  20. 3e23d02 iscsi-target: Drop left-over iscsi_conn->bad_hdr by Nicholas Bellinger · 11 years ago
  21. 8a39185 target: Make core_scsi3_update_and_write_aptpl return sense_reason_t by Nicholas Bellinger · 11 years ago
  22. c3e5144 iscsi-target: Add demo-mode TPG authentication context support by Nicholas Bellinger · 11 years ago
  23. e4b512e target: Add se_portal_group->tpg_auth_group by Nicholas Bellinger · 11 years ago
  24. 6665889 iscsi-target: Add IFC_SENDTARGETS_SINGLE support by Nicholas Bellinger · 11 years ago
  25. 9864ca9 iscsi-target: Move sendtargets parsing into iscsit_process_text_cmd by Nicholas Bellinger · 11 years ago
  26. dbf738a iscsi-target: Allow ->MaxXmitDataSegmentLength assignment for iser discovery by Nicholas Bellinger · 11 years ago
  27. 889c8a6 iscsi-target: Refactor ISCSI_OP_TEXT_RSP TX handling by Nicholas Bellinger · 11 years ago
  28. 64534aa iscsi-target: Refactor ISCSI_OP_TEXT RX handling by Nicholas Bellinger · 11 years ago
  29. 778de36 iscsi/isert-target: Refactor ISCSI_OP_NOOP RX handling by Nicholas Bellinger · 11 years ago
  30. 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
  31. 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 11 years ago
  32. ca24976 target: Drop legacy se_cmd->check_release bit by Nicholas Bellinger · 11 years ago
  33. b9da582 iscsi-target: Avoid unnecessary t_state_lock during unsolicited data-out check by Nicholas Bellinger · 11 years ago
  34. b28e545 target: Drop unnecessary t_state_lock access for SCF_SUPPORTED_SAM_OPCODE assignment by Nicholas Bellinger · 11 years ago
  35. 1a398b9 target: Avoid extra t_state_lock access in __target_execute_cmd by Nicholas Bellinger · 11 years ago
  36. c1c35d5 target: Remove legacy t_fe_count + avoid t_state_lock access in transport_put_cmd by Nicholas Bellinger · 11 years ago
  37. 0b66818 target: Drop unnecessary CMD_T_DEV_ACTIVE check from transport_lun_remove_cmd by Nicholas Bellinger · 11 years ago
  38. 862e638 target: Add transport_cmd_check_stop write_pending bit by Nicholas Bellinger · 11 years ago
  39. 574780f target/iscsi: don't corrupt bh_count in iscsit_stop_time2retain_timer() by Jörn Engel · 11 years ago
  40. 670caa9 target: Don't allocate pages for NULLIO devices by Andy Grover · 11 years ago
  41. db5d1c3 target: Make virtual_lun0 a nullio device by Andy Grover · 11 years ago
  42. bc118fe target: Further refactoring of core_scsi3_emulate_pro_register() by Andy Grover · 11 years ago
  43. 51d9c41 target: Use if/else for sa_res_key conditional in emulate_pro_register() by Andy Grover · 11 years ago
  44. 459f213 target: Allocate aptpl_buf inside update_and_write_aptpl() by Andy Grover · 11 years ago
  45. 63e0334 target: Delete incorrect comment by Andy Grover · 11 years ago
  46. 4dee96f target: Remove unneeded param pr_aptpl_buf_len to write_aptpl_to_file() by Andy Grover · 11 years ago
  47. 4e529be target: Remove t10_reservation.pr_aptpl_buf_len by Andy Grover · 11 years ago
  48. 3c8a622 target: Unify __core_scsi3_update_aptpl_buf and core_scsi3_update_aptpl_buf by Andy Grover · 11 years ago
  49. 0607dec target: Simplify metadata handling when clearing aptpl metadata by Andy Grover · 11 years ago
  50. 1f070cc target: Fix two debugprints that appear to be wrong by Andy Grover · 11 years ago
  51. d2843c1 target: Alter core_pr_dump_initiator_port for ease of use by Andy Grover · 11 years ago
  52. 33ce6a8 target: Add register_type and preempt_type enums to clarify code by Andy Grover · 11 years ago
  53. aafc9d1 iscsi-target: Fix iscsit_free_cmd() se_cmd->cmd_kref shutdown handling by Nicholas Bellinger · 11 years ago
  54. d5ddad416 target: Propigate up ->cmd_kref put return via transport_generic_free_cmd by Nicholas Bellinger · 11 years ago
  55. cea4dcf iscsi-target: fix heap buffer overflow on error by Kees Cook · 11 years ago
  56. 21363ca target/file: Fix off-by-one READ_CAPACITY bug for !S_ISBLK export by Nicholas Bellinger · 11 years ago
  57. 9b31a32 target: Re-instate sess_wait_list for target_wait_for_sess_cmds by Nicholas Bellinger · 11 years ago
  58. be646c2d target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds by Joern Engel · 11 years ago
  59. 5c64e3a4 Merge branch 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  60. ccf5ae8 target: close target_put_sess_cmd() vs. core_tmr_abort_task() race by Joern Engel · 11 years ago
  61. d2bdbee target/iblock: Fix WCE=1 + DPOFUA=1 backend WRITE regression by Nicholas Bellinger · 11 years ago
  62. af40bb0 iscsi-target: Fix typos in RDMAEXTENSIONS macro usage by Nicholas Bellinger · 11 years ago
  63. 52c0742 target/rd: Add ramdisk bit for NULLIO operation by Nicholas Bellinger · 11 years ago
  64. 3eccfdb iscsi-target: Fix processing of OOO commands by Shlomo Pongratz · 11 years ago
  65. 80690fd iscsi-target: Make buf param of iscsit_do_crypto_hash_buf() const void * by Geert Uytterhoeven · 11 years ago
  66. bfbdb31 iscsi-target: Fix NULL pointer dereference in iscsit_send_reject by Nicholas Bellinger · 11 years ago
  67. 64146db target: Have dev/enable show if TCM device is configured by Andy Grover · 11 years ago
  68. e3e84cd target: Use FD_MAX_SECTORS/FD_BLOCKSIZE for blockdevs using fileio by Andy Grover · 11 years ago
  69. 2acd09f target: Remove unused struct members in se_dev_entry by Andy Grover · 11 years ago
  70. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  71. d3682b1 tcm_fc: Check for aborted sequence by Mark Rustad · 11 years ago
  72. 72438cd iscsi-target: Add iser network portal attribute by Nicholas Bellinger · 11 years ago
  73. 2ec5a8c iscsi-target: Refactor TX queue logic + export response PDU creation by Nicholas Bellinger · 11 years ago
  74. 3e1c81a iscsi-target: Refactor RX PDU logic + export request PDU handling by Nicholas Bellinger · 11 years ago
  75. cdb7266 iscsi-target: Add per transport iscsi_cmd alloc/free by Nicholas Bellinger · 11 years ago
  76. 03aa207 iscsi-target: Add iser-target parameter keys + setup during login by Nicholas Bellinger · 11 years ago
  77. baa4d64 iscsi-target: Initial traditional TCP conversion to iscsit_transport by Nicholas Bellinger · 11 years ago
  78. 3f99306 iscsi-target: Add iscsit_transport API template by Nicholas Bellinger · 11 years ago
  79. 20361e6 target: Add export of target_get_sess_cmd symbol by Nicholas Bellinger · 11 years ago
  80. ad67328 target: Change default sense key of NOT_READY by Jörn Engel · 11 years ago
  81. 0463a3f target/file: Set is_nonrot attribute by Asias He · 11 years ago
  82. 86d7182 target: Add sbc_execute_unmap() helper by Asias He · 11 years ago
  83. dbc21c5 target/iblock: Add iblock_do_unmap() helper by Asias He · 11 years ago
  84. 43f55bb target/file: Add fd_do_unmap() helper by Asias He · 11 years ago
  85. 5064276 target/file: Add UNMAP emulation support by Asias He · 11 years ago
  86. 70d3ae5c target/file: Add WRITE_SAME w/ UNMAP=1 emulation support by Asias He · 11 years ago
  87. a6ad57e tcm_fc: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  88. 5d35806 target/iscsi: Use ISCSI_LOGIN_CURRENT/NEXT_STAGE macros by Andy Grover · 11 years ago
  89. 98e2eeb target/iscsi: Remove chap_set_random() by Andy Grover · 11 years ago
  90. 30f359a target: Fix incorrect fallthrough of ALUA Standby/Offline/Transition CDBs by Nicholas Bellinger · 11 years ago
  91. 8946b07 tcm: switch to ->show_info() by Al Viro · 11 years ago
  92. f85eda8 target: Fix RESERVATION_CONFLICT status regression for iscsi-target special case by Nicholas Bellinger · 11 years ago
  93. 8f27d48 target/pscsi: Reject cross page boundary case in pscsi_map_sg by Asias He · 11 years ago
  94. f002a24 target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/Os by Nicholas Bellinger · 11 years ago
  95. 0fb889b target: fix possible memory leak in core_tpg_register() by Wei Yongjun · 11 years ago
  96. 7ac9ad1 target/iscsi: Fix mutual CHAP auth on big-endian arches by Andy Grover · 11 years ago
  97. 882e3f8 target_core_sbc: use noop for SYNCHRONIZE_CACHE by Hannes Reinecke · 11 years ago
  98. 9862489 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  99. 2dbe10a target/pscsi: Rename sg_num to nr_vecs in pscsi_get_bio() by Asias He · 11 years ago
  100. 472b72f target/pscsi: Fix page increment by Asias He · 11 years ago