OSDN Git Service

Merge branch 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md...
authorJens Axboe <axboe@kernel.dk>
Wed, 22 Jul 2020 20:11:38 +0000 (14:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jul 2020 20:11:38 +0000 (14:11 -0600)
commitef67744e7a4c82e246cd9831208d07249c519d22
treeb309aa7ea7f89b1aecdb44844cb1d3a75daecbcf
parent659bf827ba8f1183b714341d8a1d4b1e446178d9
parentfe630de009d0729584d79c78f43121e07c745fdc
Merge branch 'md-next' of https://git./linux/kernel/git/song/md into for-5.9/drivers

Pull MD for 5.9 from Song.

* 'md-next' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
  md/raid10: avoid deadlock on recovery.
  raid: md_p.h: drop duplicated word in a comment
  md-cluster: fix rmmod issue when md_cluster convert bitmap to none
  md-cluster: fix safemode_delay value when converting to clustered bitmap
  md/raid5: support config stripe_size by sysfs entry
  md/raid5: set default stripe_size as 4096
  md/raid456: convert macro STRIPE_* to RAID5_STRIPE_*
  raid5: remove the meaningless check in raid5_make_request
  raid5: put the comment of clear_batch_ready to the right place
  raid5: call clear_batch_ready before set STRIPE_ACTIVE
  md: raid10: Fix compilation warning
  md: raid5: Fix compilation warning
  md: raid5-cache: Remove set but unused variable
  md: Fix compilation warning