1. 5a78395 ib_srpt: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  2. 73fec7f IB/cm: Remove compare_data checks by Haggai Eran · 9 years ago
  3. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  4. b356c1c IB/srpt: Convert use of __constant_cpu_to_beXX to cpu_to_beXX by Vaishali Thakkar · 9 years ago
  5. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  6. acd5312 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 9 years ago
  7. bc0c94b target: Drop unnecessary core_tpg_register TFO parameter by Nicholas Bellinger · 9 years ago
  8. da2dfaa IB/mad: Support alternate Base Versions when creating MADs by Ira Weiny · 9 years ago
  9. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  10. ba92999 target: Minimize SCSI header #include directives by Bart Van Assche · 9 years ago
  11. 7ad34a9 target: target_core_configfs.h is not needed in fabric drivers by Christoph Hellwig · 9 years ago
  12. 2fe6e72 ib_srpt: Remove set-but-not-used variables by Bart Van Assche · 9 years ago
  13. 649ee05 target: Move task tag into struct se_cmd + support 64-bit tags by Bart Van Assche · 9 years ago
  14. 2650d71 target: move transport ID handling to the core by Christoph Hellwig · 9 years ago
  15. 2aeeafa target: remove the get_fabric_proto_ident method by Christoph Hellwig · 9 years ago
  16. e4aae5a target: change core_tpg_register prototype by Christoph Hellwig · 9 years ago
  17. 144bc4c target: move node ACL allocation to core code by Christoph Hellwig · 9 years ago
  18. c7d6a80 target: refactor init/drop_nodeacl methods by Christoph Hellwig · 9 years ago
  19. e1750d2 target: make the tpg_get_default_depth method optional by Christoph Hellwig · 9 years ago
  20. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  21. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  22. 9f5d32a ib_srpt: convert printk's to pr_* functions by Doug Ledford · 10 years ago
  23. 9ac8928 target: simplify the target template registration API by Christoph Hellwig · 9 years ago
  24. ecc3f3e ib_srpt: wait_for_completion_timeout does not return negative status by Nicholas Mc Guire · 9 years ago
  25. e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
  26. 68d81f4 scsi: remove MSG_*_TAG defines by Christoph Hellwig · 10 years ago
  27. ab477c1 srp-target: Retry when QP creation fails with ENOMEM by Bart Van Assche · 10 years ago
  28. b60459f ib_srpt: replace strnicmp with strncasecmp by Rasmus Villemoes · 10 years ago
  29. d087f6a Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-next by Roland Dreier · 10 years ago
  30. 2aa1cf6 IB/srpt: Handle GID change events by Doug Ledford · 10 years ago
  31. 0f29b46 IB/mad: add new ioctl to ABI to support new registration options by Ira Weiny · 10 years ago
  32. b076808 ib_srpt: Use correct ib_sg_dma primitives by Mike Marciniszyn · 10 years ago
  33. e70beee target: Pass in transport supported PI at session initialization by Nicholas Bellinger · 10 years ago
  34. 131e6ab target: Add TFO->abort_task for aborted task resources release by Nicholas Bellinger · 10 years ago
  35. 9d8abf4 IB/srpt: replace strict_strtoul() with kstrtoul() by Jingoo Han · 10 years ago
  36. b0e3636 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  37. 4a9a6c8 target: Drop left-over se_lun->lun_cmd_list shutdown code by Nicholas Bellinger · 11 years ago
  38. c807f64 ib_srpt: always set response for task management by Jack Wang · 11 years ago
  39. 0b41d6c ib_srpt: Destroy cm_id before destroying QP. by Nicholas Bellinger · 11 years ago
  40. b79fafa target: make queue_tm_rsp() return void by Joern Engel · 11 years ago
  41. 1d19f78 ib_srpt: Call target_sess_cmd_list_set_waiting during shutdown_session by Nicholas Bellinger · 11 years ago
  42. be646c2d target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds by Joern Engel · 11 years ago
  43. 532ec6f SRPT: Fix odd use of WARN_ON() by Grant Grundler · 11 years ago
  44. 3e4f574 ib_srpt: Convert TMR path to target_submit_tmr by Nicholas Bellinger · 12 years ago
  45. 9474b04 ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref by Nicholas Bellinger · 12 years ago
  46. de103c9 target: pass sense_reason as a return value by Christoph Hellwig · 12 years ago
  47. 9c58b7d target: Simplify fabric sense data length handling by Roland Dreier · 12 years ago
  48. 2ed772b target: Remove unused target_core_fabric_ops.get_fabric_sense_len method by Roland Dreier · 12 years ago
  49. 142ad5d IB: Fix typos in infiniband drivers by Masanari Iida · 12 years ago
  50. e672a47 srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp by Christoph Hellwig · 12 years ago
  51. c9bfa7d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  52. a12f41f target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 12 years ago
  53. 6f9e7f0 IB/srpt: Remove use of transport_do_task_sg_chain() by Roland Dreier · 12 years ago
  54. 6f36033 IB/srpt: Set srq_type to IB_SRQT_BASIC by Roland Dreier · 12 years ago
  55. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  56. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  57. 187e70a ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exception by Nicholas Bellinger · 12 years ago
  58. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 12 years ago
  59. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 12 years ago
  60. 7d680f3 target: replace various cmd flags with a transport state by Christoph Hellwig · 13 years ago
  61. 7367d99 SRP: Fix typo in ib_srpt.c by Masanari Iida · 12 years ago
  62. 715252d IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring() by Jesper Juhl · 12 years ago
  63. 3af3363 IB/srpt: Fix ERR_PTR() vs. NULL checking confusion by Dan Carpenter · 13 years ago
  64. f225066 IB/srpt: Use ARRAY_SIZE() instead of open-coding by Roland Dreier · 12 years ago
  65. 486d8b9 IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD() by Roland Dreier · 12 years ago
  66. a42d985 ib_srpt: Initial SRP Target merge for v3.3-rc1 by Bart Van Assche · 13 years ago