1. 97e3683 xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together by Konrad Rzeszutek Wilk · 13 years ago
  2. a2c2a0e paride: fix potential information leak in pg_read() by Dan Carpenter · 13 years ago
  3. 0007a4c cciss: auto engage SCSI mid layer at driver load time by Stephen M. Cameron · 13 years ago
  4. 7035b5d loop: cleanup set_status interface by Dmitry Monakhov · 13 years ago
  5. 3bb9068 loop: prevent information leak after failed read by Dmitry Monakhov · 13 years ago
  6. 1937335 The Windows driver .inf disables ASPM on all cciss devices. Do the same. by Matthew Garrett · 13 years ago
  7. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  8. 06d3814 Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  9. a71f483 mtip32xx: update to new ->make_request() API by Jens Axboe · 13 years ago
  10. 0e838c6 mtip32xx: add module.h include to avoid conflict with moduleh tree by Jens Axboe · 13 years ago
  11. 3ff147d mtip32xx: mark a few more items static by Jens Axboe · 13 years ago
  12. 6316668 mtip32xx: ensure that all local functions are static by Jens Axboe · 13 years ago
  13. ef0f158 mtip32xx: cleanup compat ioctl handling by Jens Axboe · 13 years ago
  14. 16d02c0 mtip32xx: fix warnings/errors on 32-bit compiles by Jens Axboe · 13 years ago
  15. 88523a6 block: Add driver for Micron RealSSD pcie flash cards by Sam Bradshaw · 13 years ago
  16. 3d0a8d1 Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  17. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  18. f1938f6 NVMe: Implement doorbell stride capability by Matthew Wilcox · 13 years ago
  19. ce38c14 NVMe: Version 0.7 by Matthew Wilcox · 13 years ago
  20. 2b2c189 NVMe: Don't probe namespace 0 by Matthew Wilcox · 13 years ago
  21. 0d1bc91 Fix calculation of number of pages in a PRP List by Nisheeth Bhat · 13 years ago
  22. bc5fc7e NVMe: Create nvme_identify and nvme_get_features functions by Matthew Wilcox · 13 years ago
  23. 684f5c2 NVMe: Fix memory leak in nvme_dev_add() by Matthew Wilcox · 13 years ago
  24. d1a490e NVMe: Fix calls to dma_unmap_sg by Nisheeth Bhat · 13 years ago
  25. d0ba1e4 NVMe: Correct sg list setup in nvme_map_user_pages by Matthew Wilcox · 13 years ago
  26. 6413214 Fix bug in NVME_IOCTL_SUBMIT_IO by Matthew Wilcox · 13 years ago
  27. 6bbf1ac NVMe: Rework ioctls by Matthew Wilcox · 13 years ago
  28. eac623b NVMe: Add the nvme thread to the wait queue before waking it up by Matthew Wilcox · 13 years ago
  29. 6f0f544 NVMe: Return real error from nvme_create_queue by Matthew Wilcox · 13 years ago
  30. be5e094 NVMe: Version 0.6 by Matthew Wilcox · 13 years ago
  31. 184d294 NVMe: Add a few calling convention notes by Matthew Wilcox · 13 years ago
  32. b77954c NVMe: Handle failures from memory allocations in nvme_setup_prps by Matthew Wilcox · 13 years ago
  33. 5aff938 NVMe: Use an IDA to allocate minor numbers by Matthew Wilcox · 13 years ago
  34. fd63e9ce NVMe: Add include of delay.h for msleep by Matthew Wilcox · 13 years ago
  35. 8de0553 NVMe: Add support for timing out I/Os by Matthew Wilcox · 13 years ago
  36. 21075bd NVMe: Rename cancel_cmdid_data to cancel_cmdid by Matthew Wilcox · 13 years ago
  37. 09a58f5 NVMe: Fix bug in error handling by Matthew Wilcox · 13 years ago
  38. 22605f9 NVMe: Time out initialisation after a few seconds by Matthew Wilcox · 13 years ago
  39. aba2080 NVMe: Fix warning in free_irq by Matthew Wilcox · 14 years ago
  40. 7f53f9d NVMe: Correct the Controller Configuration settings by Matthew Wilcox · 14 years ago
  41. 8ef7006 NVMe: Version 0.5 by Matthew Wilcox · 14 years ago
  42. 6c7d494 NVMe: Change the definition of nvme_user_io by Matthew Wilcox · 14 years ago
  43. 4948168 NVMe: Add compat_ioctl by Matthew Wilcox · 14 years ago
  44. 9ecdc94 NVMe: Simplify queue lookup by Matthew Wilcox · 14 years ago
  45. 3cb967c NVMe: Remove the kthread from the wait queue by Matthew Wilcox · 14 years ago
  46. 7523d83 NVMe: Fix off-by-one when filling in PRP lists by Matthew Wilcox · 14 years ago
  47. ac88c36 NVMe: Fix interpretation of 'Number of Namespaces' field by Matthew Wilcox · 14 years ago
  48. 19e899b NVMe: Remove outdated comments by Matthew Wilcox · 14 years ago
  49. fa92282 NVMe: Fix comment formatting by Matthew Wilcox · 14 years ago
  50. 714a7a2 NVMe: Convert comments to kernel-doc notation by Matthew Wilcox · 14 years ago
  51. b57ab0f NVMe: Version 0.4 by Matthew Wilcox · 14 years ago
  52. e6d15f7 NVMe: Reduce maximum queue depth by 1 by Matthew Wilcox · 14 years ago
  53. d8ee9d6 NVMe: Fix discontiguous accesses by Matthew Wilcox · 14 years ago
  54. 1ad2f89 NVMe: Handle bios that contain non-virtually contiguous addresses by Matthew Wilcox · 14 years ago
  55. 00df5cb NVMe: Implement Flush by Matthew Wilcox · 14 years ago
  56. c427055 NVMe: Mark CMD_CTX_CANCELLED as being unlikely by Matthew Wilcox · 14 years ago
  57. 7547881 NVMe: Correct SQ doorbell semantics by Matthew Wilcox · 14 years ago
  58. 740216f NVMe: Let the kthread take care of devices earlier by Matthew Wilcox · 14 years ago
  59. b348b7d NVMe: Rename nr_queues to nr_io_queues by Matthew Wilcox · 14 years ago
  60. ca16154 NVMe: Remove setting of 'flags' in rw command by Matthew Wilcox · 14 years ago
  61. ad8a5df NVMe: Release 0.3 by Matthew Wilcox · 14 years ago
  62. 1fa6aea NVMe: Add a kthread to handle the congestion list by Matthew Wilcox · 14 years ago
  63. eeee322 NVMe: Handle failures differently in nvme_submit_bio_queue() by Matthew Wilcox · 14 years ago
  64. 7683084 NVMe: Handle physical merging of bvec entries by Matthew Wilcox · 14 years ago
  65. 1974b1a NVMe: Check for DMA mapping failure by Matthew Wilcox · 14 years ago
  66. d567760 NVMe: Pass the nvme_dev to nvme_free_prps and nvme_setup_prps by Matthew Wilcox · 14 years ago
  67. 99802a7 NVMe: Optimise memory usage for I/Os between 4k and 128k by Matthew Wilcox · 14 years ago
  68. 091b609 NVMe: Switch to use DMA Pool API by Matthew Wilcox · 14 years ago
  69. d534df3 NVMe: Rename nvme_req_info to nvme_bio by Matthew Wilcox · 14 years ago
  70. e025344c NVMe: Initial PRP List support by Shane Michael Matthews · 14 years ago
  71. 51882d0 NVMe: Advance the sg pointer when filling in an sg list by Matthew Wilcox · 14 years ago
  72. d2d8703 NVMe: Renumber the special context values by Matthew Wilcox · 14 years ago
  73. 9294bbe NVMe: Handle the congestion list a little better by Matthew Wilcox · 14 years ago
  74. e85248e NVMe: Record the timeout for each command by Matthew Wilcox · 14 years ago
  75. ec6ce61 NVMe: Need to lock queue during interrupt handling by Matthew Wilcox · 14 years ago
  76. 48e3d39 NVMe: Detect command IDs completing that are out of range by Matthew Wilcox · 14 years ago
  77. b36235d NVMe: Detect commands that are completed twice by Matthew Wilcox · 14 years ago
  78. be7b627 NVMe: Use a symbolic name to represent cancelled commands instead of 0 by Matthew Wilcox · 14 years ago
  79. 58ffacb NVMe: Add a module parameter to use a threaded interrupt by Matthew Wilcox · 14 years ago
  80. b1ad37e NVMe: Call put_nvmeq() before calling nvme_submit_sync_cmd() by Matthew Wilcox · 14 years ago
  81. 3c0cf13 NVMe: Allow fatal signals to interrupt I/O by Matthew Wilcox · 14 years ago
  82. db5d0c1 NVMe: Release 0.2 by Matthew Wilcox · 14 years ago
  83. 6ee44cd NVMe: Add download / activate firmware ioctls by Matthew Wilcox · 14 years ago
  84. 388f037 NVMe: Move sysfs entries to the right place by Matthew Wilcox · 14 years ago
  85. 5911f20 NVMe: Disable the device before we write the admin queues by Shane Michael Matthews · 14 years ago
  86. 574e8b9 NVMe: Request I/O regions by Matthew Wilcox · 14 years ago
  87. 2930353 NVMe: Allow queues to be allocated above 4GB by Matthew Wilcox · 14 years ago
  88. f64d336 NVMe: Enable device DMA by Matthew Wilcox · 14 years ago
  89. 0ee5a7d NVMe: Enable and disable the PCI device by Shane Michael Matthews · 14 years ago
  90. 3f85d50 NVMe: Check returns from nvme_alloc_queue() by Matthew Wilcox · 14 years ago
  91. 8e9f0e7 NVMe: Remove 'node' from nvme_dev by Matthew Wilcox · 14 years ago
  92. 5181423 NVMe: Read the model, serial & firmware rev from the controller by Matthew Wilcox · 14 years ago
  93. a53295b NVMe: Add NVME_IOCTL_SUBMIT_IO by Matthew Wilcox · 14 years ago
  94. 7fc3cda NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages() by Matthew Wilcox · 14 years ago
  95. bd38c55 NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the ranges by Matthew Wilcox · 14 years ago
  96. b8deb62 NVMe: Zero the command before we send it by Matthew Wilcox · 14 years ago
  97. ff22b54 NVMe: Add nvme_setup_prps() by Matthew Wilcox · 14 years ago
  98. 36c14ed NVMe: Use PRP2 for the nvme_identify ioctl by Matthew Wilcox · 14 years ago
  99. 53c9577 NVMe: Fix admin IRQ claim on real hardware by Matthew Wilcox · 14 years ago
  100. 8212346 NVMe: Rename 'cycle' to 'phase' by Matthew Wilcox · 14 years ago