1. 43ac9b8 md/raid1: Use a new variable to count flighting sync requests by Xiao Ni · 8 years ago
  2. e5bc9c3 md: clear WantReplacement once disk is removed by Guoqing Jiang · 8 years ago
  3. 2966175 md/raid1/10: remove unused queue by Lidong Zhong · 8 years ago
  4. 97b20ef md: handle read-only member devices better. by NeilBrown · 8 years ago
  5. cf25ae7 md/raid10: wait up frozen array in handle_write_completed by Guoqing Jiang · 8 years ago
  6. 835d89e md-cluster: Fix a memleak in an error handling path by Christophe JAILLET · 8 years ago
  7. 78b6350 md: support disabling of create-on-open semantics. by NeilBrown · 8 years ago
  8. 039b722 md: allow creation of mdNNN arrays via md_mod/parameters/new_array by NeilBrown · 8 years ago
  9. fcd403a raid5-ppl: use a single mempool for ppl_io_unit and header_page by Artur Paszkiewicz · 8 years ago
  10. f00d7c8 md/raid0: fix up bio splitting. by NeilBrown · 8 years ago
  11. 868f604 md/linear: improve bio splitting. by NeilBrown · 8 years ago
  12. dd7a8f5 md/raid5: make chunk_aligned_read() split bios more cleanly. by NeilBrown · 8 years ago
  13. 545250f md/raid10: simplify handle_read_error() by NeilBrown · 8 years ago
  14. fc9977d md/raid10: simplify the splitting of requests. by NeilBrown · 8 years ago
  15. 673ca68 md/raid1: factor out flush_bio_list() by NeilBrown · 8 years ago
  16. 689389a md/raid1: simplify handle_read_error(). by NeilBrown · 8 years ago
  17. cb83efc md/raid1: simplify alloc_behind_master_bio() by NeilBrown · 8 years ago
  18. c230e7e md/raid1: simplify the splitting of requests. by NeilBrown · 8 years ago
  19. ae1713e raid5-ppl: partial parity calculation optimization by Artur Paszkiewicz · 8 years ago
  20. 845b9e2 raid5-ppl: use resize_stripes() when enabling or disabling ppl by Artur Paszkiewicz · 8 years ago
  21. 94568f6 raid5-ppl: move no_mem_stripes to struct ppl_conf by Artur Paszkiewicz · 8 years ago
  22. 0c9d5b1 md/raid1: avoid reusing a resync bio after error handling. by NeilBrown · 8 years ago
  23. b670883 md.c:didn't unlock the mddev before return EINVAL in array_size_store by Zhilong Liu · 8 years ago
  24. 065e519 md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stop by NeilBrown · 8 years ago
  25. 6f287ca md/raid10: reset the 'first' at the end of loop by Guoqing Jiang · 8 years ago
  26. 7471fb7 md/raid6: Fix anomily when recovering a single device in RAID6. by NeilBrown · 8 years ago
  27. 583da48 md: update slab_cache before releasing new stripes when stripes resizing by Dennis Yang · 8 years ago
  28. 8fc04e6e md: raid1: kill warning on powerpc_pseries by Ming Lei · 8 years ago
  29. 0bb0c10 md/raid5: use consistency_policy to remove journal feature by Song Liu · 8 years ago
  30. 1ad45a9 md/raid5-cache: fix payload endianness problem in raid5-cache by Jason Yan · 8 years ago
  31. 41743c1 md/raid1: skip data copy for behind io for discard request by Shaohua Li · 8 years ago
  32. 2d06e3b md: raid10: avoid direct access to bvec table in handle_reshape_read_error by Ming Lei · 8 years ago
  33. cdb76be md: raid10: retrieve page from preallocated resync page array by Ming Lei · 8 years ago
  34. f025061 md: raid10: don't use bio's vec table to manage resync pages by Ming Lei · 8 years ago
  35. 81fa152 md: raid10: refactor code of read reshape's .bi_end_io by Ming Lei · 8 years ago
  36. 841c131 md: raid1: improve write behind by Ming Lei · 8 years ago
  37. d8c84c4 md: raid1: move 'offset' out of loop by Ming Lei · 8 years ago
  38. 60928a9 md: raid1: use bio helper in process_checks() by Ming Lei · 8 years ago
  39. 44cf0f4 md: raid1: retrieve page from pre-allocated resync page array by Ming Lei · 8 years ago
  40. 98d30c5 md: raid1: don't use bio's vec table to manage resync pages by Ming Lei · 8 years ago
  41. a723423 md: raid1: simplify r1buf_pool_free() by Ming Lei · 8 years ago
  42. 513e2fa md: prepare for managing resync I/O pages in clean way by Ming Lei · 8 years ago
  43. d8e29fb md: move two macros into md.h by Ming Lei · 8 years ago
  44. c85ba14 md: raid1/raid10: don't handle failure of bio_add_page() by Ming Lei · 8 years ago
  45. 3560741e md: fix several trivial typos in comments by Zhilong Liu · 8 years ago
  46. 27f26a0 md/raid10: refactor some codes from raid10_write_request by Guoqing Jiang · 8 years ago
  47. 0b408ba raid5-ppl: silence a misleading warning message by Dan Carpenter · 8 years ago
  48. 4ad23a97 MD: use per-cpu counter for writes_pending by NeilBrown · 8 years ago
  49. 55cc39f md: close a race with setting mddev->in_sync by NeilBrown · 8 years ago
  50. 6497709b md: factor out set_in_sync() by NeilBrown · 8 years ago
  51. 84dd97a md/raid5: don't test ->writes_pending in raid5_remove_disk by NeilBrown · 8 years ago
  52. 37011e3 md/raid1: stop using bi_phys_segment by NeilBrown · 8 years ago
  53. fd16f2e md/raid10: stop using bi_phys_segments by NeilBrown · 8 years ago
  54. 6b6c811 md/raid1, raid10: move rXbio accounting closer to allocation. by NeilBrown · 8 years ago
  55. 97d5343 Revert "md/raid5: limit request size according to implementation limits" by NeilBrown · 8 years ago
  56. 0472a42 md/raid5: remove over-loading of ->bi_phys_segments. by NeilBrown · 8 years ago
  57. 016c76a md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as a counter by NeilBrown · 8 years ago
  58. bd83d0a md/raid5: call bio_endio() directly rather than queueing for later. by NeilBrown · 8 years ago
  59. 16d997b md/raid5: simplfy delaying of writes while metadata is updated. by NeilBrown · 8 years ago
  60. 4972805 md/raid5: use md_write_start to count stripes, not bios by NeilBrown · 8 years ago
  61. 48df498 md: move bitmap_destroy to the beginning of __md_stop by Guoqing Jiang · 8 years ago
  62. ea17481 md/r5cache: generate R5LOG_PAYLOAD_FLUSH by Song Liu · 8 years ago
  63. 2d4f468 md/r5cache: handle R5LOG_PAYLOAD_FLUSH in recovery by Song Liu · 8 years ago
  64. ba903a3 raid5-ppl: runtime PPL enabling or disabling by Artur Paszkiewicz · 8 years ago
  65. 6358c23 raid5-ppl: support disk hot add/remove with PPL by Artur Paszkiewicz · 8 years ago
  66. 4536bf9b raid5-ppl: load and recover the log by Artur Paszkiewicz · 8 years ago
  67. 664aed0 md: add sysfs entries for PPL by Artur Paszkiewicz · 8 years ago
  68. 3418d03 raid5-ppl: Partial Parity Log write logging implementation by Artur Paszkiewicz · 8 years ago
  69. ff87573 raid5: separate header for log functions by Artur Paszkiewicz · 8 years ago
  70. ea0213e md: superblock changes for PPL by Artur Paszkiewicz · 8 years ago
  71. effe6ee md/r5cache: improve recovery with read ahead page pool by Song Liu · 8 years ago
  72. aaf9f12 md/raid5: sort bios by Shaohua Li · 8 years ago
  73. 84890c0 md/raid5-cache: bump flush stripe batch size by Shaohua Li · 8 years ago
  74. 535ae4e md/raid5: prioritize stripes for writeback by Shaohua Li · 8 years ago
  75. 818da59 md-cluster: add the support for resize by Guoqing Jiang · 8 years ago
  76. b98938d md-cluster: introduce cluster_check_sync_size by Guoqing Jiang · 8 years ago
  77. 7da3d20 md-cluster: add CHANGE_CAPACITY message type by Guoqing Jiang · 8 years ago
  78. 0ba9597 md-cluster: use sync way to handle METADATA_UPDATED msg by Guoqing Jiang · 8 years ago
  79. 3009b30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 8 years ago
  80. 11353b9 md/raid1: fix a trivial typo in comments by Zhilong Liu · 8 years ago
  81. 0977762 md/r5cache: fix set_syndrome_sources() for data in cache by Song Liu · 8 years ago
  82. f5fe1b5 blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 8 years ago
  83. 1345921 md: fix incorrect use of lexx_to_cpu in does_sb_need_changing by Jason Yan · 8 years ago
  84. 3fb632e md: fix super_offset endianness in super_1_rdev_size_change by Jason Yan · 8 years ago
  85. f4b7ac6 drivers/md/bcache/util.h: remove duplicate inclusion of blkdev.h by Masanari Iida · 8 years ago
  86. 61eb2b4 md/raid1/10: fix potential deadlock by Shaohua Li · 8 years ago
  87. 1b3bae4 md: don't impose the MD_SB_DISKS limit on arrays without metadata. by NeilBrown · 8 years ago
  88. c948363 md: move funcs from pers->resize to update_size by Guoqing Jiang · 8 years ago
  89. 75df023 md-cluster: remove useless memset from gather_all_resync_info by Guoqing Jiang · 8 years ago
  90. 9c8043f md-cluster: free md_cluster_info if node leave cluster by Guoqing Jiang · 8 years ago
  91. 99b3d74 md: delete dead code by Shaohua Li · 8 years ago
  92. 6d39978 md/raid10: submit bio directly to replacement disk by Shaohua Li · 8 years ago
  93. 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
  94. 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
  95. 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 · 9 years ago
  96. b2d0910 sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h> by Ingo Molnar · 9 years ago
  97. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 9 years ago
  98. 5b3cc15 sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h> by Ingo Molnar · 9 years ago
  99. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 9 years ago
  100. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 9 years ago