1. f1fcd77 Merge tag 'for-linus-20191212' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  2. dc3ecfc Merge branch 'nvme/for-5.5' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 5 years ago
  3. 7e4c6b9 nvme/pci: Fix read queue count by Keith Busch · 5 years ago
  4. 17c33167 nvme/pci Limit write queue sizes to possible cpus by Keith Busch · 5 years ago
  5. 3f68baf nvme/pci: Fix write and poll queue types by Keith Busch · 5 years ago
  6. c3bed3b Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  7. f6c4d97 nvme/pci: Remove last_cq_head by Keith Busch · 5 years ago
  8. 22802bf nvme: Namepace identification descriptor list is optional by Keith Busch · 5 years ago
  9. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  10. 655e7ae Revert "nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T" by Jian-Hong Pan · 5 years ago
  11. c869e49 nvme-fc: fix double-free scenarios on hw queues by James Smart · 5 years ago
  12. c80b36c nvme: else following return is not needed by Edmund Nadolski · 5 years ago
  13. a8157ff nvme: add error message on mismatching controller ids by James Smart · 5 years ago
  14. 863fbae nvme_fc: add module to ops template to allow module references by James Smart · 5 years ago
  15. 52e6d8e nvmet-loop: Avoid preallocating big SGL for data by Israel Rukshin · 5 years ago
  16. b1ae1a2 nvme-fc: Avoid preallocating big SGL for data by Israel Rukshin · 5 years ago
  17. 38e1800 nvme-rdma: Avoid preallocating big SGL for data by Israel Rukshin · 5 years ago
  18. 323264e Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  19. 2d53943 Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  20. 6c6aa2f nvme: hwmon: add quirk to avoid changing temperature threshold by Akinobu Mita · 5 years ago
  21. 52deba0 nvme: hwmon: provide temperature min and max values for each sensor by Akinobu Mita · 5 years ago
  22. 530436c nvme: Discard workaround for non-conformant devices by Eduard Hasenleithner · 5 years ago
  23. 400b6a7 nvme: Add hardware monitoring support by Guenter Roeck · 5 years ago
  24. 5cb8418 Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  25. 763303a nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths by Anton Eidelman · 5 years ago
  26. 9ad9e8d6 nvme-rdma: fix a segmentation fault during module unload by Max Gurtovoy · 5 years ago
  27. 64fab72 nvme: Fix parsing of ANA log page by Prabhath Sajeepa · 5 years ago
  28. 716fd9c nvmet: stop using bio_set_op_attrs by Christoph Hellwig · 5 years ago
  29. 9dea0c8 nvmet: add plugging for read/write when ns is bdev by Christoph Hellwig · 5 years ago
  30. d84dd8c nvmet: clean up command parsing a bit by Christoph Hellwig · 5 years ago
  31. 05d3046 nvme-pci: Spelling s/resdicovered/rediscovered/ by Geert Uytterhoeven · 5 years ago
  32. d4b3a17 nvmet: fill discovery controller sn, fr and mn correctly by Sagi Grimberg · 5 years ago
  33. be3f311 nvmet: Open code nvmet_req_execute() by Christoph Hellwig · 5 years ago
  34. e9061c3 nvmet: Remove the data_len field from the nvmet_req struct by Christoph Hellwig · 5 years ago
  35. 59ef0ea nvmet: Introduce nvmet_dsm_len() helper by Christoph Hellwig · 5 years ago
  36. 6f86f2c nvmet: Cleanup discovery execute handlers by Christoph Hellwig · 5 years ago
  37. 2cb6963 nvmet: Introduce common execute function for get_log_page and identify by Christoph Hellwig · 5 years ago
  38. c73eebc nvmet-tcp: Don't set the request's data_len by Logan Gunthorpe · 5 years ago
  39. e0bace7 nvmet-tcp: Don't check data_len in nvmet_tcp_map_data() by Logan Gunthorpe · 5 years ago
  40. e08f2ae nvme: Introduce nvme_lba_to_sect() by Damien Le Moal · 5 years ago
  41. 314d48d nvme: Cleanup and rename nvme_block_nr() by Damien Le Moal · 5 years ago
  42. 16686f3 nvme: move common call to nvme_cleanup_cmd to core layer by Max Gurtovoy · 5 years ago
  43. 2dc3947 nvme: introduce "Command Aborted By host" status code by Max Gurtovoy · 5 years ago
  44. 59534b9 nvmet-rdma: add unlikely check at nvmet_rdma_map_sgl_keyed by Israel Rukshin · 5 years ago
  45. e522f44 nvmet: add unlikely check at nvmet_req_alloc_sgl by Israel Rukshin · 5 years ago
  46. 4d764bb9a nvmet: use bio_io_error instead of duplicating it by Israel Rukshin · 5 years ago
  47. 58a8df6 nvme: introduce nvme_is_aen_req function by Israel Rukshin · 5 years ago
  48. bcde5f0 nvme-fc: ensure association_id is cleared regardless of a Disconnect LS by James Smart · 5 years ago
  49. 7db3948 nvme-fc: clarify error messages by James Smart · 5 years ago
  50. 44fbf3b nvme-fc: Set new cmd set indicator in nvme-fc cmnd iu by James Smart · 5 years ago
  51. 53b2b2f nvme-fc and nvmet-fc: sync with FC-NVME-2 header changes by James Smart · 5 years ago
  52. 1204c70 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  53. 86cccfb nvme-multipath: remove unused groups_only mode in ana log by Anton Eidelman · 5 years ago
  54. af8fd04 nvme-multipath: fix possible io hang after ctrl reconnect by Anton Eidelman · 5 years ago
  55. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  56. 1832f2d compat_ioctl: move more drivers to compat_ptr_ioctl by Arnd Bergmann · 6 years ago
  57. a4f4048 nvme-pci: Set the prp2 correctly when using more than 4k page by Kevin Hao · 5 years ago
  58. 28a4cac nvme-tcp: fix possible leakage during error flow by Max Gurtovoy · 5 years ago
  59. 5812d04 nvmet-loop: fix possible leakage during error flow by Max Gurtovoy · 5 years ago
  60. ac1c4e1 nvme-tcp: Initialize sk->sk_ll_usec only with NET_RX_BUSY_POLL by Sebastian Andrzej Siewior · 5 years ago
  61. c1ac9a4b nvme: Wait for reset state when required by Keith Busch · 5 years ago
  62. 4c75f87 nvme: Prevent resets during paused controller state by Keith Busch · 5 years ago
  63. 92b98e8 nvme: Restart request timers in resetting state by Keith Busch · 5 years ago
  64. 5d02a5c nvme: Remove ADMIN_ONLY state by Keith Busch · 5 years ago
  65. 770597e nvme-pci: Free tagset if no IO queues by Keith Busch · 5 years ago
  66. 3a8ecc9 nvme: retain split access workaround for capability reads by Ard Biesheuvel · 5 years ago
  67. 6abff1b nvme: fix possible deadlock when nvme_update_formats fails by Sagi Grimberg · 5 years ago
  68. 2d5ba0c Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 5 years ago
  69. 67b483d nvme-rdma: fix possible use-after-free in connect timeout by Sagi Grimberg · 5 years ago
  70. f968688 nvme: Move ctrl sqsize to generic space by Keith Busch · 5 years ago
  71. 2b1ff25 nvme: Add ctrl attributes for queue_count and sqsize by James Smart · 5 years ago
  72. 65e68ed nvme: allow 64-bit results in passthru commands by Marta Rybczynska · 5 years ago
  73. 19ea025 nvme: Add quirk for Kingston NVME SSD running FW E8FK11.T by Jian-Hong Pan · 5 years ago
  74. 30f27d5 nvmet-tcp: remove superflous check on request sgl by Sagi Grimberg · 5 years ago
  75. f03e42c Added QUIRKs for ADATA XPG SX8200 Pro 512GB by Gabriel Craciunescu · 5 years ago
  76. ff13c1b nvme-rdma: Fix max_hw_sectors calculation by Max Gurtovoy · 5 years ago
  77. bc4f6e0 nvme: fix an error code in nvme_init_subsystem() by Dan Carpenter · 5 years ago
  78. 7cbb5c6 nvme-pci: Save PCI state before putting drive into deepest state by Mario Limonciello · 5 years ago
  79. ddef295 nvme-tcp: fix wrong stop condition in io_work by Wunderlich, Mark · 5 years ago
  80. 2e959dd Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  81. 299d14d Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  82. b224726 nvme-pci: Fix a race in controller removal by Balbir Singh · 5 years ago
  83. 0ec6489 nvmet: change ppl to lpp by John Pittman · 5 years ago
  84. 54d4e6a block: centralize PI remapping logic to the block layer by Max Gurtovoy · 5 years ago
  85. 7ad67ca Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
  86. 5f8badb nvmet: fix a wrong error status returned in error log page by Amit · 5 years ago
  87. 85f8a43 nvme: send discovery log page change events to userspace by Sagi Grimberg · 5 years ago
  88. a42f42e nvme: add uevent variables for controller devices by Sagi Grimberg · 5 years ago
  89. 93da402 nvme: enable aen regardless of the presence of I/O queues by Sagi Grimberg · 5 years ago
  90. 2d352df nvme-fabrics: allow discovery subsystems accept a kato by Sagi Grimberg · 5 years ago
  91. 1179d33 nvmet: Use PTR_ERR_OR_ZERO() in nvmet_init_discovery() by Markus Elfring · 5 years ago
  92. 97b3807 nvme: Remove redundant assignment of cq vector by Israel Rukshin · 5 years ago
  93. 733e4b6 nvme: Assign subsys instance from first ctrl by Keith Busch · 5 years ago
  94. 312910f nvme: tcp: remove redundant assignment to variable ret by Colin Ian King · 5 years ago
  95. 03894b7a nvme: include admin_q sync with nvme_sync_queues by Edmund Nadolski · 5 years ago
  96. c26aa57 nvme: Treat discovery subsystems as unique subsystems by James Smart · 5 years ago
  97. 205da24 nvme: fix ns removal hang when failing to revalidate due to a transient error by Sagi Grimberg · 5 years ago
  98. 538af88 nvme: make nvme_report_ns_ids propagate error back by Sagi Grimberg · 5 years ago
  99. 331813f nvme: make nvme_identify_ns propagate errors back by Sagi Grimberg · 5 years ago
  100. 2f9c173 nvme: pass status to nvme_error_status by Sagi Grimberg · 5 years ago