1. 6f9c02a md linear: fix a race between linear_add() and linear_congested() by colyli@suse.de · 8 years ago
  2. 2937e22 dm raid: fix data corruption on reshape request by Heinz Mauelshagen · 7 years ago
  3. b7f874e dm round robin: revert "use percpu 'repeat_count' and 'current_path'" by Mike Snitzer · 8 years ago
  4. bad6c16 dm stats: fix a leaked s->histogram_boundaries array by Mikulas Patocka · 8 years ago
  5. 9987feb dm cache: fix corruption seen when using cache > 2TB by Joe Thornber · 8 years ago
  6. 8629aed bcache: Make gc wakeup sane, remove set_task_state() by Kent Overstreet · 8 years ago
  7. 621d101 dm rq: cope with DM device destruction while in dm_old_request_fn() by Mike Snitzer · 8 years ago
  8. 5cc85ef md: fix refcount problem on mddev when stopping array. by NeilBrown · 8 years ago
  9. 60a931c md: MD_RECOVERY_NEEDED is set for mddev->recovery by Shaohua Li · 8 years ago
  10. 8beb252 md/raid5: limit request size according to implementation limits by Konstantin Khlebnikov · 8 years ago
  11. f5dca48 dm space map metadata: fix 'struct sm_metadata' leak on failed create by Benjamin Marzinski · 8 years ago
  12. 461f272 dm raid: fix discard support regression by Heinz Mauelshagen · 8 years ago
  13. e362c31 dm rq: fix a race condition in rq_completed() by Bart Van Assche · 8 years ago
  14. 2c017f7 dm crypt: mark key as invalid until properly loaded by Ondrej Kozina · 8 years ago
  15. 3fae2a9 dm flakey: return -EINVAL on interval bounds error in flakey_ctr() by Wei Yongjun · 8 years ago
  16. e74fb82 dm table: an 'all_blk_mq' table must be loaded for a blk-mq DM device by Bart Van Assche · 8 years ago
  17. 470b691 dm table: fix 'all_blk_mq' inconsistency when an empty table is loaded by Mike Snitzer · 8 years ago
  18. 6c286e8 Merge tag 'md/4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  19. 1217e1d md: be careful not lot leak internal curr_resync value into metadata. -- (all) by NeilBrown · 8 years ago
  20. 7449f69 raid1: handle read error also in readonly mode by Tomasz Majchrzak · 8 years ago
  21. 9a8b27f raid5-cache: correct condition for empty metadata write by Shaohua Li · 8 years ago
  22. e0f3e6a Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  23. 16f8894 md: report 'write_pending' state when array in sync by Tomasz Majchrzak · 8 years ago
  24. 56056c2 md/raid5: write an empty meta-block when creating log super-block by Zhengyuan Liu · 8 years ago
  25. 28cd88e md/raid5: initialize next_checkpoint field before use by Zhengyuan Liu · 8 years ago
  26. 579ed34 RAID10: ignore discard error by Shaohua Li · 8 years ago
  27. e3f948c RAID1: ignore discard error by Shaohua Li · 8 years ago
  28. dafa724 dm table: fix missing dm_put_target_type() in dm_table_add_target() by tang.junhui · 8 years ago
  29. 937fa62 dm rq: clear kworker_task if kthread_run() returned an error by Mike Snitzer · 8 years ago
  30. d09960b dm: free io_barrier after blk_cleanup_queue call by Tahsin Erdogan · 8 years ago
  31. b052b07 dm raid: fix activation of existing raid4/10 devices by Heinz Mauelshagen · 8 years ago
  32. 12a7cf5 dm mirror: use all available legs on multiple failures by Heinz Mauelshagen · 8 years ago
  33. dcb2ff5 dm mirror: fix read error on recovery after default leg failure by Heinz Mauelshagen · 8 years ago
  34. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  35. 5c33677 dm raid: fix compat_features validation by Andy Whitcroft · 8 years ago
  36. 12e3d3c Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  37. 48915c2 Merge tag 'dm-4.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  38. 513a4be Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  39. c23112e Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  40. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  41. bb086a8 md: set rotational bit by Shaohua Li · 8 years ago
  42. 8ff232c dm mpath: always return reservation conflict without failing over by Hannes Reinecke · 9 years ago
  43. 7cd3267 dm bufio: remove dm_bufio_cond_resched() by Peter Zijlstra · 8 years ago
  44. f659b10 dm crypt: fix crash on exit by Rabin Vincent · 8 years ago
  45. f177940 dm cache metadata: switch to using the new cursor api for loading metadata by Joe Thornber · 8 years ago
  46. fdd1315 dm array: introduce cursor api by Joe Thornber · 8 years ago
  47. 7d111c8 dm btree: introduce cursor api by Joe Thornber · 8 years ago
  48. 9d1b404 dm cache policy smq: distribute entries to random levels when switching to smq by Joe Thornber · 8 years ago
  49. 4e781b4 dm cache: speed up writing of the hint array by Joe Thornber · 8 years ago
  50. dd6a77d dm array: add dm_array_new() by Joe Thornber · 8 years ago
  51. 491221f block: export bio_free_pages to other modules by Guoqing Jiang · 8 years ago
  52. 30c8946 raid5: handle register_shrinker failure by Shaohua Li · 8 years ago
  53. 6a0f53f raid5: fix to detect failure of register_shrinker by Chao Yu · 8 years ago
  54. 90bcf133 md: fix a potential deadlock by Shaohua Li · 8 years ago
  55. f71f1cf9 md/bitmap: fix wrong cleanup by Shaohua Li · 8 years ago
  56. 1dffddd raid5: allow arbitrary max_hw_sectors by Shaohua Li · 8 years ago
  57. d6385db md-cluster: make resync lock also could be interruptted by Guoqing Jiang · 8 years ago
  58. 7bcda71 md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang by Guoqing Jiang · 8 years ago
  59. fccb60a md-cluster: convert the completion to wait queue by Guoqing Jiang · 8 years ago
  60. 5f0aa21 md-cluster: protect md_find_rdev_nr_rcu with rcu lock by Guoqing Jiang · 8 years ago
  61. c20c33f md-cluster: clean related infos of cluster by Guoqing Jiang · 8 years ago
  62. af8d8e6 md: changes for MD_STILL_CLOSED flag by Guoqing Jiang · 8 years ago
  63. e3f924d md-cluster: remove some unnecessary dlm_unlock_sync by Guoqing Jiang · 8 years ago
  64. 400cb45 md-cluster: use FORCEUNLOCK in lockres_free by Guoqing Jiang · 8 years ago
  65. e566aef md-cluster: call md_kick_rdev_from_array once ack failed by Guoqing Jiang · 8 years ago
  66. b21d5b3 blk-mq: register device instead of disk by Matias Bjørling · 8 years ago
  67. b88efd4 dm mpath: delay the requeue of blk-mq requests while all paths down by Mike Snitzer · 8 years ago
  68. 7e48c76 dm mpath: use dm_mq_kick_requeue_list() by Mike Snitzer · 8 years ago
  69. e0c1075 dm rq: introduce dm_mq_kick_requeue_list() by Mike Snitzer · 8 years ago
  70. fbc39b4 dm rq: reduce arguments passed to map_request() and dm_requeue_original_request() by Mike Snitzer · 8 years ago
  71. 7d7e0f9 blk-mq: remove ->map_queue by Christoph Hellwig · 8 years ago
  72. 474b313 Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.9/msi-irq by Jens Axboe · 8 years ago
  73. a8ac51e dm rq: add DM_MAPIO_DELAY_REQUEUE to delay requeue of blk-mq requests by Mike Snitzer · 8 years ago
  74. 9f4c3f8 dm: convert wait loops to use autoremove_wake_function() by Bart Van Assche · 8 years ago
  75. e3fabdf dm: use signal_pending_state() in dm_wait_for_completion() by Bart Van Assche · 8 years ago
  76. b48633f dm: rename task state function arguments by Bart Van Assche · 8 years ago
  77. 5a8f1f8 dm: add two lockdep_assert_held() statements by Bart Van Assche · 8 years ago
  78. c533f24 dm rq: simplify dm_old_stop_queue() by Bart Van Assche · 8 years ago
  79. f10e06b dm mpath: check if path's request_queue is dying in activate_path() by Mike Snitzer · 8 years ago
  80. 9dbeaea dm rq: take request_queue lock while clearing QUEUE_FLAG_STOPPED by Mike Snitzer · 8 years ago
  81. 2397a15 dm rq: factor out dm_mq_stop_queue() by Bart Van Assche · 8 years ago
  82. 3b785fb dm: mark request_queue dead before destroying the DM device by Bart Van Assche · 8 years ago
  83. 8dc2365 dm: return correct error code in dm_resume()'s retry loop by Minfei Huang · 8 years ago
  84. 4382e33 block, dm-crypt, btrfs: Introduce bio_flags() by Bart Van Assche · 8 years ago
  85. 106f2e5 Merge tag 'md/4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  86. c944555 raid5: fix a small race condition by Shaohua Li · 8 years ago
  87. 47a7b0d md-cluster: make md-cluster also can work when compiled into kernel by Guoqing Jiang · 8 years ago
  88. 29c6d1b md/raid5: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  89. 28e6815 Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  90. ad5b0f7 raid5: guarantee enough stripes to avoid reshape hang by Shaohua Li · 8 years ago
  91. 8e018c2 raid5-cache: fix a deadlock in superblock write by Shaohua Li · 8 years ago
  92. edd1ea2 dm bufio: remove use of deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  93. 5d0be84 dm crypt: fix free of bad values after tfm allocation failure by Eric Biggers · 8 years ago
  94. 4e870e9 dm crypt: fix error with too large bios by Mikulas Patocka · 8 years ago
  95. 91e630d dm log writes: fix check of kthread_run() return value by Vladimir Zapolskiy · 8 years ago
  96. 7efb367 dm log writes: fix bug with too large bios by Mikulas Patocka · 8 years ago
  97. a5d6078 dm log writes: move IO accounting earlier to fix error path by Mikulas Patocka · 8 years ago
  98. 86a1679 Merge tag 'md/4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  99. 6ec675e Merge tag 'dm-4.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  100. fd1ae51 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago