1. 5f56855 nvme-fc: create fc class and transport device by James Smart · 7 years ago
  2. eaefd5a nvme-fc: add uevent for auto-connect by James Smart · 7 years ago
  3. d9d34c0 nvme-fc: use transport-specific sgl format by James Smart · 7 years ago
  4. 56b7103a nvme-fc: remove use of FC-specific error codes by James Smart · 7 years ago
  5. 5533d42 nvme-fc: Reattach to localports on re-registration by James Smart · 7 years ago
  6. 34b6c23 nvme: Add admin_tagset pointer to nvme_ctrl by Sagi Grimberg · 8 years ago
  7. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  8. 9c5358e nvme-fc: revise TRADDR parsing by James Smart · 8 years ago
  9. 8b25f35 nvme-fc: address target disconnect race conditions in fcp io submit by James Smart · 8 years ago
  10. d09f2b4 nvme: split nvme_uninit_ctrl into stop and uninit by Sagi Grimberg · 8 years ago
  11. f9c5af5 nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 8 years ago
  12. e5859d3 nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it by Sagi Grimberg · 8 years ago
  13. cda5fd1 nvme-fc: update tagset nr_hw_queues after queues reinit by Sagi Grimberg · 8 years ago
  14. 7314183 nvme-fc: don't override opts->nr_io_queues by Sagi Grimberg · 8 years ago
  15. 20d0dfe nvme: move ctrl cap to struct nvme_ctrl by Sagi Grimberg · 8 years ago
  16. d858e5f nvme: move queue_count to the nvme_ctrl by Sagi Grimberg · 8 years ago
  17. 69fa964 nvme_fc: fix error recovery on link down. by James Smart · 8 years ago
  18. 0b5a766 nvme_fc: Fix crash when nvme controller connection fails. by James Smart · 8 years ago
  19. 36715cf nvme_fc: replace ioabort msleep loop with completion by James Smart · 8 years ago
  20. b4dfd6e nvme_fc: fix double calls to nvme_cleanup_cmd() by James Smart · 8 years ago
  21. 180de007 nvme: read the subsystem NQN from Identify Controller by Christoph Hellwig · 8 years ago
  22. 7aa1f42 nvme: use a single NVME_AQ_DEPTH and relax it to 32 by Sagi Grimberg · 8 years ago
  23. d86c4d8 nvme: move reset workqueue handling to common code by Christoph Hellwig · 8 years ago
  24. 76f983c nvme-fc: merge init_request methods by Christoph Hellwig · 8 years ago
  25. fdf9dfa nvme: move nr_reconnects to nvme_ctrl by Sagi Grimberg · 8 years ago
  26. 9a6327d nvme: Move transports to use nvme-core workqueue by Sagi Grimberg · 8 years ago
  27. fdd050b Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-base by Christoph Hellwig · 8 years ago
  28. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 8 years ago
  29. fc17b65 blk-mq: switch ->queue_rq return value to blk_status_t by Christoph Hellwig · 8 years ago
  30. 24b7f05 nvme-fc: fix missing put reference on controller create failure by James Smart · 8 years ago
  31. f874d5d nvme-fc: on lldd/transport io error, terminate association by James Smart · 8 years ago
  32. 8e41226 nvme: switch to uuid_t by Christoph Hellwig · 8 years ago
  33. d3d5b87 nvme: replace is_flags field in nvme_ctrl_ops with a flags field by Christoph Hellwig · 8 years ago
  34. 2cb657b nvme_fc: remove extra controller reference taken on reconnect by James Smart · 8 years ago
  35. e392e1f nvme_fc: correct nvme status set on abort by James Smart · 8 years ago
  36. 589ff77 nvme_fc: set logging level on resets/deletes by James Smart · 8 years ago
  37. a5321aa nvme_fc: revise comment on teardown by James Smart · 8 years ago
  38. 5bbecdb nvme_fc: Support ctrl_loss_tmo by James Smart · 8 years ago
  39. 0ce872b nvme_fc: get rid of local reconnect_delay by James Smart · 8 years ago
  40. 2952a87 nvme-fc: stop queues on error detection by James Smart · 8 years ago
  41. 85e6a6a nvme-fc: require target or discovery role for fc-nvme targets by James Smart · 8 years ago
  42. d6296d39 blk-mq: update ->init_request and ->exit_request prototypes by Christoph Hellwig · 8 years ago
  43. de41447 nvme-fc: avoid memory corruption caused by calling nvmf_free_options() twice by Ewan D. Milne · 8 years ago
  44. baee29a nvme-fc: mark two symbols static by Christoph Hellwig · 8 years ago
  45. 61bff8e nvme_fc: add controller reset support by James Smart · 8 years ago
  46. 78a7ac2 nvme_fc: add aen abort to teardown by James Smart · 8 years ago
  47. 458f280 nvme_fc: fix command id check by James Smart · 8 years ago
  48. 8d64daf nvme_fc: Add ls aborts on remote port teardown by James Smart · 8 years ago
  49. c913a8b nvme_fc: Move LS's to rport by James Smart · 8 years ago
  50. 27fa9bc nvme: split nvme status from block req->errors by Christoph Hellwig · 8 years ago
  51. d663b69 nvme-fc: fix status code handling in nvme_fc_fcpio_done by Christoph Hellwig · 8 years ago
  52. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  53. 4bca70d nvme-fc: drop ctrl for all command completions by Christoph Hellwig · 8 years ago
  54. f2cd54d nvme-fc: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  55. 62eeacb nvme_fc: Clean up host fcpio done status handling by James Smart · 8 years ago
  56. f77fc87 nvme_fc: correct LS validation by James Smart · 8 years ago
  57. 726a108 nvme_fc: Add check of status_code in ERSP_IU by James Smart · 8 years ago
  58. c0e4a6f nvme-fc: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  59. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  60. faef3af nvme-fc: don't bother to validate ioccsz and iorcsz by James Smart · 8 years ago
  61. e5a39dd nvme: make nvmf_register_transport require a create_ctrl callback by Johannes Thumshirn · 8 years ago
  62. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  63. 57292b5 block: introduce blk_rq_is_passthrough by Christoph Hellwig · 8 years ago
  64. 19e420b nvme-fc: use blk_rq_nr_phys_segments by Christoph Hellwig · 8 years ago
  65. b131c61 nvme: use blk_rq_payload_bytes by Christoph Hellwig · 8 years ago
  66. 17a1ec0 nvme/fc: simplify error handling of nvme_fc_create_hw_io_queues by Johannes Thumshirn · 8 years ago
  67. c703489 nvme/fc: correct some printk information by James Smart · 8 years ago
  68. e399441 nvme-fabrics: Add host support for FC transport by James Smart · 8 years ago