1. f3db22f NVMe: Fix hot cpu notification dead lock by Keith Busch · 11 years ago
  2. bd67608 NVMe: Rename io_timeout to nvme_io_timeout by Matthew Wilcox · 11 years ago
  3. dedf4b1 NVMe: Use last bytes of f/w rev SCSI Inquiry by Keith Busch · 11 years ago
  4. b4e75cb NVMe: Adhere to request queue block accounting enable/disable by Sam Bradshaw · 11 years ago
  5. a51afb5 NVMe: Fix nvme get/put queue semantics by Keith Busch · 11 years ago
  6. de672b9 NVMe: Delete NVME_GET_FEAT_TEMP_THRESH by Matthew Wilcox · 11 years ago
  7. 9d43cf6 NVMe: Make admin timeout a module parameter by Keith Busch · 11 years ago
  8. 61e4ce0 NVMe: Make iod bio timeout a parameter by Keith Busch · 11 years ago
  9. 6808c5f NVMe: Prevent possible NULL pointer dereference by Santosh Y · 11 years ago
  10. 4131f2f NVMe: Fix the buffer size passed in GetLogPage(CDW10.NUMD) by Indraneel Mukherjee · 11 years ago
  11. 21bd78b NVMe: Enable BUILD_BUG_ON checks by Matthew Wilcox · 11 years ago
  12. 53562be NVMe: Flush with data support by Keith Busch · 11 years ago
  13. a7d2ce2 NVMe: Configure support for block flush by Keith Busch · 11 years ago
  14. 3291fa5 NVMe: Add tracepoints by Keith Busch · 11 years ago
  15. 94bbac4 NVMe: Protect against badly formatted CQEs by Keith Busch · 11 years ago
  16. 27e8166 NVMe: Improve error messages by Matthew Wilcox · 11 years ago
  17. 8757ad6 NVMe: Update copyright headers by Matthew Wilcox · 11 years ago
  18. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  19. 3e8072d Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  20. edd10d3 NVMe: Retry failed commands with non-fatal errors by Keith Busch · 11 years ago
  21. 4cc09e2 NVMe: Add getgeo to block ops by Keith Busch · 11 years ago
  22. b9afca3 NVMe: Start-stop nvme_thread during device add-remove. by Dan McLeran · 11 years ago
  23. b355084 NVMe: Make I/O timeout a module parameter by Keith Busch · 11 years ago
  24. 33b1e95 NVMe: CPU hot plug notification by Keith Busch · 11 years ago
  25. 42f6142 NVMe: per-cpu io queues by Keith Busch · 11 years ago
  26. dd76a78 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  27. 44bd70c drivers/block/loop.c: ratelimit error messages by Mike Galbraith · 11 years ago
  28. 26c12d9 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  29. f4659d8 zram: support REQ_DISCARD by Joonsoo Kim · 11 years ago
  30. 56b4e8c zram: use scnprintf() in attrs show() methods by Sergey Senozhatsky · 11 years ago
  31. 60a726e zram: propagate error to user by Minchan Kim · 11 years ago
  32. fcfa8d9 zram: return error-valued pointer from zcomp_create() by Sergey Senozhatsky · 11 years ago
  33. d61f98c zram: move comp allocation out of init_lock by Sergey Senozhatsky · 11 years ago
  34. 6e76668 zram: add lz4 algorithm backend by Sergey Senozhatsky · 11 years ago
  35. e46b8a0 zram: make compression algorithm selection possible by Sergey Senozhatsky · 11 years ago
  36. fe8eb12 zram: add set_max_streams knob by Sergey Senozhatsky · 11 years ago
  37. beca3ec zram: add multi stream functionality by Sergey Senozhatsky · 11 years ago
  38. 9cc9752 zram: factor out single stream compression by Sergey Senozhatsky · 11 years ago
  39. b7ca232 zram: use zcomp compressing backends by Sergey Senozhatsky · 11 years ago
  40. e7e1ef4 zram: introduce compressing backend abstraction by Sergey Senozhatsky · 11 years ago
  41. b67d1ec zram: delete zram_init_device() by Sergey Senozhatsky · 11 years ago
  42. e64cd51 zram: move zram size warning to documentation by Sergey Senozhatsky · 11 years ago
  43. 59fc86a zram: drop not used table `count' member by Sergey Senozhatsky · 11 years ago
  44. 6444724 zram: report failed read and write stats by Sergey Senozhatsky · 11 years ago
  45. a68eb3b zram: remove zram stats code duplication by Sergey Senozhatsky · 11 years ago
  46. 90a7806 zram: use atomic64_t for all zram stats by Sergey Senozhatsky · 11 years ago
  47. b7cccf8 zram: remove good and bad compress stats by Sergey Senozhatsky · 11 years ago
  48. be257c6 zram: do not pass rw argument to __zram_make_request() by Sergey Senozhatsky · 11 years ago
  49. be2d1d5 zram: drop `init_done' struct zram member by Sergey Senozhatsky · 11 years ago
  50. 240cd6a81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  51. 0ccd592 rbd: prefix rbd writes with CEPH_OSD_OP_SETALLOCHINT osd op by Ilya Dryomov · 11 years ago
  52. deb236b rbd: num_ops parameter for rbd_osd_req_create() by Ilya Dryomov · 11 years ago
  53. 7cc69d4 libceph: bump CEPH_OSD_MAX_OP to 3 by Ilya Dryomov · 11 years ago
  54. 42dd037 rbd: fix error paths in rbd_img_request_fill() by Ilya Dryomov · 11 years ago
  55. 62054da rbd: remove out_partial label in rbd_img_request_fill() by Ilya Dryomov · 11 years ago
  56. 64056a9 Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  57. f730c84 drbd: don't open-code kernel_recvmsg() by Al Viro · 11 years ago
  58. e251157 switch nbd to sockfd_lookup/sockfd_put by Al Viro · 11 years ago
  59. b33ce44 Merge branch 'for-3.15/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  60. 7a48837 Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  61. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  62. 0f2776e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  63. 638c323 rbd: drop an unsafe assertion by Alex Elder · 11 years ago
  64. 6eb0d69 NVMe: Replace DEFINE_PCI_DEVICE_TABLE by Matthew Wilcox · 11 years ago
  65. ddcb776 NVMe: Fix divide-by-zero in nvme_trans_io_get_num_cmds by Keith Busch · 11 years ago
  66. 4f5099a NVMe: IOCTL path RCU protect queue access by Keith Busch · 11 years ago
  67. 5a92e70 NVMe: RCU protected access to io queues by Keith Busch · 11 years ago
  68. fb35e91 NVMe: Initialize device reference count earlier by Keith Busch · 11 years ago
  69. 671a601 NVMe: Add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  70. fc4324b virtio-blk: base queue-depth on virtqueue ringsize or module param by Rusty Russell · 11 years ago
  71. 95363ef blk-mq: allow blk_mq_init_commands() to return failure by Jens Axboe · 11 years ago
  72. 5eb9291 mtip32xx: mtip_async_complete() bug fixes by Sam Bradshaw · 11 years ago
  73. 368c89d mtip32xx: Unmap the DMA segments before completing the IO request by Felipe Franciosi · 11 years ago
  74. 1044b1b mtip32xx: Set queue bounce limit by Felipe Franciosi · 11 years ago
  75. be577fa nvme: Use pci_enable_msi_range() and pci_enable_msix_range() by Alexander Gordeev · 11 years ago
  76. 371ff93 cciss: Fallback to MSI rather than to INTx if MSI-X failed by Alexander Gordeev · 11 years ago
  77. 106fd89 swim3: fix interruptible_sleep_on race by Arnd Bergmann · 11 years ago
  78. 7b8a3d2 ataflop: fix sleep_on races by Arnd Bergmann · 11 years ago
  79. 9c552e1 DAC960: remove sleep_on usage by Arnd Bergmann · 11 years ago
  80. c94efe3 mtip32xx: Use pci_enable_msi() instead of pci_enable_msi_range() by Alexander Gordeev · 11 years ago
  81. 5261b85 virtio_blk: don't crash, report error if virtqueue is broken. by Rusty Russell · 11 years ago
  82. 7f32890 mtip32xx: fix bad use of smp_processor_id() by Jens Axboe · 11 years ago
  83. 2a75184 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  84. 9ca9737 nvme: don't use PREPARE_WORK by Tejun Heo · 11 years ago
  85. 75ddb38 floppy: don't use PREPARE_[DELAYED_]WORK by Tejun Heo · 11 years ago
  86. db5d711 zram: avoid null access when fail to alloc meta by Minchan Kim · 11 years ago
  87. 668f9abb mm: close PageTail race by David Rientjes · 11 years ago
  88. a9df862 skd: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  89. 1bc5ce5 skd: Use unified access to skdev->msix_entries throughout the code by Alexander Gordeev · 11 years ago
  90. 4681776 skd: Fix incomplete cleanup of MSI-X interrupt by Alexander Gordeev · 11 years ago
  91. c5e3035 skd: Fix out of array boundary access by Alexander Gordeev · 11 years ago
  92. f219ad8 mtip32xx: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 11 years ago
  93. cf91f39 mtip32xx: Remove superfluous call to pci_disable_msi() by Alexander Gordeev · 11 years ago
  94. f597f6b drbd: Fix future possible NULL pointer dereference by Andreas Gruenbacher · 11 years ago
  95. 5a98268 mtip32xx: Reduce the number of unaligned writes to 2 by Asai Thambi S P · 11 years ago
  96. 2457b6d drbd: Add drbd_thread->resource and make drbd_thread->connection optional by Andreas Gruenbacher · 13 years ago
  97. 6780139 drbd: Use the right peer device by Andreas Gruenbacher · 13 years ago
  98. 81f0ffd drbd: Remove unused parameter of wire_flags_to_bio() by Andreas Gruenbacher · 13 years ago
  99. e33b32d drbd: Get rid of first_peer_device() in handle_write_conflicts() by Andreas Gruenbacher · 13 years ago
  100. 6db7e50 drbd: In the worker thread, process drbd_work instead of drbd_device_work items by Andreas Gruenbacher · 13 years ago