1. e6e96d7 NVMe: Initialize device list head before starting by Keith Busch · 10 years ago
  2. 52b68d7 NVMe: Fix for BLK_DEV_INTEGRITY not set by Keith Busch · 10 years ago
  3. 0c0f9b9 NVMe: Fix potential corruption on sync commands by Keith Busch · 10 years ago
  4. 4832851 NVMe: Remove unused variables by Keith Busch · 10 years ago
  5. 07836e6 NVMe: Fix potential corruption during shutdown by Keith Busch · 10 years ago
  6. 2e1d844 NVMe: Asynchronous controller probe by Keith Busch · 10 years ago
  7. b3fffde NVMe: Register management handle under nvme class by Keith Busch · 10 years ago
  8. e1e5e56 NVMe: Metadata format support by Keith Busch · 10 years ago
  9. 8494bcf Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  10. ac3dd5b NVMe: avoid kmalloc/kfree for smaller IO by Jens Axboe · 10 years ago
  11. 121c7ad NVMe: within nvme_free_queues(), delete RCU sychro/deferred free by kaoudis · 10 years ago
  12. 6222d17 NVMe: cq_vector should be signed by Jens Axboe · 10 years ago
  13. 7a509a6 NVMe: Fix locking on abort handling by Keith Busch · 10 years ago
  14. c9d3bf8 NVMe: Start and stop h/w queues on reset by Keith Busch · 10 years ago
  15. cef6a94 NVMe: Command abort handling fixes by Keith Busch · 10 years ago
  16. 0fb59cb NVMe: Admin queue removal handling by Keith Busch · 10 years ago
  17. ea191d2 NVMe: Reference count admin queue usage by Keith Busch · 10 years ago
  18. c917dfe NVMe: Start all requests by Keith Busch · 10 years ago
  19. 35b489d block: fix checking return value of blk_mq_init_queue by Ming Lei · 10 years ago
  20. 2b25d98 NVMe: Fix double free irq by Keith Busch · 10 years ago
  21. 849c6e7 NVMe: fix race condition in nvme_submit_sync_cmd() by Jens Axboe · 10 years ago
  22. fe54303 NVMe: fix retry/error logic in nvme_queue_rq() by Jens Axboe · 10 years ago
  23. 285dffc NVMe: Fix FS mount issue (hot-remove followed by hot-add) by Indraneel M · 10 years ago
  24. 97fe383 NVMe: fix error return checking from blk_mq_alloc_request() by Jens Axboe · 10 years ago
  25. c87fd54 NVMe: fix freeing of wrong request in abort path by Sam Bradshaw · 10 years ago
  26. 9af8785 NVMe: Fix command setup on IO retry by Keith Busch · 10 years ago
  27. c78b4713 NVMe: Update module version major number by Keith Busch · 10 years ago
  28. be7837e NVMe: fail pci initialization if the device doesn't have any BARs by Jens Axboe · 10 years ago
  29. 2c30540 NVMe: add ->exit_hctx() hook by Jens Axboe · 10 years ago
  30. e32efbf NVMe: make setup work for devices that don't do INTx by Jens Axboe · 10 years ago
  31. 1397688 NVMe: enable IO stats by default by Jens Axboe · 10 years ago
  32. 6dcc0cf NVMe: nvme_submit_async_admin_req() must use atomic rq allocation by Jens Axboe · 10 years ago
  33. 9d135bb NVMe: replace blk_put_request() with blk_mq_free_request() by Jens Axboe · 10 years ago
  34. a64e6bb NVMe: __nvme_submit_admin_cmd() can be static by kbuild test robot · 10 years ago
  35. 9f173b3 NVMe: blk_mq_alloc_request() returns error pointers by Dan Carpenter · 10 years ago
  36. a4aea56 NVMe: Convert to blk-mq by Matias Bjørling · 10 years ago
  37. 9dbbfab NVMe: Do not over allocate for discard requests by Keith Busch · 10 years ago
  38. 9e60352 NVMe: Do not open disks that are being deleted by Keith Busch · 10 years ago
  39. 5940c85 NVMe: Clear QUEUE_FLAG_STACKABLE by Keith Busch · 10 years ago
  40. 387caa5 NVMe: Fix device probe waiting on kthread by Keith Busch · 10 years ago
  41. 7963e52 NVMe: Passthrough IOCTL for IO commands by Keith Busch · 10 years ago
  42. 1b9dbf7 NVMe: Add revalidate_disk callback by Keith Busch · 10 years ago
  43. 7be50e9 NVMe: Fix nvmeq waitqueue entry initialization by Keith Busch · 10 years ago
  44. b4ff9c8 NVMe: Translate NVMe status to errno by Keith Busch · 10 years ago
  45. e179729 NVMe: Remove duplicate compat SG_IO code by Keith Busch · 10 years ago
  46. a96d4f5 NVMe: Reference count pci device by Keith Busch · 10 years ago
  47. 062261b nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  48. 5905535 NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues by Sam Bradshaw · 10 years ago
  49. 302c672 NVMe: Fix filesystem sync deadlock on removal by Keith Busch · 10 years ago
  50. f435c28 NVMe: Call nvme_free_queue directly by Keith Busch · 10 years ago
  51. 2484f40 NVMe: Add shutdown timeout as module parameter. by Dan McLeran · 10 years ago
  52. 7c1b245 NVMe: Skip orderly shutdown on failed devices by Keith Busch · 10 years ago
  53. a673947 NVMe: Whitespace fixes by Keith Busch · 10 years ago
  54. c81f497 NVMe: Use pci_stop_and_remove_bus_device_locked() by Keith Busch · 10 years ago
  55. badc34d NVMe: Handling devices incapable of I/O by Keith Busch · 10 years ago
  56. 0107952 NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config. by Dan McLeran · 10 years ago
  57. 1d09062 NVMe: Mismatched host/device page size support by Keith Busch · 10 years ago
  58. 6fccf93 NVMe: Async event request by Keith Busch · 10 years ago
  59. 4d51abf block: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  60. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  61. b55b390 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 10 years ago
  62. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 10 years ago
  63. bd67608 NVMe: Rename io_timeout to nvme_io_timeout by Matthew Wilcox · 10 years ago
  64. b4e75cb NVMe: Adhere to request queue block accounting enable/disable by Sam Bradshaw · 11 years ago
  65. a51afb5 NVMe: Fix nvme get/put queue semantics by Keith Busch · 11 years ago
  66. 9d43cf6 NVMe: Make admin timeout a module parameter by Keith Busch · 11 years ago
  67. 61e4ce0 NVMe: Make iod bio timeout a parameter by Keith Busch · 11 years ago
  68. 6808c5f NVMe: Prevent possible NULL pointer dereference by Santosh Y · 10 years ago
  69. f0d54a5 NVMe: Implement PCIe reset notification callback by Keith Busch · 11 years ago
  70. 21bd78b NVMe: Enable BUILD_BUG_ON checks by Matthew Wilcox · 11 years ago
  71. 53562be NVMe: Flush with data support by Keith Busch · 11 years ago
  72. a7d2ce2 NVMe: Configure support for block flush by Keith Busch · 11 years ago
  73. 3291fa5 NVMe: Add tracepoints by Keith Busch · 11 years ago
  74. 94bbac4 NVMe: Protect against badly formatted CQEs by Keith Busch · 11 years ago
  75. 27e8166 NVMe: Improve error messages by Matthew Wilcox · 11 years ago
  76. 8757ad6 NVMe: Update copyright headers by Matthew Wilcox · 11 years ago
  77. 3e8072d Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  78. edd10d3 NVMe: Retry failed commands with non-fatal errors by Keith Busch · 11 years ago
  79. 4cc09e2 NVMe: Add getgeo to block ops by Keith Busch · 11 years ago
  80. b9afca3 NVMe: Start-stop nvme_thread during device add-remove. by Dan McLeran · 11 years ago
  81. b355084 NVMe: Make I/O timeout a module parameter by Keith Busch · 11 years ago
  82. 33b1e95 NVMe: CPU hot plug notification by Keith Busch · 11 years ago
  83. 42f6142 NVMe: per-cpu io queues by Keith Busch · 11 years ago
  84. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  85. 6eb0d69 NVMe: Replace DEFINE_PCI_DEVICE_TABLE by Matthew Wilcox · 11 years ago
  86. 4f5099a NVMe: IOCTL path RCU protect queue access by Keith Busch · 11 years ago
  87. 5a92e70 NVMe: RCU protected access to io queues by Keith Busch · 11 years ago
  88. fb35e91 NVMe: Initialize device reference count earlier by Keith Busch · 11 years ago
  89. 671a601 NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  90. be577fa nvme: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
  91. 9ca9737 nvme: don't use PREPARE_WORK by Tejun Heo · 11 years ago
  92. 8352650a Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  93. 9ac2709 NVMe: Namespace use after free on surprise removal by Keith Busch · 11 years ago
  94. bdfd70f NVMe: Correct uses of INIT_WORK by Matthew Wilcox · 11 years ago
  95. 3193f07 NVMe: Include device and queue numbers in interrupt name by Matthew Wilcox · 11 years ago
  96. 09ece14 NVMe: Add a pci_driver shutdown method by Keith Busch · 11 years ago
  97. a1a5ef9 NVMe: Disable admin queue on init failure by Keith Busch · 11 years ago
  98. 469071a NVMe: Dynamically allocate partition numbers by Matthew Wilcox · 11 years ago
  99. 4d11542 NVMe: Async IO queue deletion by Keith Busch · 11 years ago
  100. 0e53d18 NVMe: Surprise removal handling by Keith Busch · 11 years ago