1. 732e3c7 iscsi-target: Add login_keys_workaround attribute for non RFC initiators by Nicholas Bellinger · 7 years ago
  2. 3900f24 iscsi-target: Reject immediate data underflow larger than SCSI transfer length by Nicholas Bellinger · 7 years ago
  3. 463440e iscsi-target: Fix delayed logout processing greater than SECONDS_FOR_LOGOUT_COMP by Nicholas Bellinger · 7 years ago
  4. 49d33fd iscsi-target: Always wait for kthread_should_stop() before kthread exit by Jiang Yi · 7 years ago
  5. bb1f06f iscsi-target: Set session_fall_back_to_erl0 when forcing reinstatement by Nicholas Bellinger · 7 years ago
  6. 281e36c iscsi-target: Drop work-around for legacy GlobalSAN initiator by Nicholas Bellinger · 7 years ago
  7. 0ae3c95 iscsi-target: Fix TMR reference leak during session shutdown by Nicholas Bellinger · 7 years ago
  8. 0e79a6b target/iscsi: Fix double free in lio_target_tiqn_addtpg() by Dan Carpenter · 8 years ago
  9. 8032a30 iscsi-target: Return error if unable to add network portal by Varun Prakash · 8 years ago
  10. 1a40f0a iscsi-target: fix iscsi cmd leak by Varun Prakash · 8 years ago
  11. 3fc6a64 iscsi-target: fix spelling mistake "Unsolicitied" -> "Unsolicited" by Colin Ian King · 8 years ago
  12. 0fbc81b chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD's by Hariprasad Shenai · 8 years ago
  13. 6e3b6fc libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack() by Varun Prakash · 8 years ago
  14. 052f473 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl() by Varun Prakash · 8 years ago
  15. a7e1a97 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req() by Varun Prakash · 8 years ago
  16. 29fb6f4 libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req() by Varun Prakash · 8 years ago
  17. a1a2345 libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release() by Varun Prakash · 8 years ago
  18. cc51670 libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale() by Varun Prakash · 8 years ago
  19. 44c6d06 libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu() by Varun Prakash · 8 years ago
  20. b65eef0 libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv() by Varun Prakash · 8 years ago
  21. 9555476 libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6() by Varun Prakash · 8 years ago
  22. 804c2f3 libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route() by Varun Prakash · 8 years ago
  23. 85e42b0 libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple() by Varun Prakash · 8 years ago
  24. fdf1f7f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  25. 9d5c44b libcxgb: export ppm release and tagmask set api by Varun Prakash · 8 years ago
  26. b8b9d81 libcxgb: add library module for Chelsio drivers by Varun Prakash · 8 years ago
  27. 8abc718 iscsi-target: Fix panic when adding second TCP connection to iSCSI session by Feng Li · 8 years ago
  28. 064cdd2 target: Fix race between iscsi-target connection shutdown + ABORT_TASK by Nicholas Bellinger · 8 years ago
  29. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  30. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  31. 8f0dfb3 iscsi-target: Fix early sk_data_ready LOGIN_FLAGS_READY race by Nicholas Bellinger · 8 years ago
  32. ff7199b cxgbit: Use type ISCSI_CXGBIT + cxgbit tpg_np attribute by Nicholas Bellinger · 8 years ago
  33. bd027d8 iscsi-target: Convert transport drivers to signal rdma_shutdown by Nicholas Bellinger · 8 years ago
  34. d4b3fa4 iscsi-target: Make iscsi_tpg_np driver show/store use generic code by Nicholas Bellinger · 8 years ago
  35. 2b16509 iscsi-target: graceful disconnect on invalid mapping to iovec by Imran Haider · 8 years ago
  36. 44f33d0 iscsi-target: remove usage of ->shutdown_session by Christoph Hellwig · 8 years ago
  37. 9730ffc cxgbit: add files for cxgbit.ko by Varun Prakash · 8 years ago
  38. d2faaef iscsi-target: export symbols by Varun Prakash · 8 years ago
  39. b4869ee iscsi-target: call complete on conn_logout_comp by Varun Prakash · 8 years ago
  40. 1c50ff4 iscsi-target: clear tx_thread_active by Varun Prakash · 8 years ago
  41. 1c46960 iscsi-target: add new offload transport type by Varun Prakash · 8 years ago
  42. 864e504 iscsi-target: use conn_transport->transport_type in text rsp by Varun Prakash · 8 years ago
  43. c0b7373 iscsi-target: move iscsit_thread_check_cpumask() by Varun Prakash · 8 years ago
  44. 8567270 iscsi-target: add void (*iscsit_get_r2t_ttt)() by Varun Prakash · 8 years ago
  45. 42bc3e5 iscsi-target: add int (*iscsit_validate_params)() by Varun Prakash · 8 years ago
  46. e8205cc iscsi-target: split iscsi_target_rx_thread() by Varun Prakash · 8 years ago
  47. 187e84f iscsi-target: add void (*iscsit_get_rx_pdu)() by Varun Prakash · 8 years ago
  48. 7ec811a iscsi-target: add void (*iscsit_release_cmd)() by Varun Prakash · 8 years ago
  49. 2854bb2 iscsi-target: add int (*iscsit_xmit_pdu)() by Varun Prakash · 8 years ago
  50. c01e015 treewide: Fix typos in printk by Masanari Iida · 8 years ago
  51. 6c61403d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 8 years ago
  52. 839559e target: add a new add_wwn_groups fabrics method by Christoph Hellwig · 8 years ago
  53. ce7043f target: remove ->fabric_cleanup_nodeacl by Christoph Hellwig · 8 years ago
  54. 2da6290 [net] drop 'size' argument of sock_recvmsg() by Al Viro · 9 years ago
  55. 364e8dd Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 8 years ago
  56. 1ae1602 configfs: switch ->default groups to a linked list by Christoph Hellwig · 8 years ago
  57. 69110e3 iscsi-target: Use shash and ahash by Herbert Xu · 8 years ago
  58. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  59. 21aaa23 target: Obtain se_node_acl->acl_kref during get_initiator_node_acl by Nicholas Bellinger · 8 years ago
  60. d36ad77 target: Convert ACL change queue_depth se_session reference usage by Nicholas Bellinger · 8 years ago
  61. 26a99c1 iscsi-target: Fix potential dead-lock during node acl delete by Nicholas Bellinger · 8 years ago
  62. 5a34252 iscsi-target: Fix indentation + spelling + unreachable code by Bart Van Assche · 9 years ago
  63. ca82c2b iscsi-target: Fix rx_login_comp hang after login failure by Nicholas Bellinger · 9 years ago
  64. 82a819e iscsi-target: return -ENOMEM instead of -1 in case of failed kmalloc() by Luis de Bethencourt · 9 years ago
  65. 9aa3d65 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  66. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  67. 673681ca iscsi-target: Avoid OFMarker + IFMarker negotiation by Nicholas Bellinger · 9 years ago
  68. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  69. 7dd03ac target: Fix max_cmd_sn increment w/o cmdsn mutex regressions by Roland Dreier · 9 years ago
  70. 13a3cf0 target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage by Andy Grover · 9 years ago
  71. dc58f76 target/iscsi: Replace conn->login_ip with login_sockaddr by Andy Grover · 9 years ago
  72. 69d7557 target/iscsi: Keep local_ip as the actual sockaddr by Andy Grover · 9 years ago
  73. 76c28f1 target/iscsi: Fix np_ip bracket issue by removing np_ip by Andy Grover · 9 years ago
  74. 109e238 target: Drop iSCSI use of mutex around max_cmd_sn increment by Roland Dreier · 9 years ago
  75. a6415cd iscsi-target: Add tpg_enabled_sendtargets for disabled discovery by David Disseldorp · 9 years ago
  76. aa75679 target/iscsi: Use proper SGL accessors for digest computation by Alexei Potashnik · 9 years ago
  77. 9547308 target/iscsi: Fix double free of a TUR followed by a solicited NOPOUT by Alexei Potashnik · 9 years ago
  78. 007d038 iscsi-target: Fix iser explicit logout TX kthread leak by Nicholas Bellinger · 9 years ago
  79. e541986 iscsi-target: Fix iscsit_start_kthreads failure OOPs by Nicholas Bellinger · 9 years ago
  80. 417c20a iscsi-target: Fix use-after-free during TPG session shutdown by Nicholas Bellinger · 9 years ago
  81. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  82. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  83. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  84. f2d3068 target: use 64-bit LUNs by Hannes Reinecke · 9 years ago
  85. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  86. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  87. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  88. 6bb8261 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist by Nicholas Bellinger · 9 years ago
  89. d2c27f0 iscsi-target: fix variable name typo in iscsi_check_acceptor_state() by Christophe Vu-Brugier · 9 years ago
  90. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  91. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 9 years ago
  92. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 9 years ago
  93. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 9 years ago
  94. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 9 years ago
  95. 2b6eb60 target/iscsi: stop using se_tpg_fabric_ptr by Christoph Hellwig · 9 years ago
  96. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 9 years ago
  97. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 9 years ago
  98. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  99. c04a609 iscsi-target: remove support for obsolete markers by Christophe Vu-Brugier · 9 years ago
  100. 5538d29 treewide: Add missing vmalloc.h inclusion. by David S. Miller · 9 years ago