mbox series

[0/3] md fixes and improvements

Message ID 20190329174617.3670341-1-songliubraving@fb.com (mailing list archive)
Headers show
Series md fixes and improvements | expand

Message

Song Liu March 29, 2019, 5:46 p.m. UTC
Hi Jens,

These patches are based on your 5.2-tmp branch. Please consider apply them
to the non-tmp 5.2 branch. :)

Thanks,
Song

NeilBrown (2):
  Revert "MD: fix lock contention for flush bios"
  md: batch flush requests.

Nigel Croxon (1):
  Don't jump to compute_result state from check_result state

 drivers/md/md.c    | 172 +++++++++++++++++++--------------------------
 drivers/md/md.h    |  25 +++----
 drivers/md/raid5.c |  19 ++---
 3 files changed, 85 insertions(+), 131 deletions(-)

--
2.17.1

Comments

Jens Axboe March 29, 2019, 5:51 p.m. UTC | #1
On 3/29/19 11:46 AM, Song Liu wrote:
> Hi Jens,
> 
> These patches are based on your 5.2-tmp branch. Please consider apply them
> to the non-tmp 5.2 branch. :)

Applied, with the whitespace fixed up in 1/3 as mentioned.