1. 3560741e md: fix several trivial typos in comments by Zhilong Liu · 8 years ago
  2. 27f26a0 md/raid10: refactor some codes from raid10_write_request by Guoqing Jiang · 8 years ago
  3. 0b408ba raid5-ppl: silence a misleading warning message by Dan Carpenter · 8 years ago
  4. 4ad23a97 MD: use per-cpu counter for writes_pending by NeilBrown · 8 years ago
  5. 55cc39f md: close a race with setting mddev->in_sync by NeilBrown · 8 years ago
  6. 6497709b md: factor out set_in_sync() by NeilBrown · 8 years ago
  7. 84dd97a md/raid5: don't test ->writes_pending in raid5_remove_disk by NeilBrown · 8 years ago
  8. 37011e3 md/raid1: stop using bi_phys_segment by NeilBrown · 8 years ago
  9. fd16f2e md/raid10: stop using bi_phys_segments by NeilBrown · 8 years ago
  10. 6b6c811 md/raid1, raid10: move rXbio accounting closer to allocation. by NeilBrown · 8 years ago
  11. 97d5343 Revert "md/raid5: limit request size according to implementation limits" by NeilBrown · 8 years ago
  12. 0472a42 md/raid5: remove over-loading of ->bi_phys_segments. by NeilBrown · 8 years ago
  13. 016c76a md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter by NeilBrown · 8 years ago
  14. bd83d0a md/raid5: call bio_endio() directly rather than queueing for later. by NeilBrown · 8 years ago
  15. 16d997b md/raid5: simplfy delaying of writes while metadata is updated. by NeilBrown · 8 years ago
  16. 4972805 md/raid5: use md_write_start to count stripes, not bios by NeilBrown · 8 years ago
  17. 48df498 md: move bitmap_destroy to the beginning of __md_stop by Guoqing Jiang · 8 years ago
  18. ea17481 md/r5cache: generate R5LOG_PAYLOAD_FLUSH by Song Liu · 8 years ago
  19. 2d4f468 md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recovery by Song Liu · 8 years ago
  20. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 8 years ago
  21. 6358c23 raid5-ppl: support disk hot add/remove with PPL by Artur Paszkiewicz · 8 years ago
  22. 4536bf9b raid5-ppl: load and recover the log by Artur Paszkiewicz · 8 years ago
  23. 664aed0 md: add sysfs entries for PPL by Artur Paszkiewicz · 8 years ago
  24. 3418d03 raid5-ppl: Partial Parity Log write logging implementation by Artur Paszkiewicz · 8 years ago
  25. ff87573 raid5: separate header for log functions by Artur Paszkiewicz · 8 years ago
  26. ea0213e md: superblock changes for PPL by Artur Paszkiewicz · 8 years ago
  27. effe6ee md/r5cache: improve recovery with read ahead page pool by Song Liu · 8 years ago
  28. aaf9f12 md/raid5: sort bios by Shaohua Li · 8 years ago
  29. 84890c0 md/raid5-cache: bump flush stripe batch size by Shaohua Li · 8 years ago
  30. 535ae4e md/raid5: prioritize stripes for writeback by Shaohua Li · 8 years ago
  31. 818da59 md-cluster: add the support for resize by Guoqing Jiang · 8 years ago
  32. b98938d md-cluster: introduce cluster_check_sync_size by Guoqing Jiang · 8 years ago
  33. 7da3d20 md-cluster: add CHANGE_CAPACITY message type by Guoqing Jiang · 8 years ago
  34. 0ba9597 md-cluster: use sync way to handle METADATA_UPDATED msg by Guoqing Jiang · 8 years ago
  35. 3009b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  36. 11353b9 md/raid1: fix a trivial typo in comments by Zhilong Liu · 8 years ago
  37. 0977762 md/r5cache: fix set_syndrome_sources() for data in cache by Song Liu · 8 years ago
  38. f5fe1b5 blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 8 years ago
  39. 1345921 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 8 years ago
  40. 3fb632e md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 8 years ago
  41. f4b7ac6 drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h by Masanari Iida · 8 years ago
  42. 61eb2b4 md/raid1/10: fix potential deadlock by Shaohua Li · 8 years ago
  43. 1b3bae4 md: don't impose the MD_SB_DISKS limit on arrays without metadata. by NeilBrown · 8 years ago
  44. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 8 years ago
  45. 75df023 md-cluster: remove useless memset from gather_all_resync_info by Guoqing Jiang · 8 years ago
  46. 9c8043f md-cluster: free md_cluster_info if node leave cluster by Guoqing Jiang · 8 years ago
  47. 99b3d74 md: delete dead code by Shaohua Li · 8 years ago
  48. 6d39978 md/raid10: submit bio directly to replacement disk by Shaohua Li · 8 years ago
  49. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. ca4c7d7 Merge tag 'dm-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  51. 0881e7b sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  52. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 8 years ago
  53. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  54. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  55. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  56. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  57. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  58. 0837e49 KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() by David Howells · 8 years ago
  59. 2664f3c dm raid: bump the target version by Mike Snitzer · 8 years ago
  60. d36a195 dm raid: fix data corruption on reshape request by Heinz Mauelshagen · 8 years ago
  61. ad47047 dm raid: fix raid "check" regression due to improper cleanup in raid_message() by Mike Snitzer · 8 years ago
  62. a682e00 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  63. 1802979 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  64. 61febef dm-rq: don't dereference request payload after ending request by Jens Axboe · 8 years ago
  65. 1ec4922 md/raid1: fix write behind issues introduced by bio_clone_bioset_partial by Shaohua Li · 8 years ago
  66. aff8da0 md/raid1: handle flush request correctly by Shaohua Li · 8 years ago
  67. d939cdf md/linear: shutup lockdep warnning by Shaohua Li · 8 years ago
  68. 7a771ce Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  69. 772c8f6 Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  70. 42e1b14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  71. af5f42a md/raid1: fix a use-after-free bug by Shaohua Li · 8 years ago
  72. 824e47d RAID1: avoid unnecessary spin locks in I/O barrier code by colyli@suse.de · 8 years ago
  73. fd76863 RAID1: a new I/O barrier implementation to remove resync window by colyli@suse.de · 8 years ago
  74. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  75. 6010720 Merge branch 'for-4.11/block' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  76. d67a5f4 dm: flush queued bios when process blocks to avoid deadlock by Mikulas Patocka · 8 years ago
  77. 37a098e dm round robin: revert "use percpu 'repeat_count' and 'current_path'" by Mike Snitzer · 8 years ago
  78. eae8263 md/raid5: Don't reinvent the wheel but use existing llist API by Byungchul Park · 8 years ago
  79. 6085831 dm stats: fix a leaked s->histogram_boundaries array by Mikulas Patocka · 8 years ago
  80. b79af13 dm space map metadata: constify dm_space_map structures by Bhumika Goyal · 8 years ago
  81. 7f1b215 dm cache metadata: use cursor api in blocks_are_clean_separate_dirty() by Mike Snitzer · 8 years ago
  82. 9b69622 dm persistent data: add cursor skip functions to the cursor APIs by Joe Thornber · 8 years ago
  83. 683bb1a dm cache metadata: use dm_bitset_new() to create the dirty bitset in format 2 by Joe Thornber · 8 years ago
  84. 2151249 dm bitset: add dm_bitset_new() by Joe Thornber · 8 years ago
  85. 4855105 dm cache metadata: name the cache block that couldn't be loaded by Mike Snitzer · 8 years ago
  86. 629d0a8 dm cache metadata: add "metadata2" feature by Joe Thornber · 8 years ago
  87. ae4a46a dm cache metadata: use bitset cursor api to load discard bitset by Joe Thornber · 8 years ago
  88. 6fe28db dm bitset: introduce cursor api by Joe Thornber · 8 years ago
  89. 9f9ef06 dm btree: use GFP_NOFS in dm_btree_del() by Joe Thornber · 9 years ago
  90. 3ba3ba1 dm space map common: memcpy the disk root to ensure it's arch aligned by Joe Thornber · 9 years ago
  91. 602548b dm block manager: add unlikely() annotations on dm_bufio error paths by Joe Thornber · 9 years ago
  92. ca763d0 dm cache: fix corruption seen when using cache > 2TB by Joe Thornber · 8 years ago
  93. d7a1030 md: fast clone bio in bio_clone_mddev() by Ming Lei · 8 years ago
  94. ed7ef73 md: remove unnecessary check on mddev by Ming Lei · 8 years ago
  95. 8e58e32 md/raid1: use bio_clone_bioset_partial() in case of write behind by Ming Lei · 8 years ago
  96. 1027317 md: fail if mddev->bio_set can't be created by Ming Lei · 8 years ago
  97. 2648381 md: disable WRITE SAME if it fails in underlayer disks by Shaohua Li · 8 years ago
  98. e33fbb9 md/raid5-cache: exclude reclaiming stripes in reclaim check by Shaohua Li · 8 years ago
  99. e8fd52e md/raid5-cache: stripe reclaim only counts valid stripes by Shaohua Li · 8 years ago
  100. 9356863 md: ensure md devices are freed before module is unloaded. by NeilBrown · 8 years ago