1. 025c557 NVMe: Free admin queue on request_irq error by Keith Busch · 12 years ago
  2. 564a232 NVMe: Set TASK_INTERRUPTIBLE before processing queues by Arjan van de Ven · 12 years ago
  3. 5e82e95 NVMe: Add a character device for each nvme device by Keith Busch · 12 years ago
  4. 1c9b526 NVMe: Fix endian-related problems in user I/O submission path by Matthew Wilcox · 12 years ago
  5. af2d9ca NVMe: Fix I/O cancellation status on big-endian machines by Matthew Wilcox · 12 years ago
  6. 422ef0c NVMe: Don't fail initialisation unnecessarily by Matthew Wilcox · 12 years ago
  7. 063cc6d NVMe: Abstract out sector to block number conversion by Matthew Wilcox · 12 years ago
  8. acb7aa0 NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer by Arjan van de Ven · 12 years ago
  9. 5d0f613 NVMe: Add nvme-scsi.c by Vishal Verma · 12 years ago
  10. f8ebf84 NVMe: Add definitions for format command by Vishal Verma · 12 years ago
  11. 13c3b0f NVMe: Move structures & definitions to header file by Vishal Verma · 12 years ago
  12. 729dd1b NVMe: Rename nvme.c to nvme-core.c by Vishal Verma · 12 years ago[Renamed from drivers/block/nvme.c]
  13. 0e5e4f0 NVMe: Add discard support for capable devices by Keith Busch · 12 years ago
  14. 5da273f Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  15. 1220903 NVMe: Add namespaces with no LBA range feature by Keith Busch · 12 years ago
  16. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  17. 2b19603 NVMe: Initialize iod nents to 0 by Keith Busch · 12 years ago
  18. 6ecec74 NVMe: Define SMART log by Keith Busch · 12 years ago
  19. 08df1e0 NVMe: Add result to nvme_get_features by Keith Busch · 12 years ago
  20. f4f117f NVMe: Set result from user admin command by Keith Busch · 12 years ago
  21. 3295874 NVMe: End queued bio requests when freeing queue by Keith Busch · 12 years ago
  22. 859361a NVMe: Free cmdid on nvme_submit_bio error by Keith Busch · 12 years ago
  23. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  24. 21e9893 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  25. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  26. a09115b NVMe: Cancel outstanding IOs on queue deletion by Matthew Wilcox · 12 years ago
  27. 9e86677 NVMe: Free admin queue memory on initialisation failure by Matthew Wilcox · 12 years ago
  28. cd58ad7 NVMe: Use ida for nvme device instance by Quoc-Son Anh · 13 years ago
  29. 0ac1314 NVMe: Fix whitespace damage in nvme_init by Matthew Wilcox · 12 years ago
  30. 22fff82 NVMe: handle allocation failure in nvme_map_user_pages() by Dan Carpenter · 13 years ago
  31. c7d36ab NVMe: Fix uninitialized iod compiler warning by Keith Busch · 12 years ago
  32. a0cadb8 NVMe: Do not set IO queue depth beyond device max by Keith Busch · 12 years ago
  33. 8fc23e0 NVMe: Set block queue max sectors by Keith Busch · 12 years ago
  34. a42cecc NVMe: use namespace id for nvme_get_features by Keith Busch · 12 years ago
  35. 50af8ba NVMe: replace nvme_ns with nvme_dev for user admin by Keith Busch · 12 years ago
  36. 5c42ea1 NVMe: Fix nvme module init when nvme_major is set by Keith Busch · 12 years ago
  37. e9ef463 NVMe: Set request queue logical block size by Keith Busch · 12 years ago
  38. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  39. 797a796 asm-generic: architecture independent readq/writeq for 32bit environment by Hitoshi Mitake · 13 years ago
  40. d0156f4 NVM Express: Remove unneeded include of linux/version.h from nvme.c by Jesper Juhl · 13 years ago
  41. 93c3d65 nvme: fix merge error due to change of 'make_request_fn' fn type by Linus Torvalds · 13 years ago
  42. df34813 NVMe: Set number of queues correctly by Matthew Wilcox · 13 years ago
  43. 366e821 NVMe: Version 0.8 by Matthew Wilcox · 13 years ago
  44. 4eeb921 NVMe: Set queue flags correctly by Matthew Wilcox · 13 years ago
  45. 1c2ad9f NVMe: Simplify nvme_unmap_user_pages by Matthew Wilcox · 13 years ago
  46. fe304c4 NVMe: Mark the end of the sg list by Matthew Wilcox · 13 years ago
  47. 4974218 NVMe: Fix DMA mapping for admin commands by Matthew Wilcox · 13 years ago
  48. ff976d7 NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT by Matthew Wilcox · 13 years ago
  49. eca18b2 NVMe: Merge the nvme_bio and nvme_prp data structures by Matthew Wilcox · 13 years ago
  50. 5c1281a NVMe: Change nvme_completion_fn to take a dev by Matthew Wilcox · 13 years ago
  51. 040a93b NVMe: Change get_nvmeq to take a dev instead of a namespace by Matthew Wilcox · 13 years ago
  52. c2f5b65 NVMe: Simplify completion handling by Matthew Wilcox · 13 years ago
  53. f1938f6 NVMe: Implement doorbell stride capability by Matthew Wilcox · 13 years ago
  54. ce38c14 NVMe: Version 0.7 by Matthew Wilcox · 13 years ago
  55. 2b2c189 NVMe: Don't probe namespace 0 by Matthew Wilcox · 13 years ago
  56. 0d1bc91 Fix calculation of number of pages in a PRP List by Nisheeth Bhat · 13 years ago
  57. bc5fc7e NVMe: Create nvme_identify and nvme_get_features functions by Matthew Wilcox · 13 years ago
  58. 684f5c2 NVMe: Fix memory leak in nvme_dev_add() by Matthew Wilcox · 13 years ago
  59. d1a490e NVMe: Fix calls to dma_unmap_sg by Nisheeth Bhat · 13 years ago
  60. d0ba1e4 NVMe: Correct sg list setup in nvme_map_user_pages by Matthew Wilcox · 13 years ago
  61. 6413214 Fix bug in NVME_IOCTL_SUBMIT_IO by Matthew Wilcox · 13 years ago
  62. 6bbf1ac NVMe: Rework ioctls by Matthew Wilcox · 14 years ago
  63. eac623b NVMe: Add the nvme thread to the wait queue before waking it up by Matthew Wilcox · 14 years ago
  64. 6f0f544 NVMe: Return real error from nvme_create_queue by Matthew Wilcox · 14 years ago
  65. be5e094 NVMe: Version 0.6 by Matthew Wilcox · 14 years ago
  66. 184d294 NVMe: Add a few calling convention notes by Matthew Wilcox · 14 years ago
  67. b77954c NVMe: Handle failures from memory allocations in nvme_setup_prps by Matthew Wilcox · 14 years ago
  68. 5aff938 NVMe: Use an IDA to allocate minor numbers by Matthew Wilcox · 14 years ago
  69. fd63e9ce NVMe: Add include of delay.h for msleep by Matthew Wilcox · 14 years ago
  70. 8de0553 NVMe: Add support for timing out I/Os by Matthew Wilcox · 14 years ago
  71. 21075bd NVMe: Rename cancel_cmdid_data to cancel_cmdid by Matthew Wilcox · 14 years ago
  72. 09a58f5 NVMe: Fix bug in error handling by Matthew Wilcox · 14 years ago
  73. 22605f9 NVMe: Time out initialisation after a few seconds by Matthew Wilcox · 14 years ago
  74. aba2080 NVMe: Fix warning in free_irq by Matthew Wilcox · 14 years ago
  75. 7f53f9d NVMe: Correct the Controller Configuration settings by Matthew Wilcox · 14 years ago
  76. 8ef7006 NVMe: Version 0.5 by Matthew Wilcox · 14 years ago
  77. 6c7d494 NVMe: Change the definition of nvme_user_io by Matthew Wilcox · 14 years ago
  78. 4948168 NVMe: Add compat_ioctl by Matthew Wilcox · 14 years ago
  79. 9ecdc94 NVMe: Simplify queue lookup by Matthew Wilcox · 14 years ago
  80. 3cb967c NVMe: Remove the kthread from the wait queue by Matthew Wilcox · 14 years ago
  81. 7523d83 NVMe: Fix off-by-one when filling in PRP lists by Matthew Wilcox · 14 years ago
  82. ac88c36 NVMe: Fix interpretation of 'Number of Namespaces' field by Matthew Wilcox · 14 years ago
  83. 19e899b NVMe: Remove outdated comments by Matthew Wilcox · 14 years ago
  84. fa92282 NVMe: Fix comment formatting by Matthew Wilcox · 14 years ago
  85. 714a7a2 NVMe: Convert comments to kernel-doc notation by Matthew Wilcox · 14 years ago
  86. b57ab0f NVMe: Version 0.4 by Matthew Wilcox · 14 years ago
  87. e6d15f7 NVMe: Reduce maximum queue depth by 1 by Matthew Wilcox · 14 years ago
  88. d8ee9d6 NVMe: Fix discontiguous accesses by Matthew Wilcox · 14 years ago
  89. 1ad2f89 NVMe: Handle bios that contain non-virtually contiguous addresses by Matthew Wilcox · 14 years ago
  90. 00df5cb NVMe: Implement Flush by Matthew Wilcox · 14 years ago
  91. c427055 NVMe: Mark CMD_CTX_CANCELLED as being unlikely by Matthew Wilcox · 14 years ago
  92. 7547881 NVMe: Correct SQ doorbell semantics by Matthew Wilcox · 14 years ago
  93. 740216f NVMe: Let the kthread take care of devices earlier by Matthew Wilcox · 14 years ago
  94. b348b7d NVMe: Rename nr_queues to nr_io_queues by Matthew Wilcox · 14 years ago
  95. ca16154 NVMe: Remove setting of 'flags' in rw command by Matthew Wilcox · 14 years ago
  96. ad8a5df NVMe: Release 0.3 by Matthew Wilcox · 14 years ago
  97. 1fa6aea NVMe: Add a kthread to handle the congestion list by Matthew Wilcox · 14 years ago
  98. eeee322 NVMe: Handle failures differently in nvme_submit_bio_queue() by Matthew Wilcox · 14 years ago
  99. 7683084 NVMe: Handle physical merging of bvec entries by Matthew Wilcox · 14 years ago
  100. 1974b1a NVMe: Check for DMA mapping failure by Matthew Wilcox · 14 years ago