From: Mateusz Kusiak <mateusz.kusiak@intel.com>
To: linux-raid@vger.kernel.org
Cc: jes@trained-monkey.org, colyli@suse.de
Subject: [PATCH 00/10] Block update-subarray and refactor context update
Date: Thu, 18 Aug 2022 16:56:11 +0200 [thread overview]
Message-ID: <20220818145621.21982-1-mateusz.kusiak@intel.com> (raw)
This patchset serves three main purposes.
Block updates on active volume with update-subarray and split subset of
options for --update and --update-subarray.
Remove dead code from super-ddf.
Change context->update from string to enum.
Mateusz Kusiak (10):
mdadm: Add option validation for --update-subarray
Fix --update-subarray on active volume
Add code specific update options to enum.
super-ddf: Remove update_super_ddf.
super0: refactor the code for enum
super1: refactor the code for enum
super-intel: refactor the code for enum
Change update to enum in update_super and update_subarray
Manage&Incremental: code refactor, string to enum
Change char* to enum in context->update & refactor code
Assemble.c | 46 ++++++++--------
Examine.c | 2 +-
Grow.c | 17 +++---
Incremental.c | 8 +--
Manage.c | 42 ++++++++------
ReadMe.c | 31 +++++++++++
maps.c | 31 +++++++++++
mdadm.c | 124 ++++++++++++++---------------------------
mdadm.h | 65 +++++++++++++++++++---
super-ddf.c | 70 -----------------------
super-intel.c | 49 ++++++++++-------
super0.c | 103 ++++++++++++++++++++--------------
super1.c | 150 +++++++++++++++++++++++++++++---------------------
13 files changed, 399 insertions(+), 339 deletions(-)
--
2.26.2
next reply other threads:[~2022-08-18 14:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-18 14:56 Mateusz Kusiak [this message]
2022-08-18 14:56 ` [PATCH 01/10] mdadm: Add option validation for --update-subarray Mateusz Kusiak
2022-09-13 15:12 ` Coly Li
2022-09-22 11:21 ` Kusiak, Mateusz
2022-08-18 14:56 ` [PATCH 02/10] Fix --update-subarray on active volume Mateusz Kusiak
2022-09-14 15:02 ` Coly Li
2022-08-18 14:56 ` [PATCH 03/10] Add code specific update options to enum Mateusz Kusiak
2022-09-14 15:02 ` Coly Li
2022-08-18 14:56 ` [PATCH 04/10] super-ddf: Remove update_super_ddf Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
2022-08-18 14:56 ` [PATCH 05/10] super0: refactor the code for enum Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
2022-09-22 11:21 ` Kusiak, Mateusz
2022-09-22 18:20 ` Jes Sorensen
2022-08-18 14:56 ` [PATCH 06/10] super1: " Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
2022-09-22 11:21 ` Kusiak, Mateusz
2022-12-28 14:29 ` Jes Sorensen
2022-08-18 14:56 ` [PATCH 07/10] super-intel: " Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
2022-09-22 11:22 ` Kusiak, Mateusz
2022-08-18 14:56 ` [PATCH 08/10] Change update to enum in update_super and update_subarray Mateusz Kusiak
2022-09-03 5:57 ` Coly Li
2022-09-14 15:03 ` Coly Li
2022-09-22 11:22 ` Kusiak, Mateusz
2022-08-18 14:56 ` [PATCH 09/10] Manage&Incremental: code refactor, string to enum Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
2022-08-18 14:56 ` [PATCH 10/10] Change char* to enum in context->update & refactor code Mateusz Kusiak
2022-09-14 15:03 ` Coly Li
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=20220818145621.21982-1-mateusz.kusiak@intel.com \
--to=mateusz.kusiak@intel.com \
--cc=colyli@suse.de \
--cc=jes@trained-monkey.org \
--cc=linux-raid@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).