1. 202bae5 dm thin: unroll issue_discard() to create longer discard bio chains by Joe Thornber · 8 years ago
  2. 3dba53a9 dm thin: use __blkdev_issue_discard for async discard support by Mike Snitzer · 8 years ago
  3. 13e4f8a dm thin: remove __bio_inc_remaining() and switch to using bio_inc_remaining() by Mike Snitzer · 8 years ago
  4. 4c9971c dm raid: make sure no feature flags are set in metadata by Heinz Mauelshagen · 8 years ago
  5. 1fa9a1a md-cluster: check the return value of process_recvd_msg by Guoqing Jiang · 8 years ago
  6. 51e453a md-cluster: gather resync infos and enable recv_thread after bitmap is ready by Guoqing Jiang · 8 years ago
  7. 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 8 years ago
  8. fe67d19 md: raid5: add prerequisite to run underneath dm-raid by Heinz Mauelshagen · 8 years ago
  9. 859644f md: raid10: add prerequisite to run underneath dm-raid by Heinz Mauelshagen · 8 years ago
  10. 092398d md: md.c: fix oops in mddev_suspend for raid0 by Heinz Mauelshagen · 8 years ago
  11. 72f6d8d dm ioctl: drop use of __GFP_REPEAT in copy_params()'s __vmalloc() call by Michal Hocko · 8 years ago
  12. 2da1610 dm mpath: eliminate use of spinlock in IO fast-paths by Mike Snitzer · 8 years ago
  13. 20800cb dm mpath: move trigger_event member to the end of 'struct multipath' by Mike Snitzer · 8 years ago
  14. 91e968a dm mpath: use atomic_t for counting members of 'struct multipath' by Mike Snitzer · 8 years ago
  15. 518257b dm mpath: switch to using bitops for state flags by Mike Snitzer · 8 years ago
  16. 813923b dm thin: Remove return statement from void function by Amitoj Kaur Chawla · 8 years ago
  17. cfae752 dm: remove unused mapped_device argument from free_tio() by Mike Snitzer · 8 years ago
  18. bc47e84 md-cluster: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  19. c84400c md-cluster/bitmap: unplug bitmap to sync dirty pages to disk by Guoqing Jiang · 8 years ago
  20. 23cea66a md-cluster/bitmap: fix wrong page num in bitmap_file_clear_bit and bitmap_file_set_bit by Guoqing Jiang · 8 years ago
  21. 7f86ffe md-cluster/bitmap: fix wrong calcuation of offset by Guoqing Jiang · 8 years ago
  22. 18c9ff7 md-cluster: sync bitmap when node received RESYNCING msg by Guoqing Jiang · 8 years ago
  23. c9d6503 md-cluster: always setup in-memory bitmap by Guoqing Jiang · 8 years ago
  24. a578183 md-cluster: wakeup thread if activated a spare disk by Guoqing Jiang · 8 years ago
  25. ab5a98b md-cluster: change array_sectors and update size are not supported by Guoqing Jiang · 8 years ago
  26. 1535212 md-cluster: fix locking when node joins cluster during message broadcast by Guoqing Jiang · 8 years ago
  27. 5b0fb33 md-cluster: unregister thread if err happened by Guoqing Jiang · 8 years ago
  28. eb315cd md-cluster: wake up thread to continue recovery by Guoqing Jiang · 8 years ago
  29. 2c97cf1 md-cluser: make resync_finish only called after pers->sync_request by Guoqing Jiang · 8 years ago
  30. 41a9a0d md-cluster: change resync lock from asynchronous to synchronous by Guoqing Jiang · 8 years ago
  31. 98bcf28 Merge tag 'md/4.6-rc6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  32. b8a0b8e raid5: delete unnecessary warnning by Shaohua Li · 8 years ago
  33. 9c573de MD: make bio mergeable by Shaohua Li · 8 years ago
  34. b297874 md/raid0: remove empty line printk from dump_zones by Michał Pecio · 8 years ago
  35. 6545b60 dm cache metadata: fix cmd_read_lock() acquiring write lock by Ahmed Samy · 8 years ago
  36. 9567366 dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros by Mike Snitzer · 8 years ago
  37. 7dedd15 md/raid0: fix uninitialized variable bug by Dan Carpenter · 8 years ago
  38. c888a8f block: kill off q->flush_flags by Jens Axboe · 8 years ago
  39. 56883a7 md: update to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  40. 519a7e1 dm: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  41. 84b4ff9 bcache: switch to using blk_queue_write_cache() by Jens Axboe · 8 years ago
  42. 072623d dm: fix dm_target_io leak if clone_bio() returns an error by Mikulas Patocka · 8 years ago
  43. 63b106a Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  44. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  45. f9a67b1 md/bitmap: clear bitmap if bitmap_create failed by Guoqing Jiang · 8 years ago
  46. ed3b98c MD: add rdev reference for super write by Shaohua Li · 8 years ago
  47. 466ad29 md: fix a trivial typo in comments by Wei Fang · 8 years ago
  48. 816b0ac md:raid1: fix a dead loop when read from a WriteMostly disk by Wei Fang · 8 years ago
  49. 4526b71 Merge tag 'md/4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  50. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  51. 1d034e6 md/raid5: Cleanup cpu hotplug notifier by Anna-Maria Gleixner · 8 years ago
  52. 23ddba8 raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang by Shaohua Li · 8 years ago
  53. ccfc7bf raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang by Nate Dailey · 8 years ago
  54. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  55. 98dbc9c dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request() by Bryn M. Reeves · 8 years ago
  56. d85326c md: fix typos for stipe by Guoqing Jiang · 8 years ago
  57. c6f0b9f md/bitmap: remove redundant return in bitmap_checkpage by Guoqing Jiang · 8 years ago
  58. b3c95b4 md/raid1: remove unnecessary BUG_ON by Guoqing Jiang · 8 years ago
  59. fafcde3 md: multipath: don't hardcopy bio in .make_request path by Ming Lei · 8 years ago
  60. c3667cc dm thin: consistently return -ENOSPC if pool has run out of data space by Mike Snitzer · 8 years ago
  61. 843f0f2 dm cache: bump the target version by Mike Snitzer · 8 years ago
  62. d14fcf3 dm cache: make sure every metadata function checks fail_io by Joe Thornber · 8 years ago
  63. 3f06804 dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIO by Mike Snitzer · 8 years ago
  64. 7dd85bb dm cache policy smq: clarify that mq registration failure was for 'mq' by Mike Snitzer · 8 years ago
  65. c80914e dm: return error if bio_integrity_clone() fails in clone_bio() by Mike Snitzer · 8 years ago
  66. 2eae9e448 dm thin metadata: don't issue prefetches if a transaction abort has failed by Joe Thornber · 8 years ago
  67. 4df2bf4 dm snapshot: disallow the COW and origin devices from being identical by DingXiang · 9 years ago
  68. 9ed8469 dm cache: make the 'mq' policy an alias for 'smq' by Joe Thornber · 9 years ago
  69. e233d80 dm: drop unnecessary assignment of md->queue by Bob Liu · 8 years ago
  70. 032482f dm: reorder 'struct mapped_device' members to fix alignment and holes by Mike Snitzer · 8 years ago
  71. 1d3aa6f dm: remove dummy definition of 'struct dm_table' by Mike Snitzer · 8 years ago
  72. 115485e dm: add 'dm_numa_node' module parameter by Mike Snitzer · 8 years ago
  73. 29f929b dm thin metadata: remove needless newline from subtree_dec() DMERR message by Mike Snitzer · 9 years ago
  74. ec31f3f dm mpath: cleanup reinstate_path() et al based on code review by Mike Snitzer · 8 years ago
  75. fb3229d md/raid5: output stripe state for debug by Shaohua Li · 8 years ago
  76. 550da24 md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list by NeilBrown · 8 years ago
  77. f8b1126 bcache: fix cache_set_flush() NULL pointer dereference on OOM by Eric Wheeler · 8 years ago
  78. 9b29972 bcache: cleaned up error handling around register_cache() by Eric Wheeler · 8 years ago
  79. 07cc6ef8 bcache: fix race of writeback thread starting before complete initialization by Eric Wheeler · 8 years ago
  80. c97e060 md/bitmap: remove redundant check by Eric Engestrom · 8 years ago
  81. 70d9798b MD: warn for potential deadlock by Shaohua Li · 8 years ago
  82. 399146b md: Drop sending a change uevent when stopping by Sebastian Parschauer · 8 years ago
  83. 6ab2a4b RAID5: revert e9e4c377e2f563 to fix a livelock by Shaohua Li · 8 years ago
  84. 27a353c RAID5: check_reshape() shouldn't call mddev_suspend by Shaohua Li · 8 years ago
  85. e7597e6 md/raid5: Compare apples to apples (or sectors to sectors) by Jes Sorensen · 9 years ago
  86. 9f54cec dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy by Mike Snitzer · 9 years ago
  87. be7d31c dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate by Mike Snitzer · 9 years ago
  88. b0b477c dm round robin: use percpu 'repeat_count' and 'current_path' by Mike Snitzer · 8 years ago
  89. 90a4323 dm path selector: remove 'repeat_count' return from .select_path hook by Mike Snitzer · 8 years ago
  90. 9659f81 dm mpath: push path selector locking down to path selectors by Mike Snitzer · 9 years ago
  91. 21136f8 dm mpath: remove repeat_count support from multipath core by Mike Snitzer · 9 years ago
  92. 7943bd6 dm mpath: remove unnecessary casts in front of ti->private by Mike Snitzer · 9 years ago
  93. 78ce23b dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly by Mike Snitzer · 9 years ago
  94. 2eff192 dm mpath: cleanup 'struct dm_mpath_io' management code by Mike Snitzer · 9 years ago
  95. 8637a6b dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io' by Mike Snitzer · 9 years ago
  96. 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 9 years ago
  97. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  98. eca7ee6 dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM by Mike Snitzer · 8 years ago
  99. c5248f7 dm: remove support for stacking dm-mq on .request_fn device(s) by Mike Snitzer · 8 years ago
  100. 818c5f3 dm: fix a couple locking issues with use of block interfaces by Mike Snitzer · 8 years ago