1. 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
  2. 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
  3. bb086a8 md: set rotational bit by Shaohua Li · 8 years ago
  4. 30c8946 raid5: handle register_shrinker failure by Shaohua Li · 8 years ago
  5. 6a0f53f raid5: fix to detect failure of register_shrinker by Chao Yu · 8 years ago
  6. 90bcf133 md: fix a potential deadlock by Shaohua Li · 8 years ago
  7. f71f1cf9 md/bitmap: fix wrong cleanup by Shaohua Li · 8 years ago
  8. 1dffddd raid5: allow arbitrary max_hw_sectors by Shaohua Li · 8 years ago
  9. d6385db md-cluster: make resync lock also could be interruptted by Guoqing Jiang · 8 years ago
  10. 7bcda71 md-cluster: introduce dlm_lock_sync_interruptible to fix tasks hang by Guoqing Jiang · 8 years ago
  11. fccb60a md-cluster: convert the completion to wait queue by Guoqing Jiang · 8 years ago
  12. 5f0aa21 md-cluster: protect md_find_rdev_nr_rcu with rcu lock by Guoqing Jiang · 8 years ago
  13. c20c33f md-cluster: clean related infos of cluster by Guoqing Jiang · 8 years ago
  14. af8d8e6 md: changes for MD_STILL_CLOSED flag by Guoqing Jiang · 8 years ago
  15. e3f924d md-cluster: remove some unnecessary dlm_unlock_sync by Guoqing Jiang · 8 years ago
  16. 400cb45 md-cluster: use FORCEUNLOCK in lockres_free by Guoqing Jiang · 8 years ago
  17. e566aef md-cluster: call md_kick_rdev_from_array once ack failed by Guoqing Jiang · 8 years ago
  18. 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
  19. c944555 raid5: fix a small race condition by Shaohua Li · 8 years ago
  20. 47a7b0d md-cluster: make md-cluster also can work when compiled into kernel by Guoqing Jiang · 8 years ago
  21. 29c6d1b md/raid5: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  22. 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
  23. ad5b0f7 raid5: guarantee enough stripes to avoid reshape hang by Shaohua Li · 8 years ago
  24. 8e018c2 raid5-cache: fix a deadlock in superblock write by Shaohua Li · 8 years ago
  25. edd1ea2 dm bufio: remove use of deprecated create_singlethread_workqueue() by Bhaktipriya Shridhar · 8 years ago
  26. 5d0be84 dm crypt: fix free of bad values after tfm allocation failure by Eric Biggers · 8 years ago
  27. 4e870e9 dm crypt: fix error with too large bios by Mikulas Patocka · 8 years ago
  28. 91e630d dm log writes: fix check of kthread_run() return value by Vladimir Zapolskiy · 9 years ago
  29. 7efb367 dm log writes: fix bug with too large bios by Mikulas Patocka · 8 years ago
  30. a5d6078 dm log writes: move IO accounting earlier to fix error path by Mikulas Patocka · 8 years ago
  31. 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
  32. 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
  33. fd1ae51 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  34. 9c5a559 dm log: fix unitialized bio operation flags by Heinz Mauelshagen · 8 years ago
  35. 299f623 dm flakey: fix reads to be issued if drop_writes configured by Mike Snitzer · 8 years ago
  36. 45c91d8 raid5: avoid unnecessary bio data set by Shaohua Li · 8 years ago
  37. 5f9d1fd raid5: fix memory leak of bio integrity data by Shaohua Li · 8 years ago
  38. 2702862 raid10: record correct address of bad block by Tomasz Majchrzak · 8 years ago
  39. 0f6187d md-cluster: fix error return code in join() by Wei Yongjun · 8 years ago
  40. 486b0f7 r5cache: set MD_JOURNAL_CLEAN correctly by Song Liu · 8 years ago
  41. 9070609 bcache: pr_err: more meaningful error message when nr_stripes is invalid by Eric Wheeler · 8 years ago
  42. acc9cf8 bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two. by Kent Overstreet · 8 years ago
  43. d9dc170 bcache: register_bcache(): call blkdev_put() when cache_alloc() fails by Eric Wheeler · 8 years ago
  44. c622ca5 md: don't print the same repeated messages about delayed sync operation by Artur Paszkiewicz · 8 years ago
  45. 207efcd md: remove obsolete ret in md_start_sync by Guoqing Jiang · 8 years ago
  46. 9e7d936 dm raid: support raid0 with missing metadata devices by Heinz Mauelshagen · 8 years ago
  47. b347af8 md: do not count journal as spare in GET_ARRAY_INFO by Song Liu · 8 years ago
  48. a3c06a3 dm raid: enhance attempt_restore_of_faulty_devices() to support more devices by Heinz Mauelshagen · 8 years ago
  49. 31e10a4 dm raid: fix restoring of failed devices regression by Heinz Mauelshagen · 8 years ago
  50. a442328 dm raid: fix frozen recovery regression by Heinz Mauelshagen · 8 years ago
  51. 0a83df6 dm crypt: increase mempool reserve to better support swapping by Mikulas Patocka · 8 years ago
  52. 802934b dm round robin: do not use this_cpu_ptr() without having preemption disabled by Mike Snitzer · 8 years ago
  53. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  54. 1136779 md: Prevent IO hold during accessing to faulty raid5 array by Alexey Obitotskiy · 8 years ago
  55. d9dd26b MD: hold mddev lock to change bitmap location by Shaohua Li · 8 years ago
  56. 2a034ec dm raid: fix use of wrong status char during resynchronization by Heinz Mauelshagen · 8 years ago
  57. b2a4872 dm raid: constructor fails on non-zero incompat_features by Heinz Mauelshagen · 8 years ago
  58. f15f64d dm raid: fix processing of max_recovery_rate constructor flag by Heinz Mauelshagen · 8 years ago
  59. eaf9a73 dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING by Mike Snitzer · 8 years ago
  60. 7d9595d dm rq: fix the starting and stopping of blk-mq queues by Mike Snitzer · 8 years ago
  61. 1814f2e dm mpath: add locking to multipath_resume and must_push_back by Mike Snitzer · 8 years ago
  62. 99f3c90 dm flakey: error READ bios during the down_interval by Mike Snitzer · 8 years ago
  63. ff00d3b raid5: fix incorrectly counter of conf->empty_inactive_list_nr by ZhengYuan Liu · 8 years ago
  64. 9b622e2 raid10: increment write counter after bio is split by Tomasz Majchrzak · 8 years ago
  65. 867900b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  66. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  67. 3f35e21 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 8 years ago
  68. 5d88178 MD: fix null pointer deference by Shaohua Li · 8 years ago
  69. f7e6816 Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  70. b5ab4a9 dm: allow bio-based table to be upgraded to bio-based with DAX support by Toshi Kani · 8 years ago
  71. f6e629b dm snap: add fake origin_direct_access by Toshi Kani · 8 years ago
  72. beec25b dm stripe: add DAX support by Toshi Kani · 8 years ago
  73. f8df1fd dm error: add DAX support by Mike Snitzer · 8 years ago
  74. 84b22f8 dm linear: add DAX support by Toshi Kani · 8 years ago
  75. 545ed20 dm: add infrastructure for DAX support by Toshi Kani · 8 years ago
  76. ed996a5 block: simplify and cleanup bvec pool handling by Christoph Hellwig · 8 years ago
  77. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  78. 2a0fbff dm thin: fix a race condition between discarding and provisioning a block by Joe Thornber · 8 years ago
  79. e7e0f73 dm btree: fix a bug in dm_btree_find_next_single() by Joe Thornber · 8 years ago
  80. 0e5313e raid10: improve random reads performance by Tomasz Majchrzak · 8 years ago
  81. 573275b md: add missing sysfs_notify on array_state update by Tomasz Majchrzak · 8 years ago
  82. 4cb9da7 Fix kernel module refcount handling by Alexey Obitotskiy · 8 years ago
  83. 0e3ef49 md: use seconds granularity for error logging by Arnd Bergmann · 8 years ago
  84. 89d3d9a dm raid: fix random optimal_io_size for raid0 by Heinz Mauelshagen · 8 years ago
  85. 094f394 dm raid: address checkpatch.pl complaints by Heinz Mauelshagen · 8 years ago
  86. 9c72bad dm: call PR reserve/unreserve on each underlying device by Christoph Hellwig · 8 years ago
  87. bd9f55e dm: fix second blk_delay_queue() parameter to be in msec units not jiffies by Tahsin Erdogan · 8 years ago
  88. d7ccc2e dm raid: change logical functions to actually return bool by Heinz Mauelshagen · 8 years ago
  89. 3268240 dm raid: use rdev_for_each in status by Heinz Mauelshagen · 8 years ago
  90. ffeeac7 dm raid: use rs->raid_disks to avoid memory leaks on free by Heinz Mauelshagen · 8 years ago
  91. 7a7c330 dm raid: support delta_disks for raid1, fix table output by Heinz Mauelshagen · 8 years ago
  92. 469b304 dm raid: enhance reshape check and factor out reshape setup by Heinz Mauelshagen · 8 years ago
  93. 2a5556c dm raid: allow resize during recovery by Heinz Mauelshagen · 8 years ago
  94. 345a6cd dm raid: fix rs_is_recovering() to allow for lvextend by Heinz Mauelshagen · 8 years ago
  95. 37f10be dm raid: fix rebuild and catch bogus sync/resync flags by Heinz Mauelshagen · 8 years ago
  96. b1956dc dm raid: fix ctr memory leaks on error paths by Heinz Mauelshagen · 8 years ago
  97. 65359ee dm raid: fix typo in write_mostly flag by Heinz Mauelshagen · 8 years ago
  98. 4348309 dm raid: also reject size change during recovery by Heinz Mauelshagen · 8 years ago
  99. f6895fd dm raid: fix new superblock/bitmap creation on disk addition by Heinz Mauelshagen · 8 years ago
  100. 2527b56 dm raid: add comments and fix typos by Heinz Mauelshagen · 8 years ago