OSDN Git Service

Merge branch 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into...
authorJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2020 00:27:12 +0000 (17:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jan 2020 00:27:12 +0000 (17:27 -0700)
commit7454049eb7e426a3bc9cc7b3fd5857c2d6ceeaee
tree685b048c60c1bb7d88873645ebe3a46f0207eed7
parent8e42d239cb027143915cae13eb2ecf1360ee24de
parentd0d2d8ba0494655a01b97542c083e51b29cf8637
Merge branch 'md-next' of git://git./linux/kernel/git/song/md into for-5.6/drivers

Pull MD changes from Song.

* 'md-next' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  md/raid1: introduce wait_for_serialization
  md/raid1: use bucket based mechanism for IO serialization
  md: introduce a new struct for IO serialization
  md: don't destroy serial_info_pool if serialize_policy is true
  raid1: serialize the overlap write
  md: reorgnize mddev_create/destroy_serial_pool
  md: add serialize_policy sysfs node for raid1
  md: prepare for enable raid1 io serialization
  md: fix a typo s/creat/create
  md: rename wb stuffs
  raid5: remove worker_cnt_per_group argument from alloc_thread_groups
  md/raid6: fix algorithm choice under larger PAGE_SIZE
  raid6/test: fix a compilation warning
  raid6/test: fix a compilation error
  md-bitmap: small cleanups