1. 2eafd72 target: use per-attribute show and store methods by Christoph Hellwig · 9 years ago
  2. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  3. d1178cb IB/ipoib: Suppress warning for send only join failures by Jason Gunthorpe · 9 years ago
  4. c3acdc0 IB/ipoib: Clean up send-only multicast joins by Doug Ledford · 9 years ago
  5. 7fbc67d IB/srp: Fix possible protection fault by Sagi Grimberg · 9 years ago
  6. 7dd7864 IB/core: Make ib_dealloc_pd return void by Jason Gunthorpe · 9 years ago
  7. 03f6fb9 IB/srp: Create an insecure all physical rkey only if needed by Bart Van Assche · 9 years ago
  8. 330179f IB/srp: Register the indirect data buffer descriptor by Bart Van Assche · 9 years ago
  9. 002f156 IB/srp: Introduce srp_device.use_fmr by Bart Van Assche · 9 years ago
  10. 3ae95da IB/srp: Remove use_mr argument from srp_map_sg_entry() by Bart Van Assche · 9 years ago
  11. 0e0d3a4 IB/srp: Remove the memory registration backtracking code by Bart Van Assche · 9 years ago
  12. f731ed6 IB/srp: Add memory descriptor array pointer range checking by Bart Van Assche · 9 years ago
  13. 7e85c91 IB/srp: Use multiple registrations for large memory regions by Bart Van Assche · 9 years ago
  14. 186fbc6 IB/srp: Re-enable FMR for non-page aligned buffers by Bart Van Assche · 9 years ago
  15. 5a78395 ib_srpt: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  16. e6bf5f4 IB/srp: Use pd->local_dma_lkey by Jason Gunthorpe · 9 years ago
  17. 34efc7d iser-target: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  18. 256b7ad IB/iser: Use pd->local_dma_lkey by Jason Gunthorpe · 9 years ago
  19. 77b1f99 IB/ipoib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  20. 7332bed IB/iser: Chain all iser transaction send work requests by Sagi Grimberg · 9 years ago
  21. 1b16c98 IB/iser: Add debug prints to the various memory registration methods by Sagi Grimberg · 9 years ago
  22. df749cd IB/iser: Support up to 8MB data transfer in a single command by Sagi Grimberg · 9 years ago
  23. f8db651 IB/iser: Pass registration pool a size parameter by Sagi Grimberg · 9 years ago
  24. 32467c4 IB/iser: Unify fast memory registration flows by Sagi Grimberg · 9 years ago
  25. 8172290 IB/iser: Make reg_desc_get a per device routine by Sagi Grimberg · 9 years ago
  26. 7d0483c IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmr by Sagi Grimberg · 9 years ago
  27. 2b3bf95 IB/iser: Maintain connection fmr_pool under a single registration descriptor by Adir Lev · 9 years ago
  28. 385ad87 IB/iser: Introduce iser registration pool struct by Sagi Grimberg · 9 years ago
  29. eb6ea8c3 IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_desc by Sagi Grimberg · 9 years ago
  30. 48afbff IB/iser: Introduce iser_reg_ops by Sagi Grimberg · 9 years ago
  31. 8c18ed0 IB/iser: Remove dead code in fmr_pool alloc/free by Sagi Grimberg · 9 years ago
  32. 5190cc2 IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc by Sagi Grimberg · 9 years ago
  33. d711d81 IB/iser: Introduce struct iser_reg_resources by Sagi Grimberg · 9 years ago
  34. ea18f5d IB/iser: Remove an unneeded print for unaligned memory by Sagi Grimberg · 9 years ago
  35. b9abd8d IB/iser: Remove a redundant always-false condition by Sagi Grimberg · 9 years ago
  36. 8d5944d IB/iser: Fix possible bogus DMA unmapping by Sagi Grimberg · 9 years ago
  37. 02816a8 IB/iser: Get rid of un-maintained counters by Sagi Grimberg · 9 years ago
  38. d167390 IB/iser: Fix missing return status check in iser_send_data_out by Sagi Grimberg · 9 years ago
  39. 1156cc8 IB/iser: Remove '.' from log message by Sagi Grimberg · 9 years ago
  40. 74ce897 IB/iser: Change minor assignments and logging prints by Sagi Grimberg · 9 years ago
  41. db0a6cb IB/iser: Change some module parameters to be RO by Jenny Falkovich · 9 years ago
  42. bc44bd1 IB/srp: Stop the scsi_eh_<n> and scsi_tmf_<n> threads if login fails by Bart Van Assche · 9 years ago
  43. 713ef24 IB/srp: Bump driver version and release date by Bart Van Assche · 9 years ago
  44. c257ea6 IB/srp: Handle partial connection success correctly by Bart Van Assche · 9 years ago
  45. e6300cb IB/srp: Constify a function argument by Bart Van Assche · 9 years ago
  46. 563b67c IB/srp: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  47. a89be2c iser-target: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  48. 34780f0 IB/iser: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  49. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  50. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  51. 73fec7f IB/cm: Remove compare_data checks by Haggai Eran · 9 years ago
  52. ddde896 IB/ipoib: Return IPoIB devices matching connection parameters by Guy Shapiro · 9 years ago
  53. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  54. 7854550a RDMA/iser: Limit sgs to the device fastreg depth by Steve Wise · 9 years ago
  55. 13a3cf0 target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage by Andy Grover · 9 years ago
  56. dc58f76 target/iscsi: Replace conn->login_ip with login_sockaddr by Andy Grover · 9 years ago
  57. 69d7557 target/iscsi: Keep local_ip as the actual sockaddr by Andy Grover · 9 years ago
  58. 733db57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  59. ce9a9fc iser-target: Fix REJECT CM event use-after-free OOPs by Nicholas Bellinger · 9 years ago
  60. efc1eed IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CM by Jason Gunthorpe · 9 years ago
  61. edcd2a7 IB/ipoib: Set MTU to max allowed by mode when mode changes by Erez Shitrit · 9 years ago
  62. c426877 IB/ipoib: Scatter-Gather support in connected mode by Yuval Shaia · 9 years ago
  63. 8b7cce0 IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flush by Haggai Eran · 9 years ago
  64. 58e9cc9 IB/IPoIB: Fix bad error flow in ipoib_add_port() by Amir Vadai · 9 years ago
  65. 3fdf70a IB/srp: Avoid using uninitialized variable by Sagi Grimberg · 9 years ago
  66. b356c1c IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX by Vaishali Thakkar · 9 years ago
  67. 4139032 IB: Add rdma_cap_ib_switch helper and use where appropriate by Hal Rosenstock · 9 years ago
  68. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  69. 02201e3 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 9 years ago
  70. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  71. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  72. d2228e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  73. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  74. da2dfaa IB/mad: Support alternate Base Versions when creating MADs by Ira Weiny · 9 years ago
  75. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  76. 524630d iser-target: Fix possible use-after-free by Sagi Grimberg · 9 years ago
  77. 2f1b6b7 iser-target: release stale iser connections by Sagi Grimberg · 9 years ago
  78. 9253e66 iser-target: Fix variable-length response error completion by Sagi Grimberg · 9 years ago
  79. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  80. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  81. 5237496 IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init() by Bart Van Assche · 9 years ago
  82. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  83. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  84. 2fe6e72 ib_srpt: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  85. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 9 years ago
  86. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 9 years ago
  87. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 9 years ago
  88. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 9 years ago
  89. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 9 years ago
  90. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 9 years ago
  91. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 9 years ago
  92. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  93. b2feda4 iser-target: Fix error path in isert_create_pi_ctx() by Roland Dreier · 9 years ago
  94. 9c27847 kernel/params: constify struct kernel_param_ops uses by Luis R. Rodriguez · 9 years ago
  95. 175e8ef Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2 by Doug Ledford · 9 years ago
  96. ea8a161 iser-target: Align to generic logging helpers by Sagi Grimberg · 9 years ago
  97. 871e00a IB/iser: Align to generic logging helpers by Sagi Grimberg · 9 years ago
  98. 57363d9 IB/srp: Align to generic logging helpers by Sagi Grimberg · 9 years ago
  99. 985aa49 IB/srp: Add 64-bit LUN support by Bart Van Assche · 9 years ago
  100. bbac5cc IB/srp: Remove !ch->target tests from the reconnect code by Bart Van Assche · 9 years ago