]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.4/block
authorJens Axboe <axboe@kernel.dk>
Wed, 7 Aug 2019 18:26:53 +0000 (12:26 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Aug 2019 18:26:53 +0000 (12:26 -0600)
commite8fc87f6a94703b41bd65b97253ba64710acf0d4
treec2dae411b91a0c6bf826e485eb22de2463f19547
parent00ec4f3039a9e36cbccd1aea82d06c77c440a51c
parent449808a254fd567d3dbeb11595a0af238c687c82
Merge branch 'md-next' of https://github.com/liu-song-6/linux into for-5.4/block

Pull MD changes from Song.

* 'md-next' of https://github.com/liu-song-6/linux:
  raid1: factor out a common routine to handle the completion of sync write
  md: don't call spare_active in md_reap_sync_thread if all member devices can't work
  md: don't set In_sync if array is frozen
  md: allow last device to be forcibly removed from RAID1/RAID10.
  md: Convert to use int_pow()
  md/raid10: end bio when the device faulty
  md/raid1: end bio when the device faulty
  md/raid6: Set R5_ReadError when there is read failure on parity disk
  raid1: use an int as the return value of raise_barrier()