1. 3bc32bb nvme-fabrics: refactor queue ready check by Christoph Hellwig · 7 years ago
  2. 3e493c0 nvme-fc: fix nulling of queue data on reconnect by James Smart · 7 years ago
  3. 587331f nvme-fc: remove reinit_request routine by James Smart · 7 years ago
  4. 4c98415 nvme-fc: change controllers first connect to use reconnect path by James Smart · 7 years ago
  5. d250bf4 blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iter by Christoph Hellwig · 7 years ago
  6. 90fcaf5 nvme-fc: remove setting DNR on exception conditions by James Smart · 7 years ago
  7. 4fb135a nvme: fc: provide a descriptive error by Johannes Thumshirn · 7 years ago
  8. bb06ec31 nvme: expand nvmf_check_if_ready checks by James Smart · 7 years ago
  9. 3526dd0 Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  10. 0cdd5fc nvme_fc: on remoteport reuse, set new nport_id and role. by James Smart · 7 years ago
  11. b12740d nvme_fc: fix abort race on teardown with lld reject by James Smart · 7 years ago
  12. 041018c nvme_fc: io timeout should defer abort to ctrl reset by James Smart · 7 years ago
  13. cf25809 nvme_fc: fix ctrl create failures racing with workq items by James Smart · 7 years ago
  14. 77d0612 nvme: centralize ctrl removal prints by Max Gurtovoy · 7 years ago
  15. d157e53 nvme_fc: rework sqsize handling by James Smart · 7 years ago
  16. c3aedd2 nvme_fc: cleanup io completion by James Smart · 7 years ago
  17. 3efd6e8 nvme_fc: correct abort race condition on resets by James Smart · 7 years ago
  18. ad6a0a5 nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING by Max Gurtovoy · 7 years ago
  19. 86ff7c2 blk-mq: introduce BLK_STS_DEV_RESOURCE by Ming Lei · 7 years ago
  20. 0a4b6e2 Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  21. 0fd997d nvme-fc: correct hang in nvme_ns_remove() by James Smart · 7 years ago
  22. d625d05 nvme-fc: fix rogue admin cmds stalling teardown by James Smart · 7 years ago
  23. 0de5cd3 nvme-fabrics: protect against module unload during create_ctrl by Roy Shterman · 7 years ago
  24. 4596e75 nvme-fc: remove double put reference if admin connect fails by James Smart · 7 years ago
  25. 26c0a26 nvme-fc: don't use bit masks for set/test_bit() numbers by Jens Axboe · 7 years ago
  26. 9e0ed16 nvme-fc: check if queue is ready in queue_rq by Sagi Grimberg · 7 years ago
  27. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  28. ad22c35 nvme: remove handling of multiple AEN requests by Keith Busch · 7 years ago
  29. 08e1507 nvme-fc: remove unused "queue_size" field by Keith Busch · 7 years ago
  30. 38dabe2 nvme: centralize AEN defines by Keith Busch · 7 years ago
  31. 158bfb8 nvme-fc: decouple ns references from lldd references by James Smart · 7 years ago
  32. c5760f3 nvme-fc: fix localport resume using stale values by James Smart · 7 years ago
  33. 2b63297 nvme-fc: add dev_loss_tmo timeout and remoteport resume support by James Smart · 7 years ago
  34. 96e2480 nvme-fc: check connectivity before initiating reconnects by James Smart · 7 years ago
  35. ac7fe82 nvme-fc: add a dev_loss_tmo field to the remoteport by James Smart · 7 years ago
  36. 44c6ec7 nvme-fc: change ctlr state assignments during reset/reconnect by James Smart · 7 years ago
  37. 4054637 nvme: flush reset_work before safely continuing with delete operation by Sagi Grimberg · 7 years ago
  38. 6cd53d1 nvme: consolidate common code from ->reset_work by Christoph Hellwig · 7 years ago
  39. c5017e8 nvme: move controller deletion to common code by Christoph Hellwig · 7 years ago
  40. 29c0964 nvme-fc: merge __nvme_fc_schedule_delete_work into __nvme_fc_del_ctrl by Christoph Hellwig · 7 years ago
  41. 71c691f nvme-fc: avoid workqueue flush stalls by James Smart · 7 years ago
  42. ecad0d2 nvme-fc: remove NVME_FC_MAX_SEGMENTS by James Smart · 7 years ago
  43. 56d5f4f nvme-fc: add support for duplicate_connect option by James Smart · 7 years ago
  44. d22524a nvme: switch controller refcounting to use struct device by Christoph Hellwig · 7 years ago
  45. 134aedc nvme-fc: correct io timeout behavior by James Smart · 7 years ago
  46. 0a02e39 nvme-fc: correct io termination handling by James Smart · 7 years ago
  47. 5a22e2b nvme-fc: Add BLK_MQ_F_NO_SCHED flag to admin tag set by Israel Rukshin · 7 years ago
  48. 17c4dc6 nvme-fc: retry initial controller connections 3 times by James Smart · 7 years ago
  49. 8a82dbf nvme-fc: fix iowait hang by James Smart · 7 years ago
  50. 31b8446 nvme: introduce nvme_reinit_tagset by Sagi Grimberg · 7 years ago
  51. 469d0ef nvme-fc: move remote port get/put/free location by James Smart · 7 years ago
  52. 5f56855 nvme-fc: create fc class and transport device by James Smart · 7 years ago
  53. eaefd5a nvme-fc: add uevent for auto-connect by James Smart · 7 years ago
  54. d9d34c0 nvme-fc: use transport-specific sgl format by James Smart · 7 years ago
  55. 56b7103 nvme-fc: remove use of FC-specific error codes by James Smart · 7 years ago
  56. 5533d42 nvme-fc: Reattach to localports on re-registration by James Smart · 7 years ago
  57. 34b6c23 nvme: Add admin_tagset pointer to nvme_ctrl by Sagi Grimberg · 7 years ago
  58. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  59. 9c5358e nvme-fc: revise TRADDR parsing by James Smart · 7 years ago
  60. 8b25f35 nvme-fc: address target disconnect race conditions in fcp io submit by James Smart · 7 years ago
  61. d09f2b4 nvme: split nvme_uninit_ctrl into stop and uninit by Sagi Grimberg · 8 years ago
  62. f9c5af5 nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 8 years ago
  63. e5859d3 nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it by Sagi Grimberg · 7 years ago
  64. cda5fd1 nvme-fc: update tagset nr_hw_queues after queues reinit by Sagi Grimberg · 8 years ago
  65. 7314183 nvme-fc: don't override opts->nr_io_queues by Sagi Grimberg · 8 years ago
  66. 20d0dfe nvme: move ctrl cap to struct nvme_ctrl by Sagi Grimberg · 8 years ago
  67. d858e5f nvme: move queue_count to the nvme_ctrl by Sagi Grimberg · 8 years ago
  68. 69fa964 nvme_fc: fix error recovery on link down. by James Smart · 8 years ago
  69. 0b5a766 nvme_fc: Fix crash when nvme controller connection fails. by James Smart · 8 years ago
  70. 36715cf nvme_fc: replace ioabort msleep loop with completion by James Smart · 8 years ago
  71. b4dfd6e nvme_fc: fix double calls to nvme_cleanup_cmd() by James Smart · 8 years ago
  72. 180de007 nvme: read the subsystem NQN from Identify Controller by Christoph Hellwig · 8 years ago
  73. 7aa1f42 nvme: use a single NVME_AQ_DEPTH and relax it to 32 by Sagi Grimberg · 8 years ago
  74. d86c4d8 nvme: move reset workqueue handling to common code by Christoph Hellwig · 8 years ago
  75. 76f983c nvme-fc: merge init_request methods by Christoph Hellwig · 8 years ago
  76. fdf9dfa nvme: move nr_reconnects to nvme_ctrl by Sagi Grimberg · 8 years ago
  77. 9a6327d nvme: Move transports to use nvme-core workqueue by Sagi Grimberg · 8 years ago
  78. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  79. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  80. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  81. 24b7f05 nvme-fc: fix missing put reference on controller create failure by James Smart · 8 years ago
  82. f874d5d nvme-fc: on lldd/transport io error, terminate association by James Smart · 8 years ago
  83. 8e41226 nvme: switch to uuid_t by Christoph Hellwig · 8 years ago
  84. d3d5b87 nvme: replace is_flags field in nvme_ctrl_ops with a flags field by Christoph Hellwig · 8 years ago
  85. 2cb657b nvme_fc: remove extra controller reference taken on reconnect by James Smart · 8 years ago
  86. e392e1f nvme_fc: correct nvme status set on abort by James Smart · 8 years ago
  87. 589ff77 nvme_fc: set logging level on resets/deletes by James Smart · 8 years ago
  88. a5321aa nvme_fc: revise comment on teardown by James Smart · 8 years ago
  89. 5bbecdb nvme_fc: Support ctrl_loss_tmo by James Smart · 8 years ago
  90. 0ce872b nvme_fc: get rid of local reconnect_delay by James Smart · 8 years ago
  91. 2952a87 nvme-fc: stop queues on error detection by James Smart · 8 years ago
  92. 85e6a6a nvme-fc: require target or discovery role for fc-nvme targets by James Smart · 8 years ago
  93. d6296d3 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  94. de41447 nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twice by Ewan D. Milne · 8 years ago
  95. baee29a nvme-fc: mark two symbols static by Christoph Hellwig · 8 years ago
  96. 61bff8e nvme_fc: add controller reset support by James Smart · 8 years ago
  97. 78a7ac2 nvme_fc: add aen abort to teardown by James Smart · 8 years ago
  98. 458f280 nvme_fc: fix command id check by James Smart · 8 years ago
  99. 8d64daf nvme_fc: Add ls aborts on remote port teardown by James Smart · 8 years ago
  100. c913a8b nvme_fc: Move LS's to rport by James Smart · 8 years ago