diff options
author | Nigel Croxon <ncroxon@redhat.com> | 2025-01-09 21:09:51 +0100 |
---|---|---|
committer | Nigel Croxon <109605997+ncroxon@users.noreply.github.com> | 2025-01-09 21:12:34 +0100 |
commit | 7f57f9b79dada30cdc64de1d2fe7541093c5b4e3 (patch) | |
tree | 1a64a3468df45ee73ddb4bb30a1aa6d70c8ac920 | |
parent | checkpatch.conf: ignore NEW_TYPEDEFS (diff) | |
download | mdadm-7f57f9b79dada30cdc64de1d2fe7541093c5b4e3.tar.xz mdadm-7f57f9b79dada30cdc64de1d2fe7541093c5b4e3.zip |
mdadm: add MAINTAINERS file
Create a maintainers file to keep track of people
to contact when dealing with mdadm questions/issues.
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
-rw-r--r-- | MAINTAINERS | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..0a1229fd --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,32 @@ + +# List of maintainers for mdadm + + +Descriptions of section entries: + +M: Mail patches to: FullName <address@domain> +L: Mailing list that is relevant to mdadm + + +Alphabetical Order: + +M: Blazej Kucman <blazej.kucman@linux.intel.com> +L: linux-raid@vger.kernel.org + +M: Mateusz Kusiak <mateusz.kusiak@intel.com> +L: linux-raid@vger.kernel.org + +M: Mariusz Tkaczyk <mtkaczyk@kernel.org> +L: linux-raid@vger.kernel.org + +M: Nigel Croxon <ncroxon@redhat.com> +L: linux-raid@vger.kernel.org + +M: Song Liu <song@kernel.org> +L: linux-raid@vger.kernel.org + +M: Xiao Ni <xni@redhat.com> +L: linux-raid@vger.kernel.org + +M: Yu Kuai <yukuai@kernel.org> +L: linux-raid@vger.kernel.org |