1. fd8b48b IB/iser: Fix use after free in iser_snd_completion() by Dan Carpenter · 11 years ago
  2. 7d9eacf IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection by Roi Dayan · 11 years ago
  3. 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  4. 2e02d653 IB/iser: Fix redundant pointer check in dealloc flow by Sagi Grimberg · 11 years ago
  5. 27ae2d1 IB/iser: Fix possible memory leak in iser_create_frwr_pool() by Roi Dayan · 11 years ago
  6. 6a06a4b [SCSI] IB/iser: Add Discovery support by Or Gerlitz · 11 years ago
  7. 5587856 IB/iser: Introduce fast memory registration model (FRWR) by Sagi Grimberg · 11 years ago
  8. e657571 IB/iser: Place the fmr pool into a union in iser's IB conn struct by Sagi Grimberg · 11 years ago
  9. 919fc27 IB/iser: Handle unaligned SG in separate function by Sagi Grimberg · 11 years ago
  10. b4e155f IB/iser: Generalize rdma memory registration by Sagi Grimberg · 11 years ago
  11. b7f0451 IB/iser: Accept session->cmds_max from user space by Shlomo Pongratz · 11 years ago
  12. 986db0d IB/iser: Restructure allocation/deallocation of connection resources by Shlomo Pongratz · 11 years ago
  13. f91424c IB/iser: Use proper debug level value for info prints by Or Gerlitz · 11 years ago
  14. 28f292e IB/iser: Add Mellanox copyright by Or Gerlitz · 12 years ago
  15. 5b61ff4 IB/iser: Fix device removal flow by Roi Dayan · 12 years ago
  16. 8d8399d IB/iser: Add support for iser CM REQ additional info by Or Gerlitz · 12 years ago
  17. 450d1e4 IB/iser: Return error to upper layers on EAGAIN registration failures by Or Gerlitz · 12 years ago
  18. 4f36388 IB/iser: Move informational messages from error to info level by Roi Dayan · 12 years ago
  19. c1d786e IB/iser: Add module version by Roi Dayan · 12 years ago
  20. 5525d21 IB/iser: Enable iser when FMRs are not supported by Or Gerlitz · 12 years ago
  21. 819a087 IB/iser: Avoid error prints on EAGAIN registration failures by Or Gerlitz · 12 years ago
  22. b96e4ab IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML by Or Gerlitz · 12 years ago
  23. 5a33a66 IB/iser: Add more RX CQs to scale out processing of SCSI responses by Alex Tabachnik · 12 years ago
  24. 7d9c0de IB/iser: Fix error flow in iser ep connection establishment by Or Gerlitz · 13 years ago
  25. 0c2fe82 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  26. 2a156d0 infiniband: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  27. 89e984e2 IB/iser: Post initial receive buffers before sending the final login request by Or Gerlitz · 13 years ago
  28. d474186 IB/iser: Free IB connection resources in the proper place by Doug Ledford · 13 years ago
  29. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  30. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  31. 5243954 IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers by Or Gerlitz · 13 years ago
  32. 2c4ce60 IB/iser: Use separate buffers for the login request/response by Or Gerlitz · 13 years ago
  33. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 14 years ago
  34. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  35. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  36. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  37. 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
  38. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  39. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 14 years ago
  40. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  41. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 15 years ago
  42. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  43. 7c53c6f [SCSI] iser: export addr and port by Mike Christie · 14 years ago
  44. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  45. 48d8fce IB/iser: Make needlessly global iser_alloc_rx_descriptors() static by Or Gerlitz · 14 years ago
  46. 9fda1ac IB/iser: Fix error flow in iser_create_ib_conn_res() by Dan Carpenter · 15 years ago
  47. 39ff05d IB/iser: Enhance disconnection logic for multi-pathing by Or Gerlitz · 15 years ago
  48. d265b98 IB/iser: Remove buggy back-pointer setting by Or Gerlitz · 15 years ago
  49. 2110f9b IB/iser: Add asynchronous event handler by Or Gerlitz · 15 years ago
  50. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  51. 961cde9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  52. 309ce15 [SCSI] libiscsi: Make iscsi_eh_target_reset start with session reset by Jayamohan Kallickal · 15 years ago
  53. 88ec415 IB/iser: Remove redundant locking from iser scsi command response flow by Or Gerlitz · 15 years ago
  54. 962b4b5 IB/iser: Use libiscsi passthrough mode by Or Gerlitz · 15 years ago
  55. aae3c99 IB/iser: Remove unnecessary connection checks by Or Gerlitz · 15 years ago
  56. 528f4e8 IB/iser: Use atomic allocations by Or Gerlitz · 15 years ago
  57. f19624a IB/iser: Simplify send flow/descriptors by Or Gerlitz · 15 years ago
  58. 78ad0a3 IB/iser: Use different CQ for send completions by Or Gerlitz · 15 years ago
  59. 704315f IB/iser: Remove atomic counter for posted receive buffers by Or Gerlitz · 15 years ago
  60. bcc60c3 IB/iser: New receive buffer posting logic by Or Gerlitz · 15 years ago
  61. 1cef465 IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion" by Or Gerlitz · 15 years ago
  62. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  63. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  64. b20d038 [SCSI] iser: set tgt and lu reset timeout by Mike Christie · 15 years ago
  65. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  66. c1ccaf2 IB/iser: Rewrite SG handling for RDMA logic by Or Gerlitz · 15 years ago
  67. b8b9e1b8 [SCSI] libiscsi: iscsi_session_setup to allow for private space by Jayamohan Kallickal · 15 years ago
  68. b3cd505 [SCSI] libiscsi: add task aborted state by Mike Christie · 16 years ago
  69. 10eb0f0 [SCSI] iscsi: pass ep connect shost by Mike Christie · 16 years ago
  70. 6b5d6c4 [SCSI] cxgb3i, iser, iscsi_tcp: set target can queue by Mike Christie · 16 years ago
  71. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  72. 5e7facb [SCSI] iscsi class: remove host no argument from session creation callout by Mike Christie · 16 years ago
  73. 4d10835 [SCSI] iscsi lib: remove qdepth param from iscsi host allocation by Mike Christie · 16 years ago
  74. 32ae763 [SCSI] iscsi lib: have lib create work queue for transmitting IO by Mike Christie · 16 years ago
  75. e28f3d5 [SCSI] libiscsi: don't cap queue depth in iscsi modules by Mike Christie · 16 years ago
  76. 48a237a [SCSI] iser: have iser use its own logging by Mike Christie · 16 years ago
  77. 1aedb77 IB/iser: Remove hard setting of path MTU by Or Gerlitz · 16 years ago
  78. f5eb3b7 IB/iser: Add dependency on INFINIBAND_ADDR_TRANS by Randy Dunlap · 16 years ago
  79. 2ff79d5 [SCSI] libiscsi: pass opcode into alloc_pdu callout by Mike Christie · 16 years ago
  80. 0f9c744 [SCSI] iser: convert iser to new alloc_pdu api by Mike Christie · 16 years ago
  81. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  82. bba7ebb IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUs by David Disseldorp · 16 years ago
  83. 6377943 drivers: replace NIPQUAD() by Harvey Harrison · 16 years ago
  84. 8e12452 [SCSI] libiscsi: rename host reset to target reset by Mike Christie · 16 years ago
  85. e5bd7b54 [SCSI] libiscsi: Support drivers initiating session removal by Mike Christie · 16 years ago
  86. 7a8fc9b removed unused #include <linux/version.h>'s by Adrian Bunk · 16 years ago
  87. 2f5de15 IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE event by Or Gerlitz · 16 years ago
  88. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  89. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  90. 8e9a20c [SCSI] libiscsi, iscsi_tcp, ib_iser: fix setting of can_queue with old tools. by Mike Christie · 17 years ago
  91. 913e5bf [SCSI] libiscsi, iser, tcp: remove recv_lock by Mike Christie · 17 years ago
  92. 88dfd34 [SCSI] iscsi class: Add session initiatorname and ifacename sysfs attrs. by Mike Christie · 17 years ago
  93. 412eeaf [SCSI] iser: Modify iser to take a iscsi_endpoint struct in ep callouts and session setup by Mike Christie · 17 years ago
  94. 7970634 [SCSI] iscsi class: user device_for_each_child instead of duplicating session list by Mike Christie · 17 years ago
  95. 2261ec3 [SCSI] iser: handle iscsi_cmd_task rename by Mike Christie · 17 years ago
  96. 2747fdb [SCSI] iser: convert ib_iser to support merged tasks by Mike Christie · 17 years ago
  97. 0af967f [SCSI] libiscsi, iscsi_tcp, iser: add session cmds array accessor by Mike Christie · 17 years ago
  98. b40977d [SCSI] iser: fix handling of scsi cmnds during recovery. by Mike Christie · 17 years ago
  99. 5d91e20 [SCSI] iscsi: remove session/conn_data_size from iscsi_transport by Mike Christie · 17 years ago
  100. a4804cd [SCSI] iscsi: add iscsi host helpers by Mike Christie · 17 years ago