1. 20d0189 block: Introduce new bio_split() by Kent Overstreet · 11 years ago
  2. 7988613 block: Convert bio_for_each_segment() to bvec_iter by Kent Overstreet · 11 years ago
  3. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  4. 052d0ef DMA-API: block: nvme-core: replace dma_set_mask()+dma_set_coherent_mask() with new helper by Russell King · 11 years ago
  5. d82e8bf NVMe: Merge issue on character device bring-up by Keith Busch · 11 years ago
  6. 9d713c2 NVMe: Handle ioremap failure by Keith Busch · 11 years ago
  7. cd63894 NVMe: Add pci suspend/resume driver callbacks by Keith Busch · 11 years ago
  8. 1894d8f NVMe: Use normal shutdown by Keith Busch · 11 years ago
  9. f0b5073 NVMe: Separate controller init from disk discovery by Keith Busch · 11 years ago
  10. 2240427 NVMe: Separate queue alloc/free from create/delete by Keith Busch · 11 years ago
  11. 0877cb0 NVMe: Group pci related actions in functions by Keith Busch · 11 years ago
  12. 9e59d09 NVMe: Disk stats for read/write commands only by Keith Busch · 11 years ago
  13. 7e03b12 NVMe: Bring up cdev on set feature failure by Keith Busch · 11 years ago
  14. 1b56749 NVMe: Fix checkpatch issues by Keith Busch · 11 years ago
  15. c3bfe71 NVMe: Namespace IDs are unsigned by Matthew Wilcox · 11 years ago
  16. 7d82245 NVMe: Call nvme_process_cq from submission path by Matthew Wilcox · 11 years ago
  17. bc57a0f NVMe: Remove "process_cq did something" message by Matthew Wilcox · 11 years ago
  18. e9539f4 NVMe: Return correct value from interrupt handler by Matthew Wilcox · 11 years ago
  19. 6198221 NVMe: Disk IO statistics by Keith Busch · 11 years ago
  20. 063a809 NVMe: Restructure MSI / MSI-X setup by Matthew Wilcox · 11 years ago
  21. fa08a39 NVMe: Add MSI support by Ramachandra Rao Gajula · 11 years ago
  22. cf9f123 NVMe: Use dma_set_mask() correctly by Matthew Wilcox · 11 years ago
  23. cf90bc4 Return the result from user admin command IOCTL even in case of failure by Chayan Biswas · 11 years ago
  24. 053ab702 NVMe: Do not cancel command multiple times by Keith Busch · 11 years ago
  25. 1287dab NVMe: fix error return code in nvme_submit_bio_queue() by Wei Yongjun · 11 years ago
  26. 5460fc0 NVMe: check for integer overflow in nvme_map_user_pages() by Dan Carpenter · 11 years ago
  27. 94f370c NVMe: Use user defined admin ioctl timeout by Keith Busch · 11 years ago
  28. 44af146 NVMe: Only clear the enable bit when disabling controller by Matthew Wilcox · 11 years ago
  29. ba47e38 NVMe: Wait for device to acknowledge shutdown by Matthew Wilcox · 11 years ago
  30. 78f8d25 NVMe: Schedule timeout for sync commands by Keith Busch · 11 years ago
  31. f410c68 NVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO by Keith Busch · 11 years ago
  32. 159b67d NVMe: Device specific stripe size handling by Keith Busch · 11 years ago
  33. 427e970 NVMe: Split non-mergeable bio requests by Keith Busch · 11 years ago
  34. cbb6218 NVMe: Remove dead code in nvme_dev_add by Keith Busch · 11 years ago
  35. a9ef434 NVMe: Check for NULL memory in nvme_dev_add by Keith Busch · 11 years ago
  36. 68b8eca NVMe: Fix error clean-up on nvme_alloc_queue by Keith Busch · 11 years ago
  37. 025c557 NVMe: Free admin queue on request_irq error by Keith Busch · 11 years ago
  38. 564a232 NVMe: Set TASK_INTERRUPTIBLE before processing queues by Arjan van de Ven · 11 years ago
  39. 5e82e95 NVMe: Add a character device for each nvme device by Keith Busch · 11 years ago
  40. 1c9b526 NVMe: Fix endian-related problems in user I/O submission path by Matthew Wilcox · 11 years ago
  41. af2d9ca NVMe: Fix I/O cancellation status on big-endian machines by Matthew Wilcox · 11 years ago
  42. 422ef0c NVMe: Don't fail initialisation unnecessarily by Matthew Wilcox · 11 years ago
  43. 063cc6d NVMe: Abstract out sector to block number conversion by Matthew Wilcox · 11 years ago
  44. acb7aa0 NVMe: Use round_jiffies_relative() for the periodic, once-per-second timer by Arjan van de Ven · 11 years ago
  45. 5d0f613 NVMe: Add nvme-scsi.c by Vishal Verma · 11 years ago
  46. f8ebf84 NVMe: Add definitions for format command by Vishal Verma · 11 years ago
  47. 13c3b0f NVMe: Move structures & definitions to header file by Vishal Verma · 11 years ago
  48. 729dd1b NVMe: Rename nvme.c to nvme-core.c by Vishal Verma · 11 years ago[Renamed from drivers/block/nvme.c]
  49. 0e5e4f0 NVMe: Add discard support for capable devices by Keith Busch · 12 years ago
  50. 5da273f Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  51. 1220903 NVMe: Add namespaces with no LBA range feature by Keith Busch · 11 years ago
  52. 8d85fce Drivers: block: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  53. 2b19603 NVMe: Initialize iod nents to 0 by Keith Busch · 12 years ago
  54. 6ecec74 NVMe: Define SMART log by Keith Busch · 12 years ago
  55. 08df1e0 NVMe: Add result to nvme_get_features by Keith Busch · 12 years ago
  56. f4f117f NVMe: Set result from user admin command by Keith Busch · 12 years ago
  57. 3295874 NVMe: End queued bio requests when freeing queue by Keith Busch · 12 years ago
  58. 859361a NVMe: Free cmdid on nvme_submit_bio error by Keith Busch · 12 years ago
  59. fdb2f9c Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 12 years ago
  60. 21e9893 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
  61. 1d35203 make drivers with pci error handlers const by Stephen Hemminger · 12 years ago
  62. a09115b NVMe: Cancel outstanding IOs on queue deletion by Matthew Wilcox · 12 years ago
  63. 9e86677 NVMe: Free admin queue memory on initialisation failure by Matthew Wilcox · 12 years ago
  64. cd58ad7 NVMe: Use ida for nvme device instance by Quoc-Son Anh · 12 years ago
  65. 0ac1314 NVMe: Fix whitespace damage in nvme_init by Matthew Wilcox · 12 years ago
  66. 22fff82 NVMe: handle allocation failure in nvme_map_user_pages() by Dan Carpenter · 13 years ago
  67. c7d36ab NVMe: Fix uninitialized iod compiler warning by Keith Busch · 12 years ago
  68. a0cadb8 NVMe: Do not set IO queue depth beyond device max by Keith Busch · 12 years ago
  69. 8fc23e0 NVMe: Set block queue max sectors by Keith Busch · 12 years ago
  70. a42cecc NVMe: use namespace id for nvme_get_features by Keith Busch · 12 years ago
  71. 50af8ba NVMe: replace nvme_ns with nvme_dev for user admin by Keith Busch · 12 years ago
  72. 5c42ea1 NVMe: Fix nvme module init when nvme_major is set by Keith Busch · 12 years ago
  73. e9ef463 NVMe: Set request queue logical block size by Keith Busch · 12 years ago
  74. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  75. 797a796 asm-generic: architecture independent readq/writeq for 32bit environment by Hitoshi Mitake · 12 years ago
  76. d0156f4 NVM Express: Remove unneeded include of linux/version.h from nvme.c by Jesper Juhl · 12 years ago
  77. 93c3d65 nvme: fix merge error due to change of 'make_request_fn' fn type by Linus Torvalds · 13 years ago
  78. df34813 NVMe: Set number of queues correctly by Matthew Wilcox · 13 years ago
  79. 366e821 NVMe: Version 0.8 by Matthew Wilcox · 13 years ago
  80. 4eeb921 NVMe: Set queue flags correctly by Matthew Wilcox · 13 years ago
  81. 1c2ad9f NVMe: Simplify nvme_unmap_user_pages by Matthew Wilcox · 13 years ago
  82. fe304c4 NVMe: Mark the end of the sg list by Matthew Wilcox · 13 years ago
  83. 4974218 NVMe: Fix DMA mapping for admin commands by Matthew Wilcox · 13 years ago
  84. ff976d7 NVMe: Rename IO_TIMEOUT to NVME_IO_TIMEOUT by Matthew Wilcox · 13 years ago
  85. eca18b2 NVMe: Merge the nvme_bio and nvme_prp data structures by Matthew Wilcox · 13 years ago
  86. 5c1281a NVMe: Change nvme_completion_fn to take a dev by Matthew Wilcox · 13 years ago
  87. 040a93b NVMe: Change get_nvmeq to take a dev instead of a namespace by Matthew Wilcox · 13 years ago
  88. c2f5b65 NVMe: Simplify completion handling by Matthew Wilcox · 13 years ago
  89. f1938f6 NVMe: Implement doorbell stride capability by Matthew Wilcox · 13 years ago
  90. ce38c14 NVMe: Version 0.7 by Matthew Wilcox · 13 years ago
  91. 2b2c189 NVMe: Don't probe namespace 0 by Matthew Wilcox · 13 years ago
  92. 0d1bc91 Fix calculation of number of pages in a PRP List by Nisheeth Bhat · 13 years ago
  93. bc5fc7e NVMe: Create nvme_identify and nvme_get_features functions by Matthew Wilcox · 13 years ago
  94. 684f5c2 NVMe: Fix memory leak in nvme_dev_add() by Matthew Wilcox · 13 years ago
  95. d1a490e NVMe: Fix calls to dma_unmap_sg by Nisheeth Bhat · 13 years ago
  96. d0ba1e4 NVMe: Correct sg list setup in nvme_map_user_pages by Matthew Wilcox · 13 years ago
  97. 6413214 Fix bug in NVME_IOCTL_SUBMIT_IO by Matthew Wilcox · 13 years ago
  98. 6bbf1ac NVMe: Rework ioctls by Matthew Wilcox · 13 years ago
  99. eac623b NVMe: Add the nvme thread to the wait queue before waking it up by Matthew Wilcox · 13 years ago
  100. 6f0f544 NVMe: Return real error from nvme_create_queue by Matthew Wilcox · 13 years ago