1. 8ad76cf nvmet-fc: properly endian swap sq_head by Christoph Hellwig · 8 years ago
  2. f63688a nvmet-fc: mark the sqhd field as __le16 by Christoph Hellwig · 8 years ago
  3. 3f5e118 nvmet-fc: fix endianess annoations for nvmet_fc_format_rsp_hdr by Christoph Hellwig · 8 years ago
  4. edba98d nvmet-fc: mark nvmet_fc_handle_fcp_rqst static by Christoph Hellwig · 8 years ago
  5. baee29a nvme-fc: mark two symbols static by Christoph Hellwig · 8 years ago
  6. 61bff8e nvme_fc: add controller reset support by James Smart · 8 years ago
  7. 78a7ac2 nvme_fc: add aen abort to teardown by James Smart · 8 years ago
  8. 458f280 nvme_fc: fix command id check by James Smart · 8 years ago
  9. e02ab02 nvme: let dm-mpath distinguish nvme error codes by Junxiong Guan · 8 years ago
  10. 7776db1 nvme/pci: Poll CQ on timeout by Keith Busch · 8 years ago
  11. 4363135 nvmet_fc: Change traddr field separator to a colon by James Smart · 8 years ago
  12. 8d64daf nvme_fc: Add ls aborts on remote port teardown by James Smart · 8 years ago
  13. c913a8b nvme_fc: Move LS's to rport by James Smart · 8 years ago
  14. 568ad51 nvmet_fc: add missing reference in add_port by James Smart · 8 years ago
  15. a97ec51 nvmet_fc: Rework target side abort handling by James Smart · 8 years ago
  16. ce79bfc nvme_fcloop: split job struct from transport for req_release by James Smart · 8 years ago
  17. 19b58d9 nvmet_fc: add req_release to lldd api by James Smart · 8 years ago
  18. 39498fa nvmet_fc: add target feature flags for upcall isr contexts by James Smart · 8 years ago
  19. 1c05cf9 nvmet: convert from kmap to nvmet_copy_from_sgl by Logan Gunthorpe · 8 years ago
  20. f9f38e3 nvme: improve performance for virtual NVMe devices by Helen Koike · 8 years ago
  21. 81c1cd9 nvme/pci: Don't set reserved SQ create flags by Keith Busch · 8 years ago
  22. 08e0029 blk-mq: remove the error argument to blk_mq_complete_request by Christoph Hellwig · 8 years ago
  23. 65ba6b5 nvme: make nvme_error_status private by Christoph Hellwig · 8 years ago
  24. 27fa9bc nvme: split nvme status from block req->errors by Christoph Hellwig · 8 years ago
  25. d663b69 nvme-fc: fix status code handling in nvme_fc_fcpio_done by Christoph Hellwig · 8 years ago
  26. 9460e28 lightnvm: Use blk_init_request_from_bio() instead of open-coding it by Bart Van Assche · 8 years ago
  27. e85292f lightnvm: bad type conversion for nvme control bits by Javier González · 8 years ago
  28. 48d663a lightnvm: enable nvme size compile asserts by Matias Bjørling · 8 years ago
  29. 17912c4 lightnvm: submit erases using the I/O path by Javier González · 8 years ago
  30. 2849a7b nvme/lightnvm: Prevent small buffer overflow in nvme_nvm_identify by Scott Bauer · 8 years ago
  31. e850fd1 nvme: implement REQ_OP_WRITE_ZEROES by Christoph Hellwig · 8 years ago
  32. ee472d8 block: add a flags argument to (__)blkdev_issue_zeroout by Christoph Hellwig · 8 years ago
  33. 65f619d Merge branch 'for-linus' into for-4.12/block by Jens Axboe · 8 years ago
  34. 44e44b2 nvme: move the retries count to struct nvme_request by Christoph Hellwig · 8 years ago
  35. 83f3aeb nvme: mark nvme_max_retries static by Christoph Hellwig · 8 years ago
  36. f6324b1 nvme: cleanup nvme_req_needs_retry by Christoph Hellwig · 8 years ago
  37. 987f699 nvme: move ->retries setup to nvme_setup_cmd by Christoph Hellwig · 8 years ago
  38. 77f02a7 nvme: factor request completion code into a common helper by Christoph Hellwig · 8 years ago
  39. 4bca70d nvme-fc: drop ctrl for all command completions by Christoph Hellwig · 8 years ago
  40. f2cd54d nvme-fc: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  41. 7d9a5e7 nvme-loop: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  42. e806666 nvme-rdma: increment request retries counter before requeuing by Sagi Grimberg · 8 years ago
  43. 62eeacb nvme_fc: Clean up host fcpio done status handling by James Smart · 8 years ago
  44. c820ad4 nvmet_fc: Clear SG list to avoid double frees by James Smart · 8 years ago
  45. f77fc87 nvme_fc: correct LS validation by James Smart · 8 years ago
  46. 4083aa9 nvmet_fc: Sync NVME LS reject reasons with spec by James Smart · 8 years ago
  47. 726a108 nvme_fc: Add check of status_code in ERSP_IU by James Smart · 8 years ago
  48. fd8563c nvme-rdma: Support ctrl_loss_tmo by Sagi Grimberg · 8 years ago
  49. 42a4527 nvme-fabrics: Allow ctrl loss timeout configuration by Sagi Grimberg · 8 years ago
  50. 7777bde nvme-rdma: get rid of local reconnect_delay by Sagi Grimberg · 8 years ago
  51. 3b06837 nvme-loop: retrieve iod from the cqe command_id by Sagi Grimberg · 8 years ago
  52. d89a39b nvme-loop: remove unneeded includes by Sagi Grimberg · 8 years ago
  53. c0e4a6f nvme-fc: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  54. d19eef0 nvme-loop: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  55. a56c79c nvme-rdma: fix module_init (theoretical) error path by Sagi Grimberg · 8 years ago
  56. 2ca0786 nvmet: use symbolic constants for log identifiers by Max Gurtovoy · 8 years ago
  57. 64a0ca8 nvmet: Introduced helper routine for controller status check. by Parav Pandit · 8 years ago
  58. 4151dd9 nvmet: Fixed avoided printing nvmet: twice in error logs. by Parav Pandit · 8 years ago
  59. 0928f9b nvme-rdma: use inet_pton_with_scope helper by Sagi Grimberg · 8 years ago
  60. 670c2a3 nvmet-rdma: use generic inet_pton_with_scope by Sagi Grimberg · 8 years ago
  61. 297186d nvme-loop: remove some code duplication by Sagi Grimberg · 8 years ago
  62. 782d820 nvme-rdma: Give some more grace for rdma connection establishment by Sagi Grimberg · 8 years ago
  63. 777dc82 nvmet-rdma: occasionally flush ongoing controller teardown by Sagi Grimberg · 8 years ago
  64. dc2ad16 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  65. 8d61413 nvmet-rdma: Fix a possible uninitialized variable dereference by Sagi Grimberg · 8 years ago
  66. 427242c nvmet: confirm sq percpu has scheduled and switched to atomic by Sagi Grimberg · 8 years ago
  67. 6ecda70 nvme-loop: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  68. d476983 nvme-loop: fix a possible use-after-free when destroying the admin queue by Sagi Grimberg · 8 years ago
  69. 793c7ed nvmet: fix byte swap in nvmet_parse_io_cmd by Christoph Hellwig · 8 years ago
  70. 78ce3da nvmet: fix byte swap in nvmet_execute_write_zeroes by Christoph Hellwig · 8 years ago
  71. 5ac5fcc nvmet: add missing byte swap in nvmet_get_smart_log by Christoph Hellwig · 8 years ago
  72. f1dd03a nvme: add missing byte swap in nvme_setup_discard by Christoph Hellwig · 8 years ago
  73. f363b08 blk-mq: constify struct blk_mq_ops by Eric Biggers · 8 years ago
  74. 1671d52 block: rename blk_mq_freeze_queue_start() by Ming Lei · 8 years ago
  75. 945dd5b nvme-loop: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  76. c248c64 nvme-rdma: handle cpu unplug when re-establishing the controller by Sagi Grimberg · 8 years ago
  77. b25634e nvmet-rdma: Fix a possible uninitialized variable dereference by Sagi Grimberg · 8 years ago
  78. d11ea00 nvmet: confirm sq percpu has scheduled and switched to atomic by Sagi Grimberg · 8 years ago
  79. e4c5d37 nvme-loop: fix a possible use-after-free when destroying the admin queue by Sagi Grimberg · 8 years ago
  80. e0d0722 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  81. 302ad8c nvme: Complete all stuck requests by Keith Busch · 8 years ago
  82. d3af3ec nvme: allocate nvme_queue in correct node by Shaohua Li · 8 years ago
  83. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  84. b43daed scripts/spelling.txt: add "embeded" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  85. 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
  86. e286bcf nvme/pci: re-check security protocol support after reset by Scott Bauer · 8 years ago
  87. 124298b nvme: detect NVMe controller in recent MacBooks by Daniel Roschka · 8 years ago
  88. 8f4e8da nvme-rdma: add support for host_traddr by Max Gurtovoy · 8 years ago
  89. 6ccaeb5 nvmet-rdma: Fix error handling by Christophe JAILLET · 8 years ago
  90. 7a01a6e nvmet-rdma: use nvme cm status helper by Max Gurtovoy · 8 years ago
  91. 3ee80c3 nvme-rdma: move nvme cm status helper to .h file by Max Gurtovoy · 8 years ago
  92. faef3af nvme-fc: don't bother to validate ioccsz and iorcsz by James Smart · 8 years ago
  93. 9ef3932 nvme/pci: No special case for queue busy on IO by Keith Busch · 8 years ago
  94. f33447b nvme/core: Fix race kicking freed request_queue by Keith Busch · 8 years ago
  95. 6db28ed nvme/pci: Disable on removal when disconnected by Keith Busch · 8 years ago
  96. c5552fd nvme: Enable autonomous power state transitions by Andy Lutomirski · 8 years ago
  97. bd4da3a nvme: Add a quirk mechanism that uses identify_ctrl by Andy Lutomirski · 8 years ago
  98. e5a39dd nvme: make nvmf_register_transport require a create_ctrl callback by Johannes Thumshirn · 8 years ago
  99. 986994a nvme: Use CNS as 8-bit field and avoid endianness conversion by Parav Pandit · 8 years ago
  100. 778f067 nvme: add semicolon in nvme_command setting by Max Gurtovoy · 8 years ago