1. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  2. 6f53e73 nvmet: protect discovery change log event list iteration by Sagi Grimberg · 6 years ago
  3. 893a74b nvme: mark nvme_core_init and nvme_core_exit static by Christoph Hellwig · 6 years ago
  4. 8110154 nvme: move command size checks to the core by Christoph Hellwig · 6 years ago
  5. a2faf94 nvme-fabrics: check more command sizes by Minwoo Im · 6 years ago
  6. a97234e nvme-pci: check more command sizes by Minwoo Im · 6 years ago
  7. 6656486 nvme-pci: remove an unneeded variable initialization by Minwoo Im · 6 years ago
  8. c8e9e9b nvme-pci: unquiesce admin queue on shutdown by Keith Busch · 6 years ago
  9. 9dc1a38 nvme-pci: shutdown on timeout during deletion by Keith Busch · 6 years ago
  10. 049bf37 nvme-pci: fix psdt field for single segment sgls by Klaus Birkelund Jensen · 6 years ago
  11. 592b6e7 nvme-multipath: don't print ANA group state by default by Hannes Reinecke · 6 years ago
  12. 525aa5a nvme-multipath: split bios with the ns_head bio_set before submitting by Hannes Reinecke · 6 years ago
  13. f34e258 nvme-tcp: fix possible null deref on a timed out io queue connect by Sagi Grimberg · 6 years ago
  14. 01fa0174 nvme: set 0 capacity if namespace block size exceeds PAGE_SIZE by Sagi Grimberg · 6 years ago
  15. 663d6fe nvme-loop: kill timeout handler by Ming Lei · 6 years ago
  16. efb973b nvme-tcp: rename function to have nvme_tcp prefix by Sagi Grimberg · 6 years ago
  17. 1007709 nvme-rdma: fix a NULL deref when an admin connect times out by Sagi Grimberg · 6 years ago
  18. 7a42589 nvme-tcp: fix a NULL deref when an admin connect times out by Sagi Grimberg · 6 years ago
  19. 569b3d3 nvmet-tcp: don't fail maxr2t greater than 1 by Sagi Grimberg · 6 years ago
  20. 525ec49 nvmet-file: clamp-down file namespace lba_shift by Sagi Grimberg · 6 years ago
  21. a5dffbb nvmet: include <linux/scatterlist.h> by Enrico Weigelt, metux IT consult · 6 years ago
  22. 6b7e631 nvmet: return a specified error it subsys_alloc fails by Minwoo Im · 6 years ago
  23. fc6c973 nvmet: rename nvme_completion instances from rsp to cqe by Max Gurtovoy · 6 years ago
  24. 8dc2ed3 nvmet-rdma: remove p2p_client initialization from fast-path by Max Gurtovoy · 6 years ago
  25. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  26. 94e4dcc Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  27. d808b7f nvmet: fix discover log page when offsets are used by Keith Busch · 6 years ago
  28. 67f471b nvme-fc: correct csn initialization and increments on error by James Smart · 6 years ago
  29. eb3afb7 nvme: cancel request synchronously by Ming Lei · 6 years ago
  30. d0de579 nvme: log the error status on Identify Namespace failure by Kenneth Heitke · 6 years ago
  31. 013a63e nvmet: add safety check for subsystem lock during nvmet_ns_changed by Max Gurtovoy · 6 years ago
  32. e84c209 nvmet: never fail double namespace enablement by Max Gurtovoy · 6 years ago
  33. 70479b7 nvme-pci: tidy up nvme_map_data by Christoph Hellwig · 6 years ago
  34. 2979105 nvme-pci: optimize mapping single segment requests using SGLs by Christoph Hellwig · 6 years ago
  35. dff824b nvme-pci: optimize mapping of small single segment requests by Christoph Hellwig · 6 years ago
  36. d43f1cc nvme-pci: remove the inline scatterlist optimization by Christoph Hellwig · 6 years ago
  37. 4aedb70 nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data by Christoph Hellwig · 6 years ago
  38. 783b94b nvme-pci: do not build a scatterlist to map metadata by Christoph Hellwig · 6 years ago
  39. b15c592 nvme-pci: only call nvme_unmap_data for requests transferring data by Christoph Hellwig · 6 years ago
  40. 7fe07d1 nvme-pci: merge nvme_free_iod into nvme_unmap_data by Christoph Hellwig · 6 years ago
  41. 915f04c nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data by Christoph Hellwig · 6 years ago
  42. 9b04811 nvme-pci: remove nvme_init_iod by Christoph Hellwig · 6 years ago
  43. 39f8e36 nvme-pci: remove unused nvme_iod member by Keith Busch · 6 years ago
  44. 88a041f nvme-pci: remove q_dmadev from nvme_queue by Keith Busch · 6 years ago
  45. 7c349dd nvme-pci: use a flag for polled queues by Keith Busch · 6 years ago
  46. 7058329 nvmet-tcp: implement C2HData SUCCESS optimization by Sagi Grimberg · 6 years ago
  47. 6b80f1d nvmet-fc: use zero-sized array and struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  48. cfe03c2 nvmet: avoid double errno conversions by Christoph Hellwig · 6 years ago
  49. 43e2d08 nvme: avoid double dereference to convert le to cpu by Max Gurtovoy · 6 years ago
  50. a536b49 nvmet: fix error flow during ns enable by Max Gurtovoy · 6 years ago
  51. 02db995 nvmet: fix building bvec from sg list by Ming Lei · 6 years ago
  52. cc2278c nvme-multipath: relax ANA state check by Martin George · 6 years ago
  53. 988aef9e nvme-tcp: fix an endianess miss-annotation by Christoph Hellwig · 6 years ago
  54. f5ad399 srcu: Remove cleanup_srcu_struct_quiesced() by Paul E. McKenney · 6 years ago
  55. 11efae3 Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  56. 602d674 nvme-tcp: support C2HData with SUCCESS flag by Sagi Grimberg · 6 years ago
  57. 005c674 nvmet: ignore EOPNOTSUPP for discard by Christoph Hellwig · 6 years ago
  58. 9f0916a nvme: add proper write zeroes setup for the multipath device by Christoph Hellwig · 6 years ago
  59. 26318571 nvme: add proper discard setup for the multipath device by Christoph Hellwig · 6 years ago
  60. b1aafb3 nvme: remove nvme_ns_config_oncs by Christoph Hellwig · 6 years ago
  61. 7b210e4 nvme: disable Write Zeroes for qemu controllers by Christoph Hellwig · 6 years ago
  62. 404ec31 nvmet-fc: bring Disconnect into compliance with FC-NVME spec by James Smart · 6 years ago
  63. 0191e74 nvmet-fc: fix issues with targetport assoc_list list walking by James Smart · 6 years ago
  64. 834d371 nvme-fc: reject reconnect if io queue count is reduced to zero by James Smart · 6 years ago
  65. 06f3d71 nvme-fc: fix numa_node when dev is null by James Smart · 6 years ago
  66. 9f7d8ae nvme-fc: use nr_phys_segments to determine existence of sgl by James Smart · 6 years ago
  67. d11de63 nvme-loop: init nvmet_ctrl fatal_err_work when allocate by Yufen Yu · 6 years ago
  68. 01fc08f nvme: update comment to make the code easier to read by Yufen Yu · 6 years ago
  69. a63b837 nvme: put ns_head ref if namespace fails allocation by Sagi Grimberg · 6 years ago
  70. 81fe928 nvme-trace: fix cdw10 buffer overrun by Keith Busch · 6 years ago
  71. 415df90 nvme: don't warn on block content change effects by Keith Busch · 6 years ago
  72. d9d53ed nvme: add get-feature to admin cmds tracer by Max Gurtovoy · 6 years ago
  73. 80201fe Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  74. 78f8601 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. 34e0819 nvme-rdma: use nr_phys_segments when map rq to sgl by Chaitanya Kulkarni · 6 years ago
  76. 77141dc nvmet: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  77. 3641bd3 nvmet-rdma: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  78. d0ad690 nvme-loop: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  79. a4b74fc nvmet-fcloop: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  80. 4f80fc7 nvmet-fc: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  81. bc50ad7 nvme: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  82. 5f37396 nvme-pci: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  83. 115aa7a nvme-lightnvm: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  84. 5d8762d nvme-rdma: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  85. 8638b24 nvme-fc: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  86. 9002c4e nvme-fabrics: convert to SPDX identifiers by Christoph Hellwig · 6 years ago
  87. ab4ab09 nvme: return error from nvme_alloc_ns() by Hannes Reinecke · 6 years ago
  88. b9c7758 nvme: avoid that deleting a controller triggers a circular locking complaint by Bart Van Assche · 6 years ago
  89. a686ed7 nvme: introduce a helper function for controller deletion by Bart Van Assche · 6 years ago
  90. d84c4b0 nvme: unexport nvme_delete_ctrl_sync() by Bart Van Assche · 6 years ago
  91. e895fed nvme-pci: check kstrtoint() return value in queue_count_set() by Bart Van Assche · 6 years ago
  92. a467fc5 nvme-fabrics: document the poll function argument by Bart Van Assche · 6 years ago
  93. 5bc373f nvmet: fix indentation by Bart Van Assche · 6 years ago
  94. 75c10e7 nvme-multipath: round-robin I/O policy by Hannes Reinecke · 6 years ago
  95. 612b728 nvme-pci: Simplify interrupt allocation by Ming Lei · 6 years ago
  96. 9cfef55 genirq/affinity: Store interrupt sets size in struct irq_affinity by Ming Lei · 6 years ago
  97. 6fb845f Merge tag 'v5.0-rc6' into for-5.1/block by Jens Axboe · 6 years ago
  98. 4726bcf nvme-pci: add missing unlock for reset error by Keith Busch · 6 years ago
  99. 5c959d7 nvme-pci: fix rapid add remove sequence by Keith Busch · 6 years ago
  100. e7ad43c nvme: lock NS list changes while handling command effects by Keith Busch · 6 years ago