1. 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
  2. b8a0b8e raid5: delete unnecessary warnning by Shaohua Li · 8 years ago
  3. 9c573de MD: make bio mergeable by Shaohua Li · 8 years ago
  4. b297874 md/raid0: remove empty line printk from dump_zones by Michał Pecio · 8 years ago
  5. 6545b60 dm cache metadata: fix cmd_read_lock() acquiring write lock by Ahmed Samy · 8 years ago
  6. 9567366 dm cache metadata: fix READ_LOCK macros and cleanup WRITE_LOCK macros by Mike Snitzer · 8 years ago
  7. 7dedd15 md/raid0: fix uninitialized variable bug by Dan Carpenter · 8 years ago
  8. 072623d dm: fix dm_target_io leak if clone_bio() returns an error by Mikulas Patocka · 8 years ago
  9. 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
  10. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  11. f9a67b1 md/bitmap: clear bitmap if bitmap_create failed by Guoqing Jiang · 8 years ago
  12. ed3b98c MD: add rdev reference for super write by Shaohua Li · 8 years ago
  13. 466ad29 md: fix a trivial typo in comments by Wei Fang · 8 years ago
  14. 816b0ac md:raid1: fix a dead loop when read from a WriteMostly disk by Wei Fang · 8 years ago
  15. 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
  16. 237045f Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  17. 1d034e6 md/raid5: Cleanup cpu hotplug notifier by Anna-Maria Gleixner · 8 years ago
  18. 23ddba8 raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang by Shaohua Li · 8 years ago
  19. ccfc7bf raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang by Nate Dailey · 8 years ago
  20. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  21. 98dbc9c dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request() by Bryn M. Reeves · 8 years ago
  22. d85326c md: fix typos for stipe by Guoqing Jiang · 8 years ago
  23. c6f0b9f md/bitmap: remove redundant return in bitmap_checkpage by Guoqing Jiang · 8 years ago
  24. b3c95b4 md/raid1: remove unnecessary BUG_ON by Guoqing Jiang · 8 years ago
  25. fafcde3 md: multipath: don't hardcopy bio in .make_request path by Ming Lei · 8 years ago
  26. c3667cc dm thin: consistently return -ENOSPC if pool has run out of data space by Mike Snitzer · 8 years ago
  27. 843f0f2 dm cache: bump the target version by Mike Snitzer · 8 years ago
  28. d14fcf3 dm cache: make sure every metadata function checks fail_io by Joe Thornber · 8 years ago
  29. 3f06804 dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIO by Mike Snitzer · 8 years ago
  30. 7dd85bb dm cache policy smq: clarify that mq registration failure was for 'mq' by Mike Snitzer · 8 years ago
  31. c80914e dm: return error if bio_integrity_clone() fails in clone_bio() by Mike Snitzer · 8 years ago
  32. 2eae9e448 dm thin metadata: don't issue prefetches if a transaction abort has failed by Joe Thornber · 8 years ago
  33. 4df2bf4 dm snapshot: disallow the COW and origin devices from being identical by DingXiang · 8 years ago
  34. 9ed8469 dm cache: make the 'mq' policy an alias for 'smq' by Joe Thornber · 8 years ago
  35. e233d80 dm: drop unnecessary assignment of md->queue by Bob Liu · 8 years ago
  36. 032482f dm: reorder 'struct mapped_device' members to fix alignment and holes by Mike Snitzer · 8 years ago
  37. 1d3aa6f dm: remove dummy definition of 'struct dm_table' by Mike Snitzer · 8 years ago
  38. 115485e dm: add 'dm_numa_node' module parameter by Mike Snitzer · 8 years ago
  39. 29f929b dm thin metadata: remove needless newline from subtree_dec() DMERR message by Mike Snitzer · 8 years ago
  40. ec31f3f dm mpath: cleanup reinstate_path() et al based on code review by Mike Snitzer · 8 years ago
  41. fb3229d md/raid5: output stripe state for debug by Shaohua Li · 8 years ago
  42. 550da24 md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list by NeilBrown · 8 years ago
  43. f8b1126 bcache: fix cache_set_flush() NULL pointer dereference on OOM by Eric Wheeler · 8 years ago
  44. 9b29972 bcache: cleaned up error handling around register_cache() by Eric Wheeler · 8 years ago
  45. 07cc6ef8 bcache: fix race of writeback thread starting before complete initialization by Eric Wheeler · 8 years ago
  46. c97e060 md/bitmap: remove redundant check by Eric Engestrom · 8 years ago
  47. 70d9798b MD: warn for potential deadlock by Shaohua Li · 8 years ago
  48. 399146b md: Drop sending a change uevent when stopping by Sebastian Parschauer · 8 years ago
  49. 6ab2a4b RAID5: revert e9e4c377e2f563 to fix a livelock by Shaohua Li · 8 years ago
  50. 27a353c RAID5: check_reshape() shouldn't call mddev_suspend by Shaohua Li · 8 years ago
  51. e7597e6 md/raid5: Compare apples to apples (or sectors to sectors) by Jes Sorensen · 8 years ago
  52. 9f54cec dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busy by Mike Snitzer · 8 years ago
  53. be7d31c dm mpath: switch from 'unsigned' to 'bool' for flags where appropriate by Mike Snitzer · 8 years ago
  54. b0b477c dm round robin: use percpu 'repeat_count' and 'current_path' by Mike Snitzer · 8 years ago
  55. 90a4323 dm path selector: remove 'repeat_count' return from .select_path hook by Mike Snitzer · 8 years ago
  56. 9659f81 dm mpath: push path selector locking down to path selectors by Mike Snitzer · 8 years ago
  57. 21136f8 dm mpath: remove repeat_count support from multipath core by Mike Snitzer · 8 years ago
  58. 7943bd6 dm mpath: remove unnecessary casts in front of ti->private by Mike Snitzer · 8 years ago
  59. 78ce23b dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directly by Mike Snitzer · 8 years ago
  60. 2eff192 dm mpath: cleanup 'struct dm_mpath_io' management code by Mike Snitzer · 8 years ago
  61. 8637a6b dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io' by Mike Snitzer · 8 years ago
  62. 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 8 years ago
  63. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 8 years ago
  64. eca7ee6 dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM by Mike Snitzer · 8 years ago
  65. c5248f7 dm: remove support for stacking dm-mq on .request_fn device(s) by Mike Snitzer · 8 years ago
  66. 818c5f3 dm: fix a couple locking issues with use of block interfaces by Mike Snitzer · 8 years ago
  67. 1c357a1 dm: allocate blk_mq_tag_set rather than embed in mapped_device by Mike Snitzer · 8 years ago
  68. faad87d dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module params by Mike Snitzer · 8 years ago
  69. c91852ff dm: optimize dm_request_fn() by Mike Snitzer · 8 years ago
  70. 16f1226 dm: optimize dm_mq_queue_rq() by Mike Snitzer · 8 years ago
  71. f083b09 dm: set DM_TARGET_WILDCARD feature on "error" target by Mike Snitzer · 8 years ago
  72. e522c03 dm: cleanup dm_any_congested() by Mike Snitzer · 8 years ago
  73. ae6ad75 dm: remove unused dm_get_rq_mapinfo() by Mike Snitzer · 8 years ago
  74. 6acfe68 dm: fix excessive dm-mq context switching by Mike Snitzer · 8 years ago
  75. 956a402 dm: fix sparse "unexpected unlock" warnings in ioctl code by Mike Snitzer · 8 years ago
  76. 6648202 dm: do not return target from dm_get_live_table_for_ioctl() by Mike Snitzer · 8 years ago
  77. 4328daa dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths by Mike Snitzer · 8 years ago
  78. 9ea0641 Merge branch 'mymd/for-next' into mymd/for-linus by Shaohua Li · 8 years ago
  79. bbdb23b dm crypt: Use skcipher and ahash by Herbert Xu · 8 years ago
  80. fc2561e md-cluster: delete useless code by Shaohua Li · 8 years ago
  81. 4ac7a65 md-cluster: fix missing memory free by Shaohua Li · 8 years ago
  82. 6412035 Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  83. 849674e MD: rename some functions by Shaohua Li · 8 years ago
  84. 3c28c9c Merge tag 'md/4.5' of git://neil.brown.name/md by Linus Torvalds · 8 years ago
  85. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  86. d080827 Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  87. 1501efa md/raid: only permit hot-add of compatible integrity profiles by Dan Williams · 8 years ago
  88. 16a43f6 raid5-cache: handle journal hotadd in quiesce by Shaohua Li · 8 years ago
  89. 87d4d91 MD: add journal with array suspended by Shaohua Li · 8 years ago
  90. a62ab49 md: set MD_HAS_JOURNAL in correct places by Shaohua Li · 8 years ago
  91. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  92. 03891f9 Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  93. d3b407f badblocks: rename badblocks_free to badblocks_exit by Dan Williams · 8 years ago
  94. fc974ee md: convert to use the generic badblocks code by Vishal Verma · 9 years ago
  95. 385277b dm snapshot: fix hung bios when copy error occurs by Mikulas Patocka · 8 years ago
  96. 1c2e54e dm thin: bump thin and thin-pool target versions by Mike Snitzer · 8 years ago
  97. 274d8cb md: Remove 'ready' field from mddev. by NeilBrown · 8 years ago
  98. bb9ef71 md: remove unnecesary md_new_event_inintr by Guoqing Jiang · 8 years ago
  99. 5036c39 raid5: allow r5l_io_unit allocations to fail by Christoph Hellwig · 9 years ago
  100. e8deb63 raid5-cache: use a mempool for the metadata block by Christoph Hellwig · 9 years ago