1. 5c2717f IB/iser: Fix connection teardown race condition by Vladimir Neyelov · 7 years ago
  2. 24be606 IB/iser: Fix sg_tablesize calculation by Max Gurtovoy · 7 years ago
  3. 8e61212 IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEY by Christoph Hellwig · 8 years ago
  4. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  5. 9aa8b32 IB/core: Enhance ib_map_mr_sg() by Bart Van Assche · 8 years ago
  6. ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 8 years ago
  7. 9c674815 IB/iser: Fix max_sectors calculation by Christoph Hellwig · 8 years ago
  8. d2ad9cc Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6 by Doug Ledford · 8 years ago
  9. 318d311 iser: Accept arbitrary sg lists mapping if the device supports it by Sagi Grimberg · 8 years ago
  10. 4c8ba94 IB/iser: Use ib_drain_sq() by Steve Wise · 8 years ago
  11. 59caaed IB/iser: Support the remote invalidation exception by Jenny Derzhavetz · 8 years ago
  12. e26d2d2 IB/iser: Change the increment rkey flow logic by Sagi Grimberg · 9 years ago
  13. d3cf81f IB/iser,isert: Create and use new shared header by Sagi Grimberg · 9 years ago
  14. 1caa70d8 IB/iser: set intuitive values for mr_valid by Jenny Derzhavetz · 9 years ago
  15. b5f04b0 IB/iser: Don't register memory for all immediate data writes by Jenny Derzhavetz · 9 years ago
  16. bfe066e IB/iser: Reuse ib_sg_to_pages by Sagi Grimberg · 9 years ago
  17. 08ff089 IB/iser: Fix module init not cleaning up on error flow by Roi Dayan · 9 years ago
  18. 2392a4c IB/iser: constify iser_reg_ops structure by Julia Lawall · 9 years ago
  19. 882f3b3 Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5 by Doug Ledford · 8 years ago
  20. 4a061b2 IB/ulps: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  21. c6333f9 Merge branch 'rdma-cq.2' of git://git.infradead.org/users/hch/rdma into 4.5/rdma-cq by Doug Ledford · 9 years ago
  22. cfeb91b IB/iser: Convert to CQ abstraction by Christoph Hellwig · 9 years ago
  23. 7edc5a9 IB/iser: Use helper for container_of by Sagi Grimberg · 9 years ago
  24. 0f512b3 IB/iser: Use a dedicated descriptor for login by Sagi Grimberg · 9 years ago
  25. 2c63d10 IB/iser: use sector_div instead of do_div by Arnd Bergmann · 9 years ago
  26. 3940588 IB/iser: Port to new fast registration API by Sagi Grimberg · 9 years ago
  27. 63e8790d Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  28. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  29. 630c318 IB/iser: Enable SG clustering by Sagi Grimberg · 9 years ago
  30. dd0107a IB/iser: set block queue_virt_boundary by Sagi Grimberg · 9 years ago
  31. 78fc3fc IB/iser: Remove an unused variable by Bart Van Assche · 9 years ago
  32. 68a5e60 IB/iser: fix a comment typo by Geliang Tang · 9 years ago
  33. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  34. 3cffd93 IB/iser: Add module parameter for always register memory by Sagi Grimberg · 9 years ago
  35. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  36. 256b7ad IB/iser: Use pd->local_dma_lkey by Jason Gunthorpe · 9 years ago
  37. 7332bed IB/iser: Chain all iser transaction send work requests by Sagi Grimberg · 9 years ago
  38. 1b16c98 IB/iser: Add debug prints to the various memory registration methods by Sagi Grimberg · 9 years ago
  39. df749cdc IB/iser: Support up to 8MB data transfer in a single command by Sagi Grimberg · 9 years ago
  40. f8db651 IB/iser: Pass registration pool a size parameter by Sagi Grimberg · 9 years ago
  41. 32467c4 IB/iser: Unify fast memory registration flows by Sagi Grimberg · 9 years ago
  42. 8172290 IB/iser: Make reg_desc_get a per device routine by Sagi Grimberg · 9 years ago
  43. 7d0483c IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmr by Sagi Grimberg · 9 years ago
  44. 2b3bf95 IB/iser: Maintain connection fmr_pool under a single registration descriptor by Adir Lev · 9 years ago
  45. 385ad87 IB/iser: Introduce iser registration pool struct by Sagi Grimberg · 9 years ago
  46. eb6ea8c3 IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc by Sagi Grimberg · 9 years ago
  47. 48afbff IB/iser: Introduce iser_reg_ops by Sagi Grimberg · 9 years ago
  48. 8c18ed0 IB/iser: Remove dead code in fmr_pool alloc/free by Sagi Grimberg · 9 years ago
  49. 5190cc2 IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc by Sagi Grimberg · 9 years ago
  50. d711d81 IB/iser: Introduce struct iser_reg_resources by Sagi Grimberg · 9 years ago
  51. ea18f5d IB/iser: Remove an unneeded print for unaligned memory by Sagi Grimberg · 9 years ago
  52. b9abd8d IB/iser: Remove a redundant always-false condition by Sagi Grimberg · 9 years ago
  53. 8d5944d IB/iser: Fix possible bogus DMA unmapping by Sagi Grimberg · 9 years ago
  54. 02816a8 IB/iser: Get rid of un-maintained counters by Sagi Grimberg · 9 years ago
  55. d167390 IB/iser: Fix missing return status check in iser_send_data_out by Sagi Grimberg · 9 years ago
  56. 1156cc8 IB/iser: Remove '.' from log message by Sagi Grimberg · 9 years ago
  57. 74ce897 IB/iser: Change minor assignments and logging prints by Sagi Grimberg · 9 years ago
  58. db0a6cb IB/iser: Change some module parameters to be RO by Jenny Falkovich · 9 years ago
  59. 34780f0 IB/iser: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  60. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  61. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  62. 7854550a RDMA/iser: Limit sgs to the device fastreg depth by Steve Wise · 9 years ago
  63. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  64. 871e00a IB/iser: Align to generic logging helpers by Sagi Grimberg · 9 years ago
  65. ba943fb IB/iser: Rewrite bounce buffer code path by Sagi Grimberg · 9 years ago
  66. 4fcd1470 IB/iser: Bump version to 1.6 by Sagi Grimberg · 9 years ago
  67. ad1e567 IB/iser: Remove code duplication for a single DMA entry by Sagi Grimberg · 9 years ago
  68. 6ef8bb8 IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mr by Sagi Grimberg · 9 years ago
  69. 90a6684 IB/iser: Modify struct iser_mem_reg members by Sagi Grimberg · 9 years ago
  70. 8b95aa2 IB/iser: Make fastreg pool cache friendly by Sagi Grimberg · 9 years ago
  71. 4dec2a2 IB/iser: Move PI context alloc/free to routines by Sagi Grimberg · 9 years ago
  72. bd8b944 IB/iser: Move fastreg descriptor pool get/put to helper functions by Sagi Grimberg · 9 years ago
  73. f0e35c2 IB/iser: Merge build page-vec into register page-vec by Sagi Grimberg · 9 years ago
  74. b130ede IB/iser: Get rid of struct iser_rdma_regd by Sagi Grimberg · 9 years ago
  75. 6847fde IB/iser: Remove redundant assignments in iser_reg_page_vec by Sagi Grimberg · 9 years ago
  76. d03e61d IB/iser: Move memory reg/dereg routines to iser_memory.c by Sagi Grimberg · 9 years ago
  77. 5640832 IB/iser: Don't pass ib_device to fall_to_bounce_buff routine by Sagi Grimberg · 9 years ago
  78. e3784bd IB/iser: Remove a redundant struct iser_data_buf by Sagi Grimberg · 9 years ago
  79. ecc3993 IB/iser: Remove redundant cmd_data_len calculation by Sagi Grimberg · 9 years ago
  80. a065fe6 IB/iser: Fix wrong calculation of protection buffer length by Sagi Grimberg · 9 years ago
  81. 30bf1d5 IB/iser: Handle fastreg/local_inv completion errors by Sagi Grimberg · 9 years ago
  82. c4de466 IB/iser: Fix unload during ep_poll wrong dereference by Sagi Grimberg · 9 years ago
  83. 9a3119e IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called by Ariel Nahum · 9 years ago
  84. 6606e6a IB/iser: Fix memory regions possible leak by Sagi Grimberg · 9 years ago
  85. c6c95ef IB/iser: Use correct dma direction when unmapping SGs by Roi Dayan · 9 years ago
  86. 056da88 IB/iser: Bump version to 1.5 by Or Gerlitz · 10 years ago
  87. 5bb6e54 IB/iser: DIX update by Sagi Grimberg · 10 years ago
  88. 06c7fb6 IB/iser: Micro-optimize iser_handle_wc by Sagi Grimberg · 10 years ago
  89. 60e2090 IB/iser: Micro-optimize iser logging by Sagi Grimberg · 10 years ago
  90. da64bdb IB/iser: Use more completion queues by Sagi Grimberg · 10 years ago
  91. 7e1fd4d IB/iser: Remove redundant is_mr indicator by Sagi Grimberg · 10 years ago
  92. a11b3e6 IB/iser: Centralize memory region invalidation to a function by Sagi Grimberg · 10 years ago
  93. f0caef6 IB/iser: Terminate connection before cleaning inflight tasks by Sagi Grimberg · 10 years ago
  94. 7414dde IB/iser: Fix race between iser connection teardown and scsi TMFs by Sagi Grimberg · 10 years ago
  95. 3f562a0 IB/iser: Fix possible NULL derefernce ib_conn->device in session_create by Ariel Nahum · 10 years ago
  96. 49df278 IB/iser: Fix sparse warnings by Sagi Grimberg · 10 years ago
  97. 6ec9d4d IB/iser: Fix possible SQ overflow by Max Gurtovoy · 10 years ago
  98. 93acb7b IB/iser: Decrement CQ's active QPs accounting when QP creation fails by Sagi Grimberg · 10 years ago
  99. 5426b17 IB/iser: Collapse cleanup and disconnect handlers by Ariel Nahum · 10 years ago
  100. 16df2a2 IB/iser: Fix catastrophic error flow hang by Sagi Grimberg · 10 years ago