All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heinz Mauelshagen <heinzm@redhat.com>
To: heinzm@redhat.com, dm-devel@redhat.com
Subject: [PATCH 0/5] dm raid: deadlock/corruptor fixes
Date: Wed,  5 Sep 2018 19:36:40 +0200	[thread overview]
Message-ID: <cover.1536167421.git.heinzm@redhat.com> (raw)

This series of raid patches critically fixes:
- a race causing hangs occuring on tiny devices
- a reshape deadlock / potential data corruption
- a superblock update problem rebuilding individual component devices

In addition, it contains (patches 4+5, less critical) removal
of code duplication deciphering the synchonization action and
avoids to create a bitmap when using a raid4/5/6 journal device.

Fixes pass all lvm2 raid tests.

Heinz Mauelshagen (5):
  dm-raid: fix reshape race on small devices
  dm-raid: fix stripe adding reshape deadlock
  dm-raid: correct explicit superblock update requests
  dm-raid: share decipher_sync_action
  dm-raid: disable bitmap when journaled

 Documentation/device-mapper/dm-raid.txt |   2 +
 drivers/md/dm-raid.c                    | 177 +++++++++---------------
 2 files changed, 71 insertions(+), 108 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-09-05 17:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-05 17:36 Heinz Mauelshagen [this message]
2018-09-05 17:36 ` [PATCH 1/5] dm-raid: fix reshape race on small devices Heinz Mauelshagen
2018-09-05 17:36 ` [PATCH 2/5] dm-raid: fix stripe adding reshape deadlock Heinz Mauelshagen
2018-09-05 17:36 ` [PATCH 3/5] dm-raid: correct explicit superblock update requests Heinz Mauelshagen
2018-09-05 17:36 ` [PATCH 4/5] dm-raid: share decipher_sync_action Heinz Mauelshagen
2018-09-05 17:36 ` [PATCH 5/5] dm-raid: disable bitmap when journaled Heinz Mauelshagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1536167421.git.heinzm@redhat.com \
    --to=heinzm@redhat.com \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.