1. 0a72bbb nvme: allow calling nvme_change_ctrl_state from irq context by Christoph Hellwig · 7 years ago
  2. a751da3 nvme: report more detailed status codes to the block layer by Christoph Hellwig · 7 years ago
  3. 07fbd32 nvme: honor RTD3 Entry Latency for shutdowns by Martin K. Petersen · 7 years ago
  4. 5228b32 nvme: fix uninitialized prp2 value on small transfers by Jan H. Schönherr · 7 years ago
  5. a7b7c7a nvme-rdma: Use unlikely macro in the fast path by Max Gurtovoy · 7 years ago
  6. 17c39d0 nvmet: use memcpy_and_pad for identify sn/fr by Martin Wilck · 7 years ago
  7. 48fa362 nvmet-fc: simplify sg list handling by James Smart · 7 years ago
  8. 5533d42 nvme-fc: Reattach to localports on re-registration by James Smart · 7 years ago
  9. 60b43f6 nvme: rename AMS symbolic constants to fit specification by Max Gurtovoy · 7 years ago
  10. ad4e05b nvme: add symbolic constants for CC identifiers by Max Gurtovoy · 7 years ago
  11. caaa15c nvme: fix identify namespace logging by Sagi Grimberg · 7 years ago
  12. 9b483da nvme-fabrics: log a warning if hostid is invalid by Guan Junxiong · 7 years ago
  13. 09fdc23 nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64 by Sagi Grimberg · 7 years ago
  14. 370ae6e nvme-rdma: cleanup error path in controller reset by Sagi Grimberg · 7 years ago
  15. 68e16fc nvme-rdma: introduce nvme_rdma_start_queue by Sagi Grimberg · 7 years ago
  16. 41e8cfa nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue by Sagi Grimberg · 7 years ago
  17. 148b4e7 nvme-rdma: stop queues instead of simply flipping their state by Sagi Grimberg · 7 years ago
  18. a57bd54 nvme-rdma: introduce configure/destroy io queues by Sagi Grimberg · 7 years ago
  19. 31fdf18 nvme-rdma: reuse configure/destroy_admin_queue by Sagi Grimberg · 7 years ago
  20. 3f02fff nvme-rdma: don't free tagset on resets by Sagi Grimberg · 7 years ago
  21. 18398af nvme-rdma: disable the controller on resets by Sagi Grimberg · 7 years ago
  22. b28a308 nvme-rdma: move tagset allocation to a dedicated routine by Sagi Grimberg · 7 years ago
  23. 34b6c23 nvme: Add admin_tagset pointer to nvme_ctrl by Sagi Grimberg · 7 years ago
  24. 90af351 nvme-rdma: move nvme_rdma_configure_admin_queue code location by Sagi Grimberg · 7 years ago
  25. 4897ad4 nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZE by Johannes Thumshirn · 7 years ago
  26. 1c35be8 nvmet-fcloop: remove ALL_OPTS define by Johannes Thumshirn · 7 years ago
  27. 130c24b nvmet: fix the return error code of target if host is not allowed by Guan Junxiong · 7 years ago
  28. 1645d50 nvmet: use NVME_NSID_ALL by Christoph Hellwig · 7 years ago
  29. dbf86b3 nvme: add support for NVMe 1.3 Timestamp Feature by Jon Derrick · 7 years ago
  30. 62346ea nvme: define NVME_NSID_ALL by Arnav Dawn · 7 years ago
  31. b6dccf7 nvme: add support for FW activation without reset by Arnav Dawn · 7 years ago
  32. cd996fb Merge tag 'v4.13-rc7' into for-4.14/block-postmerge by Jens Axboe · 7 years ago
  33. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  34. d352ae2 blk-mq: Make blk_mq_reinit_tagset() calls easier to read by Bart Van Assche · 7 years ago
  35. e9d8a0f nvme-pci: set cqe_seen on polled completions by Keith Busch · 7 years ago
  36. 81a0b8d nvme-fabrics: fix reporting of unrecognized options by Christoph Hellwig · 7 years ago
  37. 369157b nvmet-fc: eliminate incorrect static markers on local variables by James Smart · 7 years ago
  38. 16a5a48 nvmet-fc: correct use after free on list teardown by James Smart · 7 years ago
  39. 42819eb nvmet: don't overwrite identify sn/fr with 0-bytes by Martin Wilck · 7 years ago
  40. a082b42 nvme: fix directive command numd calculation by Kwan (Hingkwan) Huen-SSI · 7 years ago
  41. 634b832 nvme: fix nvme reset command timeout handling by Keith Busch · 7 years ago
  42. 1c78f77 nvme-pci: fix CMB sysfs file removal in reset path by Max Gurtovoy · 7 years ago
  43. 0fb228d nvmet_fc: add defer_req callback for deferment of cmd buffer return by James Smart · 7 years ago
  44. 758f373 nvme: strip trailing 0-bytes in wwid_show by Martin Wilck · 7 years ago
  45. 7dd1ab1 nvme: validate admin queue before unquiesce by Scott Bauer · 7 years ago
  46. 50cdb7c nvme-pci: fix HMB size calculation by Christoph Hellwig · 7 years ago
  47. 9c5358e nvme-fc: revise TRADDR parsing by James Smart · 7 years ago
  48. 8b25f35 nvme-fc: address target disconnect race conditions in fcp io submit by James Smart · 7 years ago
  49. 6484f5d nvme: also provide a UUID in the WWID sysfs attribute by Johannes Thumshirn · 7 years ago
  50. 42de82a nvmet: don't report 0-bytes in serial number by Martin Wilck · 7 years ago
  51. fcbc545 nvmet: preserve controller serial number between reboots by Johannes Thumshirn · 7 years ago
  52. 2e7f5d2 nvmet: Move serial number from controller to subsystem by Johannes Thumshirn · 7 years ago
  53. 41528f8 nvmet: prefix version configfs file with attr by Johannes Thumshirn · 7 years ago
  54. b00c9b7 nvme-pci: Fix an error handling path in 'nvme_probe()' by Christophe JAILLET · 7 years ago
  55. 86eea28 nvme-pci: Remove nvme_setup_prps BUG_ON by Keith Busch · 7 years ago
  56. f99cb7af nvme-pci: add another device ID with stripe quirk by David Wayne Fugate · 7 years ago
  57. 7722ecd nvmet-fc: fix byte swapping in nvmet_fc_ls_create_association by Christoph Hellwig · 7 years ago
  58. dc1a0af nvme: fix byte swapping in the streams code by Christoph Hellwig · 7 years ago
  59. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  60. 459bd0d Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus by Jens Axboe · 7 years ago
  61. c2f30f08 nvmet: avoid unneeded assignment of submit_bio return value by Max Gurtovoy · 7 years ago
  62. b27c1e6 nvme-pci: add module parameter for io queue depth by weiping zhang · 7 years ago
  63. 2ee0e4e nvme-pci: compile warnings in nvme_alloc_host_mem() by Dan Carpenter · 7 years ago
  64. 4cb7ca8 nvmet_fc: Accept variable pad lengths on Create Association LS by James Smart · 7 years ago
  65. f263fbb Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  66. 842594c nvme-rdma: unconditionally recycle the request mr by Sagi Grimberg · 7 years ago
  67. d09f2b4 nvme: split nvme_uninit_ctrl into stop and uninit by Sagi Grimberg · 7 years ago
  68. 8d7b8fa nvme: kick requeue list when requeueing a request instead of when starting the queues by Sagi Grimberg · 7 years ago
  69. c81545f nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 7 years ago
  70. c1c0fff nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 7 years ago
  71. f9c5af5 nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 7 years ago
  72. fb05133 nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues by Sagi Grimberg · 7 years ago
  73. 5e599d7 nvme-rdma: remove race conditions from IB signalling by Marta Rybczynska · 8 years ago
  74. e5859d3 nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it by Sagi Grimberg · 7 years ago
  75. cda5fd1 nvme-fc: update tagset nr_hw_queues after queues reinit by Sagi Grimberg · 7 years ago
  76. 4368c39 nvme-loop: update tagset nr_hw_queues after reconnecting/resetting by Sagi Grimberg · 7 years ago
  77. 4c8b99f nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting by Sagi Grimberg · 7 years ago
  78. 7314183 nvme-fc: don't override opts->nr_io_queues by Sagi Grimberg · 7 years ago
  79. 03ffbcd Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. c6b1e36 Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  81. 81e3e04 Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid by Linus Torvalds · 7 years ago
  82. 775755e PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done() by Christoph Hellwig · 8 years ago
  83. 01ad099 nvme-pci: rename to nvme_pci_configure_admin_queue by Sagi Grimberg · 8 years ago
  84. 20d0dfe nvme: move ctrl cap to struct nvme_ctrl by Sagi Grimberg · 7 years ago
  85. d858e5f nvme: move queue_count to the nvme_ctrl by Sagi Grimberg · 8 years ago
  86. d554b5e nvme: Quirks for PM1725 controllers by Martin K. Petersen · 7 years ago
  87. a2b9377 nvme: Makefile: remove dead build rule by Valentin Rothberg · 7 years ago
  88. 425a17c nvme: Allocate queues for all possible CPUs by Christoph Hellwig · 7 years ago
  89. f1d4ef7 nvmet-rdma: register ib_client to not deadlock in device removal by Sagi Grimberg · 7 years ago
  90. 69fa964 nvme_fc: fix error recovery on link down. by James Smart · 7 years ago
  91. 188f7e8 nvmet_fc: fix crashes on bad opcodes by James Smart · 8 years ago
  92. 0b5a766 nvme_fc: Fix crash when nvme controller connection fails. by James Smart · 8 years ago
  93. 36715cf nvme_fc: replace ioabort msleep loop with completion by James Smart · 8 years ago
  94. b4dfd6e nvme_fc: fix double calls to nvme_cleanup_cmd() by James Smart · 7 years ago
  95. b1465c6 nvme-fabrics: verify that a controller returns the correct NQN by Christoph Hellwig · 7 years ago
  96. 49d3d50 nvme: simplify nvme_dev_attrs_are_visible by Christoph Hellwig · 7 years ago
  97. 180de007 nvme: read the subsystem NQN from Identify Controller by Christoph Hellwig · 7 years ago
  98. 942fbab nvme: remove a misleading comment on struct nvme_ns by Christoph Hellwig · 7 years ago
  99. 76a5af8 nvme: explicitly disable APST on quirked devices by Kai-Heng Feng · 7 years ago
  100. 7aa1f42 nvme: use a single NVME_AQ_DEPTH and relax it to 32 by Sagi Grimberg · 8 years ago