From: Boaz Harrosh <boaz@plexistor.com>
To: linux-fsdevel <linux-fsdevel@vger.kernel.org>,
Anna Schumaker <Anna.Schumaker@netapp.com>,
Al Viro <viro@zeniv.linux.org.uk>,
Matt Benjamin <mbenjami@redhat.com>
Cc: Miklos Szeredi <mszeredi@redhat.com>,
Amir Goldstein <amir73il@gmail.com>,
Sagi Manole <sagim@netapp.com>,
Matthew Wilcox <willy@infradead.org>,
Dan Williams <dan.j.williams@intel.com>
Subject: [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership
Date: Thu, 26 Sep 2019 05:07:11 +0300 [thread overview]
Message-ID: <20190926020725.19601-3-boazh@netapp.com> (raw)
In-Reply-To: <20190926020725.19601-1-boazh@netapp.com>
ZUFS sitting in the fs/zuf/ directory is maintained
by Netapp. (I added my email)
I keep this as separate patch as this file might be
a source of conflicts
Signed-off-by: Boaz Harrosh <boazh@netapp.com>
---
MAINTAINERS | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index a50e97a63bc8..8703871c1505 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17867,6 +17867,12 @@ L: linux-mm@kvack.org
S: Maintained
F: mm/zswap.c
+ZUFS ZERO COPY USER-MODE FILESYSTEM
+M: Boaz Harrosh <boazh@netapp.com>
+L: linux-fsdevel@vger.kernel.org
+S: Maintained
+F: fs/zuf/
+
THE REST
M: Linus Torvalds <torvalds@linux-foundation.org>
L: linux-kernel@vger.kernel.org
--
2.21.0
next prev parent reply other threads:[~2019-09-26 2:10 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-26 2:07 [PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem Boaz Harrosh
2019-09-26 2:07 ` [PATCH 01/16] fs: Add the ZUF filesystem to the build + License Boaz Harrosh
2019-09-26 2:07 ` Boaz Harrosh [this message]
2019-09-26 2:07 ` [PATCH 03/16] zuf: Preliminary Documentation Boaz Harrosh
2019-09-26 2:07 ` [PATCH 04/16] zuf: zuf-rootfs Boaz Harrosh
2019-09-26 2:07 ` [PATCH 05/16] zuf: zuf-core The ZTs Boaz Harrosh
2019-09-26 2:07 ` [PATCH 06/16] zuf: Multy Devices Boaz Harrosh
2019-09-26 2:07 ` [PATCH 07/16] zuf: mounting Boaz Harrosh
2019-09-26 2:07 ` [PATCH 08/16] zuf: Namei and directory operations Boaz Harrosh
2019-09-26 2:07 ` [PATCH 09/16] zuf: readdir operation Boaz Harrosh
2019-09-26 2:07 ` [PATCH 10/16] zuf: symlink Boaz Harrosh
2019-09-26 2:07 ` [PATCH 11/16] zuf: Write/Read implementation Boaz Harrosh
[not found] ` <db90d73233484d251755c5a0cb7ee570b3fc9d19.camel@netapp.com>
2019-10-29 20:15 ` Matthew Wilcox
2019-11-14 14:04 ` Boaz Harrosh
2019-11-14 15:15 ` Boaz Harrosh
2019-11-14 16:08 ` Schumaker, Anna
2019-09-26 2:07 ` [PATCH 12/16] zuf: mmap & sync Boaz Harrosh
2019-09-26 2:07 ` [PATCH 13/16] zuf: More file operation Boaz Harrosh
2019-09-26 2:07 ` [PATCH 14/16] zuf: ioctl implementation Boaz Harrosh
2019-09-26 2:07 ` [PATCH 15/16] zuf: xattr && acl implementation Boaz Harrosh
2019-09-26 2:07 ` [PATCH 16/16] zuf: Support for dynamic-debug of zusFSs Boaz Harrosh
2019-09-26 7:11 ` [PATCHSET v02 00/16] zuf: ZUFS Zero-copy User-mode FileSystem Miklos Szeredi
2019-09-26 9:41 ` Bernd Schubert
2019-09-26 11:27 ` Boaz Harrosh
2019-09-26 12:12 ` Bernd Schubert
2019-09-26 12:24 ` Boaz Harrosh
2019-09-26 13:45 ` Miklos Szeredi
2019-09-26 12:48 ` Boaz Harrosh
2019-09-26 13:48 ` Miklos Szeredi
2019-09-26 11:41 ` Boaz Harrosh
-- strict thread matches above, loose matches on Subject: below --
2019-08-12 16:47 [PATCHSET " Boaz Harrosh
2019-08-12 16:47 ` [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership Boaz Harrosh
2019-08-12 16:42 [PATCHSET 00/16] zuf: ZUFS Zero-copy User-mode FileSystem Boaz Harrosh
2019-08-12 16:42 ` [PATCH 02/16] MAINTAINERS: Add the ZUFS maintainership Boaz Harrosh
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=20190926020725.19601-3-boazh@netapp.com \
--to=boaz@plexistor.com \
--cc=Anna.Schumaker@netapp.com \
--cc=amir73il@gmail.com \
--cc=dan.j.williams@intel.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=mbenjami@redhat.com \
--cc=mszeredi@redhat.com \
--cc=sagim@netapp.com \
--cc=viro@zeniv.linux.org.uk \
--cc=willy@infradead.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).