1. 647a20d dm: do not reuse dm_blk_ioctl block_device input as local variable by Mike Snitzer · 9 years ago
  2. 5bbbfdf dm: fix ioctl retry termination with signal by Junichi Nomura · 9 years ago
  3. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  4. e0700ce Merge tag 'dm-4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  5. 527d152 Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  6. dbba42d dm: eliminate unused "bioset" process for each bio-based DM device by Mikulas Patocka · 9 years ago
  7. 6f65985 dm: drop NULL test before kmem_cache_destroy() and mempool_destroy() by Julia Lawall · 9 years ago
  8. 71cdb69 dm: add support for passing through persistent reservations by Christoph Hellwig · 9 years ago
  9. e56f81e dm: refactor ioctl handling by Christoph Hellwig · 9 years ago
  10. ad5f498 dm: initialize non-blk-mq queue data before queue is used by Mikulas Patocka · 9 years ago
  11. 9609b99 md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdown by Dan Williams · 9 years ago
  12. 50887bd dm: fix request-based dm error reporting by Junichi Nomura · 9 years ago
  13. 2a708cf dm: fix AB-BA deadlock in __dm_destroy() by Junichi Nomura · 9 years ago
  14. 1e1a4e8 Merge tag 'dm-4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  15. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  16. 8ae1266 block: kill merge_bvec_fn() completely by Kent Overstreet · 9 years ago
  17. 54efd50 block: make generic_make_request handle arbitrarily sized bios by Kent Overstreet · 9 years ago
  18. ab37844 dm: test return value for DM_MAPIO_SUBMITTED by Mikulas Patocka · 9 years ago
  19. bd4aaf8 dm: fix dm_merge_bvec regression on 32 bit systems by Mike Snitzer · 9 years ago
  20. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  21. b06075a dm: fix use after free crash due to incorrect cleanup sequence by Mikulas Patocka · 9 years ago
  22. 621739b Revert "dm: only run the queue on completion if congested or no requests pending" by Mike Snitzer · 9 years ago
  23. 22165fa Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  24. 78d8e58 Revert "block, dm: don't copy bios for request clones" by Mike Snitzer · 9 years ago
  25. 4e6e36c Revert "dm: do not allocate any mempools for blk-mq request-based DM" by Mike Snitzer · 9 years ago
  26. 6597ac8 Merge tag 'dm-4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  27. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  28. bfffa1c Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  29. e262f34 dm stats: add support for request-based DM devices by Mikulas Patocka · 9 years ago
  30. 4452226 writeback: move backing_dev_info->state into bdi_writeback by Tejun Heo · 9 years ago
  31. 0f20972 dm: factor out a common cleanup_mapped_device() by Mike Snitzer · 9 years ago
  32. 2d76fff dm: cleanup methods that requeue requests by Mike Snitzer · 9 years ago
  33. cbc4e3c dm: do not allocate any mempools for blk-mq request-based DM by Mike Snitzer · 9 years ago
  34. 183f780 Merge remote-tracking branch 'jens/for-4.2/core' into dm-4.2 by Mike Snitzer · 9 years ago
  35. 1c220c6 dm: fix casting bug in dm_merge_bvec() by Joe Thornber · 9 years ago
  36. e5d8de3 dm: fix false warning in free_rq_clone() for unmapped requests by Mike Snitzer · 9 years ago
  37. 45714fb dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY by Mike Snitzer · 9 years ago
  38. 3a14075 dm: fix NULL pointer when clone_and_map_rq returns !DM_MAPIO_REMAPPED by Junichi Nomura · 9 years ago
  39. 4ae9944 dm: run queue on re-queue by Junichi Nomura · 9 years ago
  40. 5f1b670 block, dm: don't copy bios for request clones by Christoph Hellwig · 9 years ago
  41. aa6df8d dm: fix free_rq_clone() NULL pointer when requeueing unmapped request by Mike Snitzer · 9 years ago
  42. 3e6180f dm: only initialize the request_queue once by Christoph Hellwig · 9 years ago
  43. 65ff5b7 dm verity: add error handling modes for corrupted blocks by Sami Tolvanen · 9 years ago
  44. 17e149b dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr by Mike Snitzer · 9 years ago
  45. 0223334 dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq by Mike Snitzer · 9 years ago
  46. bfebd1c dm: add full blk-mq support to request-based DM by Mike Snitzer · 9 years ago
  47. 0ce6579 dm: impose configurable deadline for dm_request_fn's merge heuristic by Mike Snitzer · 9 years ago
  48. de3ec86 dm: don't start current request if it would've merged with the previous by Mike Snitzer · 9 years ago
  49. d548b34 dm: reduce the queue delay used in dm_request_fn from 100ms to 10ms by Mike Snitzer · 9 years ago
  50. 9d1deb8 dm: don't schedule delayed run of the queue if nothing to do by Mike Snitzer · 9 years ago
  51. 9a0e609 dm: only run the queue on completion if congested or no requests pending by Mike Snitzer · 9 years ago
  52. ff36ab3 dm: remove request-based logic from make_request_fn wrapper by Mike Snitzer · 9 years ago
  53. d56b9b2 dm: remove request-based DM queue's lld_busy_fn hook by Mike Snitzer · 9 years ago
  54. 52b0991 dm: remove unnecessary wrapper around blk_lld_busy by Mike Snitzer · 9 years ago
  55. 09c2d53 dm: rename __dm_get_reserved_ios() helper to __dm_get_module_param() by Mike Snitzer · 9 years ago
  56. 63a4f06 dm: fix add_disk() NULL pointer due to race with free_dev() by Mike Snitzer · 9 years ago
  57. 09ee96b dm snapshot: suspend merging snapshot when doing exception handover by Mikulas Patocka · 9 years ago
  58. b735fed dm snapshot: suspend origin when doing exception handover by Mikulas Patocka · 9 years ago
  59. ab7c7bb dm: hold suspend_lock while suspending device during device deletion by Mikulas Patocka · 9 years ago
  60. 2bec1f4 dm: fix a race condition in dm_get_md by Mikulas Patocka · 9 years ago
  61. 802ea9d Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  62. 3e12cef Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  63. e5863d9 dm: allocate requests in target when stacking on blk-mq devices by Mike Snitzer · 10 years ago
  64. 466d89a dm: prepare for allocating blk-mq clone requests in target by Keith Busch · 10 years ago
  65. 2eb6e1e dm: submit stacked requests in irq enabled context by Keith Busch · 10 years ago
  66. 1ae49ea dm: split request structure out from dm_rq_target_io structure by Mike Snitzer · 10 years ago
  67. dbf9782 dm: remove exports for request-based interfaces without external callers by Mike Snitzer · 10 years ago
  68. db507b3 dm: fix multipath regression due to initializing wrong request by Mike Snitzer · 9 years ago
  69. febf715 block: require blk_rq_prep_clone() be given an initialized clone request by Keith Busch · 10 years ago
  70. 96b26c8 dm: fix handling of multiple internal suspends by Mikulas Patocka · 9 years ago
  71. 5164bec dm: fix missed error code if .end_io isn't implemented by target_type by zhendong chen · 10 years ago
  72. 9ea18f8 Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  73. 18c0b22 md: use generic io stats accounting functions to simplify io stat accounting by Gu Zheng · 10 years ago
  74. a12f5d4 dm: use rcu_dereference_protected instead of rcu_dereference by Eric Dumazet · 10 years ago
  75. ffcc393 dm: enhance internal suspend and resume interface by Mike Snitzer · 10 years ago
  76. d67ee21 dm: add presuspend_undo hook to target_type by Mike Snitzer · 10 years ago
  77. 4d341d8 dm: return earlier from dm_blk_ioctl if target doesn't implement .ioctl by Mike Snitzer · 10 years ago
  78. 41abc4e dm: do not call dm_sync_table() when creating new devices by Hannes Reinecke · 10 years ago
  79. 6fa9952 dm: sparse: Annotate field with __rcu for checking by Pranith Kumar · 10 years ago
  80. 3342397 dm: Use rcu_dereference() for accessing rcu pointer by Pranith Kumar · 10 years ago
  81. 148e51b dm: improve documentation and code clarity in dm_merge_bvec by Mike Snitzer · 10 years ago
  82. 86f1152 dm: allow active and inactive tables to share dm_devs by Benjamin Marzinski · 10 years ago
  83. 3d8aab2 dm: use bioset_create_nobvec() by Junichi Nomura · 10 years ago
  84. 9977827 dm: remove nr_iovecs parameter from alloc_tio() by Junichi Nomura · 10 years ago
  85. acfe0ad dm: allocate a special workqueue for deferred device removal by Mikulas Patocka · 10 years ago
  86. 0e04c64 Merge tag 'dm-3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  87. 11f0431 dm: remove symbol export for dm_set_device_limits by Mike Snitzer · 10 years ago
  88. 7eee4ae dm: disable WRITE SAME if it fails by Mike Snitzer · 10 years ago
  89. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  90. 1dd40c3 dm: introduce dm_accept_partial_bio by Mikulas Patocka · 10 years ago
  91. e0d6609 dm: change sector_count member in clone_info from sector_t to unsigned by Mikulas Patocka · 10 years ago
  92. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  93. b4f42e2 block: remove struct request buffer member by Jens Axboe · 10 years ago
  94. 9974fa2 dm table: add dm_table_run_md_queue_async by Mike Snitzer · 10 years ago
  95. 9cdb852 dm: use RCU_INIT_POINTER instead of rcu_assign_pointer in __unbind by Monam Agarwal · 10 years ago
  96. bfc6d41 dm: stop using bi_private by Mikulas Patocka · 10 years ago
  97. d70ab4f dm: remove dm_get_mapinfo by Mikulas Patocka · 10 years ago
  98. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  99. 2995fa7 dm sysfs: fix a module unload race by Mikulas Patocka · 10 years ago
  100. be35f48 dm: wait until embedded kobject is released before destroying a device by Mikulas Patocka · 10 years ago