1. 9a3119e IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called by Ariel Nahum · 10 years ago
  2. 6606e6a IB/iser: Fix memory regions possible leak by Sagi Grimberg · 10 years ago
  3. c6c95ef IB/iser: Use correct dma direction when unmapping SGs by Roi Dayan · 10 years ago
  4. 056da88 IB/iser: Bump version to 1.5 by Or Gerlitz · 10 years ago
  5. 5bb6e54 IB/iser: DIX update by Sagi Grimberg · 10 years ago
  6. 06c7fb6 IB/iser: Micro-optimize iser_handle_wc by Sagi Grimberg · 10 years ago
  7. 60e2090 IB/iser: Micro-optimize iser logging by Sagi Grimberg · 10 years ago
  8. da64bdb IB/iser: Use more completion queues by Sagi Grimberg · 10 years ago
  9. 7e1fd4d IB/iser: Remove redundant is_mr indicator by Sagi Grimberg · 10 years ago
  10. a11b3e6 IB/iser: Centralize memory region invalidation to a function by Sagi Grimberg · 10 years ago
  11. f0caef6 IB/iser: Terminate connection before cleaning inflight tasks by Sagi Grimberg · 10 years ago
  12. 7414dde IB/iser: Fix race between iser connection teardown and scsi TMFs by Sagi Grimberg · 10 years ago
  13. 3f562a0 IB/iser: Fix possible NULL derefernce ib_conn->device in session_create by Ariel Nahum · 10 years ago
  14. 49df278 IB/iser: Fix sparse warnings by Sagi Grimberg · 10 years ago
  15. 6ec9d4d IB/iser: Fix possible SQ overflow by Max Gurtovoy · 10 years ago
  16. 93acb7b IB/iser: Decrement CQ's active QPs accounting when QP creation fails by Sagi Grimberg · 10 years ago
  17. 5426b17 IB/iser: Collapse cleanup and disconnect handlers by Ariel Nahum · 10 years ago
  18. 16df2a2 IB/iser: Fix catastrophic error flow hang by Sagi Grimberg · 10 years ago
  19. f4641ef IB/iser: Re-adjust CQ and QP send ring sizes to HW limits by Minh Tran · 10 years ago
  20. db5ed4d scsi: drop reason argument from ->change_queue_depth by Christoph Hellwig · 10 years ago
  21. c40ecc1 scsi: avoid ->change_queue_depth indirection for queue full tracking by Christoph Hellwig · 10 years ago
  22. 78eda2b IB/mlx5, iser, isert: Add Signature API additions by Sagi Grimberg · 10 years ago
  23. 92792c0 IB/iser: Centralize ib_sig_domain settings by Sagi Grimberg · 10 years ago
  24. f043032 IB/iser: Set IP_CSUM as default guard type by Sagi Grimberg · 10 years ago
  25. 6f5f8a0 IB/iser: Remove redundant assignment by Sagi Grimberg · 10 years ago
  26. b261aea IB/iser: Bump version, add maintainer by Or Gerlitz · 10 years ago
  27. dc05ac3 IB/iser: Fix/add kernel-doc style description in iscsi_iser.c by Sagi Grimberg · 10 years ago
  28. cd88621 IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h by Sagi Grimberg · 10 years ago
  29. e9d49b8 IB/iser: Nit - add space after __func__ in iser logging by Sagi Grimberg · 10 years ago
  30. bba0a3c IB/iser: Change iscsi_conn_stop log level to info by Ariel Nahum · 10 years ago
  31. 6df5a12 IB/iser: Suppress scsi command send completions by Sagi Grimberg · 10 years ago
  32. 6e6fe2f IB/iser: Optimize completion polling by Sagi Grimberg · 10 years ago
  33. ff3dd52 IB/iser: Use beacon to indicate all completions were consumed by Sagi Grimberg · 10 years ago
  34. 6aabfa7 IB/iser: Use single CQ for RX and TX by Sagi Grimberg · 10 years ago
  35. 183cfa4 IB/iser: Use internal polling budget to avoid possible live-lock by Sagi Grimberg · 10 years ago
  36. bf17554 IB/iser: Centralize iser completion contexts by Sagi Grimberg · 10 years ago
  37. aea8f4d IB/iser: Use iser_warn instead of BUG_ON in iser_conn_release by Ariel Nahum · 10 years ago
  38. 8c204e6 IB/iser: Signal iSCSI layer that transport is broken in error completions by Sagi Grimberg · 10 years ago
  39. 3a940da IB/iser: Protect tasks cleanup in case IB device was already released by Sagi Grimberg · 10 years ago
  40. ec370e2 IB/iser: Unbind at conn_stop stage by Ariel Nahum · 10 years ago
  41. c107a6c IB/iser: Don't bound release_work completions timeouts by Sagi Grimberg · 10 years ago
  42. c47a3c9 IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon by Sagi Grimberg · 10 years ago
  43. 96f1519 IB/iser: Extend iser_free_ib_conn_res() by Sagi Grimberg · 10 years ago
  44. 6bb0279 IB/iser: Remove unused variables and dead code by Roi Dayan · 10 years ago
  45. a4ee353 IB/iser: Re-introduce ib_conn by Sagi Grimberg · 10 years ago
  46. 5716af6 IB/iser: Rename ib_conn -> iser_conn by Sagi Grimberg · 10 years ago
  47. 61aabb3 IB/iser: Bump version to 1.4.1 by Or Gerlitz · 10 years ago
  48. 91eb1df IB/iser: Allow bind only when connection state is UP by Sagi Grimberg · 10 years ago
  49. c33b15f IB/iser: Fix RX/TX CQ resource leak on error flow by Roi Dayan · 10 years ago
  50. 8d4aca7 IB/iser: Clarify a duplicate counters check by Roi Dayan · 10 years ago
  51. 9a6d323 IB/iser: Replace connection waitqueue with completion object by Ariel Nahum · 10 years ago
  52. 504130c IB/iser: Protect iser state machine with a mutex by Ariel Nahum · 10 years ago
  53. f1a8bf0 IB/iser: Remove redundant return code in iser_free_ib_conn_res() by Sagi Grimberg · 10 years ago
  54. 0a69075 IB/iser: Seperate iser_conn and iscsi_endpoint storage space by Ariel Nahum · 10 years ago
  55. 2ea3293 IB/iser: Fix responder resources advertisement by Sagi Grimberg · 10 years ago
  56. 9579d60 IB/iser: Add TIMEWAIT_EXIT event handling by Roi Dayan · 10 years ago
  57. 96ed02d IB/iser: Support IPv6 address family by Roi Dayan · 10 years ago
  58. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  59. d77e653 libiscsi, iser: Adjust data_length to include protection information by Sagi Grimberg · 11 years ago
  60. c7ca4b6 IB/iser: Bump version to 1.4 by Or Gerlitz · 11 years ago
  61. e7eeffa IB/iser: Add missing newlines to logging messages by Roi Dayan · 11 years ago
  62. 66d4e62 IB/iser: Fix a possible race in iser connection states transition by Ariel Nahum · 11 years ago
  63. b73c3ad IB/iser: Simplify connection management by Ariel Nahum · 11 years ago
  64. 5de2ad9 IB/iser: Bump driver version to 1.3 by Or Gerlitz · 11 years ago
  65. 3ee07d2 IB/iser: Update Mellanox copyright note by Or Gerlitz · 11 years ago
  66. 4f9208a IB/iser: Print QP information once connection is established by Or Gerlitz · 11 years ago
  67. 4667f5d IB/iser: Remove struct iscsi_iser_conn by Ariel Nahum · 11 years ago
  68. 1d6c2b7 IB/iser: Drain the tx cq once before looping on the rx cq by Roi Dayan · 11 years ago
  69. 39c978c IB/iser: Fix sector_t format warning by Randy Dunlap · 11 years ago
  70. 6192d4e IB/iser: Publish T10-PI support to SCSI midlayer by Sagi Grimberg · 11 years ago
  71. 0a7a08a IB/iser: Implement check_protection by Sagi Grimberg · 11 years ago
  72. 177e31bd IB/iser: Support T10-PI operations by Sagi Grimberg · 11 years ago
  73. 6b5a8fb IB/iser: Initialize T10-PI resources by Alex Tabachnik · 11 years ago
  74. 7f73384 IB/iser: Introduce pi_enable, pi_guard module parameters by Alex Tabachnik · 11 years ago
  75. 5f588e3 IB/iser: Generalize fall_to_bounce_buf routine by Sagi Grimberg · 11 years ago
  76. 9a8b08f IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg by Sagi Grimberg · 11 years ago
  77. 73bc06b IB/iser: Replace fastreg descriptor valid bool with indicators container by Sagi Grimberg · 11 years ago
  78. 65198d6 IB/iser: Keep IB device attributes under iser_device by Sagi Grimberg · 11 years ago
  79. 310b347 IB/iser: Move fast_reg_descriptor initialization to a function by Sagi Grimberg · 11 years ago
  80. d11ec4e IB/iser: Push the decision what memory key to use into fast_reg_mr routine by Sagi Grimberg · 11 years ago
  81. 7306b8f IB/iser: Avoid FRWR notation, use fastreg instead by Sagi Grimberg · 11 years ago
  82. db523b8 IB/iser: Suppress completions for fast registration work requests by Sagi Grimberg · 11 years ago
  83. fd8b48b IB/iser: Fix use after free in iser_snd_completion() by Dan Carpenter · 11 years ago
  84. 7d9eacf IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection by Roi Dayan · 11 years ago
  85. 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  86. 2e02d653 IB/iser: Fix redundant pointer check in dealloc flow by Sagi Grimberg · 11 years ago
  87. 27ae2d1 IB/iser: Fix possible memory leak in iser_create_frwr_pool() by Roi Dayan · 11 years ago
  88. 6a06a4b [SCSI] IB/iser: Add Discovery support by Or Gerlitz · 11 years ago
  89. 5587856 IB/iser: Introduce fast memory registration model (FRWR) by Sagi Grimberg · 11 years ago
  90. e657571 IB/iser: Place the fmr pool into a union in iser's IB conn struct by Sagi Grimberg · 11 years ago
  91. 919fc27 IB/iser: Handle unaligned SG in separate function by Sagi Grimberg · 11 years ago
  92. b4e155f IB/iser: Generalize rdma memory registration by Sagi Grimberg · 11 years ago
  93. b7f0451 IB/iser: Accept session->cmds_max from user space by Shlomo Pongratz · 11 years ago
  94. 986db0d IB/iser: Restructure allocation/deallocation of connection resources by Shlomo Pongratz · 11 years ago
  95. f91424c IB/iser: Use proper debug level value for info prints by Or Gerlitz · 11 years ago
  96. 28f292e IB/iser: Add Mellanox copyright by Or Gerlitz · 12 years ago
  97. 5b61ff4 IB/iser: Fix device removal flow by Roi Dayan · 12 years ago
  98. 8d8399d IB/iser: Add support for iser CM REQ additional info by Or Gerlitz · 12 years ago
  99. 450d1e4 IB/iser: Return error to upper layers on EAGAIN registration failures by Or Gerlitz · 12 years ago
  100. 4f36388 IB/iser: Move informational messages from error to info level by Roi Dayan · 12 years ago