1. e818a5b nvme-rdma: fast fail incoming requests while we reconnect by Sagi Grimberg · 7 years ago
  2. d3d5b87 nvme: replace is_flags field in nvme_ctrl_ops with a flags field by Christoph Hellwig · 8 years ago
  3. 0544f54 nvme-rdma: support devices with queue size < 32 by Marta Rybczynska · 8 years ago
  4. d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  5. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  6. 27fa9bc nvme: split nvme status from block req->errors by Christoph Hellwig · 8 years ago
  7. 1af76dd nvme-rdma: Fix sqsize wrong assignment based on ctrl MQES capability by Sagi Grimberg · 8 years ago
  8. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  9. e806666 nvme-rdma: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  10. fd8563c nvme-rdma: Support ctrl_loss_tmo by Sagi Grimberg · 8 years ago
  11. 7777bde nvme-rdma: get rid of local reconnect_delay by Sagi Grimberg · 8 years ago
  12. a56c79c nvme-rdma: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  13. 0928f9b nvme-rdma: use inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  14. 782d820 nvme-rdma: Give some more grace for rdma connection establishment by Sagi Grimberg · 8 years ago
  15. dc2ad16 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  16. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  17. c248c64 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  18. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  19. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  20. 8f4e8da nvme-rdma: add support for host_traddr by Max Gurtovoy · 8 years ago
  21. 3ee80c3 nvme-rdma: move nvme cm status helper to .h file by Max Gurtovoy · 8 years ago
  22. e5a39dd nvme: make nvmf_register_transport require a create_ctrl callback by Johannes Thumshirn · 8 years ago
  23. aebf526 block: fold cmd_type into the REQ_OP_ space by Christoph Hellwig · 8 years ago
  24. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  25. 92f4ae3 nvme-rdma: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  26. b131c61 nvme: use blk_rq_payload_bytes by Christoph Hellwig · 8 years ago
  27. 1392370e nvme-rdma: fix nvme_rdma_queue_is_ready by Christoph Hellwig · 8 years ago
  28. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  29. 7f03953 nvme-rdma: use rdma connection reject helper functions by Steve Wise · 8 years ago
  30. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  31. f9d03f9 block: improve handling of the magic discard payload by Christoph Hellwig · 8 years ago
  32. 721b391 nvme-fabrics: set sqe.command_id in core not transports by James Smart · 8 years ago
  33. 27a4bee nvme-rdma: align to generic ib_event logging helper by Max Gurtovoy · 8 years ago
  34. d4a5340 nvme-rdma: remove redundant define by Sagi Grimberg · 8 years ago
  35. 76c08bf nvme-rdma: force queue size to respect controller capability by Samuel Jones · 8 years ago
  36. bac0000 nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK by Omar Sandoval · 8 years ago
  37. c8dbc37 nvme-rdma: stop and free io queues on connect failure by Steve Wise · 8 years ago
  38. 553cd9e nvme-rdma: reject non-connect commands before the queue is live by Christoph Hellwig · 8 years ago
  39. 7bf5853 nvme: don't pass the full CQE to nvme_complete_async_event by Christoph Hellwig · 8 years ago
  40. d49187e nvme: introduce struct nvme_request by Christoph Hellwig · 8 years ago
  41. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  42. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  43. 11975e0 nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEY by Christoph Hellwig · 8 years ago
  44. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  45. 3b4ac78 nvme-rdma: only clear queue flags after successful connect by Sagi Grimberg · 8 years ago
  46. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  47. 1bda18d nvme-rdma: fix null pointer dereference on req->mr by Colin Ian King · 8 years ago
  48. e87a911 nvme-rdma: use ib_client API to detect device removal by Steve Wise · 8 years ago
  49. e89ca58 nvme-rdma: add DELETING queue flag by Sagi Grimberg · 8 years ago
  50. f361e5a nvme-rdma: destroy nvme queue rdma resources on connect failure by Steve Wise · 8 years ago
  51. cdbecc8 nvme_rdma: keep a ref on the ctrl during delete/flush by Steve Wise · 8 years ago
  52. 4d8c6a7 nvme-rdma: Get rid of redundant defines by Sagi Grimberg · 8 years ago
  53. f5b7b55 nvme-rdma: Get rid of duplicate variable by Sagi Grimberg · 8 years ago
  54. c5af865 nvme-rdma: fix sqsize/hsqsize per spec by Jay Freyensee · 8 years ago
  55. f994d9d fabrics: define admin sqsize min default, per spec by Jay Freyensee · 8 years ago
  56. 39bbee4 nvme-rdma: initialize ret to zero to avoid returning garbage by Colin Ian King · 8 years ago
  57. e326637 nvme-rdma: Remove unused includes by Sagi Grimberg · 8 years ago
  58. 3ef1b4b nvme-rdma: start async event handler after reconnecting to a controller by Sagi Grimberg · 8 years ago
  59. 45862eb nvme-rdma: Make sure to shutdown the controller if we can by Sagi Grimberg · 8 years ago
  60. a34ca17 nvme-rdma: Free the I/O tags when we delete the controller by Sagi Grimberg · 8 years ago
  61. 2461a8d nvme-rdma: Remove duplicate call to nvme_remove_namespaces by Sagi Grimberg · 8 years ago
  62. 57de5a0 nvme-rdma: Fix device removal handling by Sagi Grimberg · 8 years ago
  63. 5f372eb nvme-rdma: Queue ns scanning after a sucessful reconnection by Sagi Grimberg · 8 years ago
  64. 0b857b4 nvme-rdma: Don't leak uninitialized memory in connect request private data by Roland Dreier · 8 years ago
  65. 2ac17c2 nvme-rdma: Don't use tl_retry_count by Sagi Grimberg · 8 years ago
  66. 458a963 nvme-rdma: fix the return value of nvme_rdma_reinit_request() by Wei Yongjun · 8 years ago
  67. 7110230 nvme-rdma: add a NVMe over Fabrics RDMA host driver by Christoph Hellwig · 8 years ago