1. ed9ea4e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  2. d77e653 libiscsi, iser: Adjust data_length to include protection information by Sagi Grimberg · 11 years ago
  3. c7ca4b6 IB/iser: Bump version to 1.4 by Or Gerlitz · 11 years ago
  4. e7eeffa IB/iser: Add missing newlines to logging messages by Roi Dayan · 11 years ago
  5. 66d4e62 IB/iser: Fix a possible race in iser connection states transition by Ariel Nahum · 11 years ago
  6. b73c3ad IB/iser: Simplify connection management by Ariel Nahum · 11 years ago
  7. 5de2ad9 IB/iser: Bump driver version to 1.3 by Or Gerlitz · 11 years ago
  8. 3ee07d2 IB/iser: Update Mellanox copyright note by Or Gerlitz · 11 years ago
  9. 4f9208a IB/iser: Print QP information once connection is established by Or Gerlitz · 11 years ago
  10. 4667f5d IB/iser: Remove struct iscsi_iser_conn by Ariel Nahum · 11 years ago
  11. 1d6c2b7 IB/iser: Drain the tx cq once before looping on the rx cq by Roi Dayan · 11 years ago
  12. 39c978c IB/iser: Fix sector_t format warning by Randy Dunlap · 11 years ago
  13. 6192d4e IB/iser: Publish T10-PI support to SCSI midlayer by Sagi Grimberg · 11 years ago
  14. 0a7a08a IB/iser: Implement check_protection by Sagi Grimberg · 11 years ago
  15. 177e31bd IB/iser: Support T10-PI operations by Sagi Grimberg · 11 years ago
  16. 6b5a8fb IB/iser: Initialize T10-PI resources by Alex Tabachnik · 11 years ago
  17. 7f73384 IB/iser: Introduce pi_enable, pi_guard module parameters by Alex Tabachnik · 11 years ago
  18. 5f588e3 IB/iser: Generalize fall_to_bounce_buf routine by Sagi Grimberg · 11 years ago
  19. 9a8b08f IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg by Sagi Grimberg · 11 years ago
  20. 73bc06b IB/iser: Replace fastreg descriptor valid bool with indicators container by Sagi Grimberg · 11 years ago
  21. 65198d6 IB/iser: Keep IB device attributes under iser_device by Sagi Grimberg · 11 years ago
  22. 310b347 IB/iser: Move fast_reg_descriptor initialization to a function by Sagi Grimberg · 11 years ago
  23. d11ec4e IB/iser: Push the decision what memory key to use into fast_reg_mr routine by Sagi Grimberg · 11 years ago
  24. 7306b8f IB/iser: Avoid FRWR notation, use fastreg instead by Sagi Grimberg · 11 years ago
  25. db523b8 IB/iser: Suppress completions for fast registration work requests by Sagi Grimberg · 11 years ago
  26. fd8b48b IB/iser: Fix use after free in iser_snd_completion() by Dan Carpenter · 11 years ago
  27. 7d9eacf IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser connection by Roi Dayan · 11 years ago
  28. 7c049d0 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  29. 2e02d653 IB/iser: Fix redundant pointer check in dealloc flow by Sagi Grimberg · 11 years ago
  30. 27ae2d1 IB/iser: Fix possible memory leak in iser_create_frwr_pool() by Roi Dayan · 11 years ago
  31. 6a06a4b [SCSI] IB/iser: Add Discovery support by Or Gerlitz · 11 years ago
  32. 5587856 IB/iser: Introduce fast memory registration model (FRWR) by Sagi Grimberg · 11 years ago
  33. e657571 IB/iser: Place the fmr pool into a union in iser's IB conn struct by Sagi Grimberg · 11 years ago
  34. 919fc27 IB/iser: Handle unaligned SG in separate function by Sagi Grimberg · 11 years ago
  35. b4e155f IB/iser: Generalize rdma memory registration by Sagi Grimberg · 11 years ago
  36. b7f0451 IB/iser: Accept session->cmds_max from user space by Shlomo Pongratz · 11 years ago
  37. 986db0d IB/iser: Restructure allocation/deallocation of connection resources by Shlomo Pongratz · 11 years ago
  38. f91424c IB/iser: Use proper debug level value for info prints by Or Gerlitz · 11 years ago
  39. 28f292e IB/iser: Add Mellanox copyright by Or Gerlitz · 12 years ago
  40. 5b61ff4 IB/iser: Fix device removal flow by Roi Dayan · 12 years ago
  41. 8d8399d IB/iser: Add support for iser CM REQ additional info by Or Gerlitz · 12 years ago
  42. 450d1e4 IB/iser: Return error to upper layers on EAGAIN registration failures by Or Gerlitz · 12 years ago
  43. 4f36388 IB/iser: Move informational messages from error to info level by Roi Dayan · 12 years ago
  44. c1d786e IB/iser: Add module version by Roi Dayan · 12 years ago
  45. 5525d21 IB/iser: Enable iser when FMRs are not supported by Or Gerlitz · 12 years ago
  46. 819a087 IB/iser: Avoid error prints on EAGAIN registration failures by Or Gerlitz · 12 years ago
  47. b96e4ab IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML by Or Gerlitz · 12 years ago
  48. 5a33a66 IB/iser: Add more RX CQs to scale out processing of SCSI responses by Alex Tabachnik · 12 years ago
  49. 7d9c0de IB/iser: Fix error flow in iser ep connection establishment by Or Gerlitz · 13 years ago
  50. 0c2fe82 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  51. 2a156d0 infiniband: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  52. 89e984e IB/iser: Post initial receive buffers before sending the final login request by Or Gerlitz · 13 years ago
  53. d474186 IB/iser: Free IB connection resources in the proper place by Doug Ledford · 13 years ago
  54. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  55. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  56. 5243954 IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers by Or Gerlitz · 13 years ago
  57. 2c4ce60 IB/iser: Use separate buffers for the login request/response by Or Gerlitz · 13 years ago
  58. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 14 years ago
  59. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  60. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  61. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  62. 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
  63. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  64. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 14 years ago
  65. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  66. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 15 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  68. 7c53c6f [SCSI] iser: export addr and port by Mike Christie · 14 years ago
  69. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  70. 48d8fce IB/iser: Make needlessly global iser_alloc_rx_descriptors() static by Or Gerlitz · 14 years ago
  71. 9fda1ac IB/iser: Fix error flow in iser_create_ib_conn_res() by Dan Carpenter · 15 years ago
  72. 39ff05d IB/iser: Enhance disconnection logic for multi-pathing by Or Gerlitz · 15 years ago
  73. d265b98 IB/iser: Remove buggy back-pointer setting by Or Gerlitz · 15 years ago
  74. 2110f9b IB/iser: Add asynchronous event handler by Or Gerlitz · 15 years ago
  75. 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
  76. 961cde9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 15 years ago
  77. 309ce15 [SCSI] libiscsi: Make iscsi_eh_target_reset start with session reset by Jayamohan Kallickal · 15 years ago
  78. 88ec415 IB/iser: Remove redundant locking from iser scsi command response flow by Or Gerlitz · 15 years ago
  79. 962b4b5 IB/iser: Use libiscsi passthrough mode by Or Gerlitz · 15 years ago
  80. aae3c99 IB/iser: Remove unnecessary connection checks by Or Gerlitz · 15 years ago
  81. 528f4e8 IB/iser: Use atomic allocations by Or Gerlitz · 15 years ago
  82. f19624a IB/iser: Simplify send flow/descriptors by Or Gerlitz · 15 years ago
  83. 78ad0a3 IB/iser: Use different CQ for send completions by Or Gerlitz · 15 years ago
  84. 704315f IB/iser: Remove atomic counter for posted receive buffers by Or Gerlitz · 15 years ago
  85. bcc60c3 IB/iser: New receive buffer posting logic by Or Gerlitz · 15 years ago
  86. 1cef465 IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion" by Or Gerlitz · 15 years ago
  87. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  88. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  89. b20d038 [SCSI] iser: set tgt and lu reset timeout by Mike Christie · 15 years ago
  90. 94e2bd6 tree-wide: fix some typos and punctuation in comments by Thadeu Lima de Souza Cascardo · 15 years ago
  91. c1ccaf2 IB/iser: Rewrite SG handling for RDMA logic by Or Gerlitz · 15 years ago
  92. b8b9e1b8 [SCSI] libiscsi: iscsi_session_setup to allow for private space by Jayamohan Kallickal · 15 years ago
  93. b3cd505 [SCSI] libiscsi: add task aborted state by Mike Christie · 16 years ago
  94. 10eb0f0 [SCSI] iscsi: pass ep connect shost by Mike Christie · 16 years ago
  95. 6b5d6c4 [SCSI] cxgb3i, iser, iscsi_tcp: set target can queue by Mike Christie · 16 years ago
  96. d54b353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  97. 5e7facb [SCSI] iscsi class: remove host no argument from session creation callout by Mike Christie · 16 years ago
  98. 4d10835 [SCSI] iscsi lib: remove qdepth param from iscsi host allocation by Mike Christie · 16 years ago
  99. 32ae763 [SCSI] iscsi lib: have lib create work queue for transmitting IO by Mike Christie · 16 years ago
  100. e28f3d5 [SCSI] libiscsi: don't cap queue depth in iscsi modules by Mike Christie · 16 years ago