[PATCH 0/7] cleanup and bugfix of sync

linan666@huaweicloud.com posted 7 patches 2 weeks, 1 day ago
drivers/md/md.h     |  11 +--
drivers/md/raid1.h  |   5 --
drivers/md/raid10.h |   5 --
drivers/md/raid5.h  |   1 -
drivers/md/md.c     | 122 ++++++++++++++++----------------
drivers/md/raid1.c  |  75 ++++++++------------
drivers/md/raid10.c | 168 ++++++++++++++------------------------------
drivers/md/raid5.c  |  40 ++++-------
8 files changed, 160 insertions(+), 267 deletions(-)
[PATCH 0/7] cleanup and bugfix of sync
Posted by linan666@huaweicloud.com 2 weeks, 1 day ago
From: Li Nan <linan122@huawei.com>

Li Nan (7):
  md: factor error handling out of md_done_sync into helper
  md: mark rdev Faulty when badblocks setting fails
  md: cleanup MD_RECOVERY_ERROR flag
  md: factor out sync completion update into helper
  md/raid10: fix any_working flag handling in raid10_sync_request
  md/raid10: cleanup skip handling in raid10_sync_request
  md: remove recovery_disabled

 drivers/md/md.h     |  11 +--
 drivers/md/raid1.h  |   5 --
 drivers/md/raid10.h |   5 --
 drivers/md/raid5.h  |   1 -
 drivers/md/md.c     | 122 ++++++++++++++++----------------
 drivers/md/raid1.c  |  75 ++++++++------------
 drivers/md/raid10.c | 168 ++++++++++++++------------------------------
 drivers/md/raid5.c  |  40 ++++-------
 8 files changed, 160 insertions(+), 267 deletions(-)

-- 
2.39.2