1. be7837e NVMe: fail pci initialization if the device doesn't have any BARs by Jens Axboe · 10 years ago
  2. 2c30540b NVMe: add ->exit_hctx() hook by Jens Axboe · 10 years ago
  3. e32efbf NVMe: make setup work for devices that don't do INTx by Jens Axboe · 10 years ago
  4. b352172 Merge branch 'master' into for-3.19/drivers by Jens Axboe · 10 years ago
  5. 1397688 NVMe: enable IO stats by default by Jens Axboe · 10 years ago
  6. 6dcc0cf NVMe: nvme_submit_async_admin_req() must use atomic rq allocation by Jens Axboe · 10 years ago
  7. 9d135bb NVMe: replace blk_put_request() with blk_mq_free_request() by Jens Axboe · 10 years ago
  8. c406515 zram: avoid kunmap_atomic() of a NULL pointer by Weijie Yang · 10 years ago
  9. e805b98 drbd: Remove an useless copy of kernel_setsockopt() by Philipp Reisner · 10 years ago
  10. 9581f97 drbd: Fix state change in case of connection timeout by Philipp Reisner · 10 years ago
  11. 3b9d35d drbd: merge_bvec_fn: properly remap bvm->bi_bdev by Lars Ellenberg · 10 years ago
  12. ff8bd88 drbd: fix resync throttling initialization by Lars Ellenberg · 10 years ago
  13. a882153 drbd: fix race between role change and handshake by Philipp Reisner · 10 years ago
  14. f221f4b drbd: Only use drbd_msg_put_info() in drbd_nl.c by Andreas Gruenbacher · 10 years ago
  15. 179e20b8 drbd: Minor cleanups by Andreas Gruenbacher · 10 years ago
  16. a64e6bb NVMe: __nvme_submit_admin_cmd() can be static by kbuild test robot · 10 years ago
  17. 9f173b3 NVMe: blk_mq_alloc_request() returns error pointers by Dan Carpenter · 10 years ago
  18. a4aea56 NVMe: Convert to blk-mq by Matias Bjørling · 10 years ago
  19. 9dbbfab NVMe: Do not over allocate for discard requests by Keith Busch · 10 years ago
  20. 9e60352 NVMe: Do not open disks that are being deleted by Keith Busch · 10 years ago
  21. 5940c85 NVMe: Clear QUEUE_FLAG_STACKABLE by Keith Busch · 10 years ago
  22. 387caa5 NVMe: Fix device probe waiting on kthread by Keith Busch · 10 years ago
  23. 7963e52 NVMe: Passthrough IOCTL for IO commands by Keith Busch · 10 years ago
  24. 1b9dbf7 NVMe: Add revalidate_disk callback by Keith Busch · 10 years ago
  25. 7be50e9 NVMe: Fix nvmeq waitqueue entry initialization by Keith Busch · 10 years ago
  26. b4ff9c8 NVMe: Translate NVMe status to errno by Keith Busch · 10 years ago
  27. 695a4fe NVMe: Fix SG_IO status values by Keith Busch · 10 years ago
  28. e179729 NVMe: Remove duplicate compat SG_IO code by Keith Busch · 10 years ago
  29. a96d4f5 NVMe: Reference count pci device by Keith Busch · 10 years ago
  30. 062261b nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER() by Andreea-Cristina Bernat · 10 years ago
  31. 5905535 NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queues by Sam Bradshaw · 10 years ago
  32. 302c672 NVMe: Fix filesystem sync deadlock on removal by Keith Busch · 10 years ago
  33. f435c28 NVMe: Call nvme_free_queue directly by Keith Busch · 10 years ago
  34. 2484f40 NVMe: Add shutdown timeout as module parameter. by Dan McLeran · 10 years ago
  35. 7c1b245 NVMe: Skip orderly shutdown on failed devices by Keith Busch · 10 years ago
  36. a673947 NVMe: Whitespace fixes by Keith Busch · 10 years ago
  37. c81f497 NVMe: Use pci_stop_and_remove_bus_device_locked() by Keith Busch · 10 years ago
  38. badc34d NVMe: Handling devices incapable of I/O by Keith Busch · 10 years ago
  39. 0107952 NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config. by Dan McLeran · 10 years ago
  40. 1d09062 NVMe: Mismatched host/device page size support by Keith Busch · 10 years ago
  41. 6fccf93 NVMe: Async event request by Keith Busch · 10 years ago
  42. 4d51abf block: Use dma_zalloc_coherent by Joe Perches · 10 years ago
  43. ce1928d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  44. 5342929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  45. 85b0c6e sunvdc: don't call VD_OP_GET_VTOC by Dwight Engen · 10 years ago
  46. a8d4205 rbd: Fix error recovery in rbd_obj_read_sync() by Jan Kara · 10 years ago
  47. f5ee37b rbd: use a single workqueue for all devices by Ilya Dryomov · 10 years ago
  48. a7ca10f Merge branch 'akpm' (incoming from Andrew Morton) by Linus Torvalds · 10 years ago
  49. 5a99e95 zram: avoid NULL pointer access in concurrent situation by Weijie Yang · 10 years ago
  50. 74c4505 blk-mq: add a 'list' parameter to ->queue_rq() by Jens Axboe · 10 years ago
  51. 31f9690 null_blk: Cleanup error recovery in null_add_dev() by Jan Kara · 10 years ago
  52. 34b48db block: remove artifical max_hw_sectors cap by Christoph Hellwig · 10 years ago
  53. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  54. d3dc366 Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  55. 0e6e58f Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  56. 6b04908 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  57. 6d62c37 virtio_blk: enable VQs early on restore by Michael S. Tsirkin · 10 years ago
  58. 7a11370 virtio_blk: enable VQs early by Michael S. Tsirkin · 10 years ago
  59. 1f54b0c virtio-blk: drop config_mutex by Michael S. Tsirkin · 10 years ago
  60. cc74f71 virtio_blk: drop config_enable by Michael S. Tsirkin · 10 years ago
  61. 792c3a9 rbd: rbd workqueues need a resque worker by Ilya Dryomov · 10 years ago
  62. b76f823 rbd: set the remaining discard properties to enable support by Josh Durgin · 11 years ago
  63. d3246fb rbd: use helpers to handle discard for layered images correctly by Josh Durgin · 11 years ago
  64. 3b434a2a rbd: extract a method for adding object operations by Josh Durgin · 11 years ago
  65. 1c22088 rbd: make discard trigger copy-on-write by Josh Durgin · 11 years ago
  66. d0265de rbd: tolerate -ENOENT for discard operations by Josh Durgin · 11 years ago
  67. bef9545 rbd: fix snapshot context reference count for discards by Josh Durgin · 11 years ago
  68. 3c5df89 rbd: read image size for discard check safely by Josh Durgin · 11 years ago
  69. 90e98c5 rbd: initial discard bits from Guangliang Zhao by Guangliang Zhao · 11 years ago
  70. 6d2940c rbd: extend the operation type by Guangliang Zhao · 11 years ago
  71. c622d22 rbd: skip the copyup when an entire object writing by Guangliang Zhao · 11 years ago
  72. 70d045f rbd: add img_obj_request_simple() helper by Ilya Dryomov · 10 years ago
  73. 4e752f0 rbd: access snapshot context and mapping size safely by Josh Durgin · 11 years ago
  74. 7dd440c rbd: do not return -ERANGE on auth failures by Ilya Dryomov · 10 years ago
  75. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  76. 052db7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  77. 81ae31d Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  78. 015254d zram: use notify_free to account all free notifications by Sergey Senozhatsky · 10 years ago
  79. 461a8ee zram: report maximum used memory by Minchan Kim · 10 years ago
  80. 9ada9da zram: zram memory size limitation by Minchan Kim · 10 years ago
  81. 722cdc1 zsmalloc: change return value unit of zs_get_total_size_bytes by Minchan Kim · 10 years ago
  82. 8e3fb05 rsxx debugfs inanity by Al Viro · 10 years ago
  83. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  84. 95afae4 xen: remove DEFINE_XENBUS_DRIVER() macro by David Vrabel · 10 years ago
  85. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  86. 7b7b7f7 Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-3.18/drivers by Jens Axboe · 10 years ago
  87. 0f1ca65 xen, blkfront: factor out flush-related checks from do_blkif_request() by Arianna Avanzini · 10 years ago
  88. 61cecca xen-blkback: fix leak on grant map error path by Roger Pau Monné · 10 years ago
  89. 12ea729 xen/blkback: unmap all persistent grants when frontend gets disconnected by Vitaly Kuznetsov · 10 years ago
  90. baf3781 rsxx: Remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  91. fc2021f block: hd: remove deprecated IRQF_DISABLED by Michael Opdenacker · 10 years ago
  92. d0aedcd vio: fix reuse of vio_dring slot by Dwight Engen · 10 years ago
  93. 5eed69f sunvdc: limit each sg segment to a page by Dwight Engen · 10 years ago
  94. de5b73f sunvdc: compute vdisk geometry from capacity by Allen Pais · 10 years ago
  95. 9bce218 sunvdc: add cdrom and v1.1 protocol support by Allen Pais · 10 years ago
  96. c8a446a blk-mq: rename blk_mq_end_io to blk_mq_end_request by Christoph Hellwig · 10 years ago
  97. e249007 blk-mq: call blk_mq_start_request from ->queue_rq by Christoph Hellwig · 10 years ago
  98. bf57229 blk-mq: remove REQ_END by Christoph Hellwig · 10 years ago
  99. 6d11fb4 Merge branch 'for-linus' into for-3.18/core by Jens Axboe · 10 years ago
  100. e9f05b4 drbd: use RB_DECLARE_CALLBACKS() to define augment callbacks by Lai Jiangshan · 10 years ago