linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kara <jack@suse.cz>
To: Dan Williams <dan.j.williams@intel.com>
Cc: linux-kernel@vger.kernel.org, Jan Kara <jack@suse.cz>,
	Ira Weiny <ira.weiny@intel.com>,
	Ross Zwisler <zwisler@kernel.org>,
	Keith Busch <keith.busch@intel.com>,
	Matthew Wilcox <willy@infradead.org>,
	linux-nvdimm@lists.01.org
Subject: Re: [PATCH] MAINTAINERS: Update filesystem-dax and NVDIMM entries
Date: Mon, 28 Jan 2019 14:44:23 +0100	[thread overview]
Message-ID: <20190128134423.GE27972@quack2.suse.cz> (raw)
In-Reply-To: <154835747897.2884847.389054528444820204.stgit@dwillia2-desk3.amr.corp.intel.com>

On Thu 24-01-19 11:17:59, Dan Williams wrote:
> Ross has moved on to other areas.
> 
> Matthew and Jan are trusted reviewers for DAX.
> 
> Dan is now coordinating filesystem-dax pull requests.
> 
> Ira and Keith are now involved with the NVDIMM and Device-DAX
> sub-systems.
> 
> The linux-nvdimm mailing hosts a patchwork instance for both DAX and
> NVDIMM patches.
> 
> Cc: Jan Kara <jack@suse.cz>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Ross Zwisler <zwisler@kernel.org>
> Cc: Keith Busch <keith.busch@intel.com>
> Cc: Matthew Wilcox <willy@infradead.org>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>

Acked-by: Jan Kara <jack@suse.cz>

								Honza


> ---
>  MAINTAINERS |   17 ++++++++---------
>  1 file changed, 8 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 51029a425dbe..5f43ee438a74 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4535,10 +4535,11 @@ S:	Maintained
>  F:	drivers/i2c/busses/i2c-diolan-u2c.c
>  
>  FILESYSTEM DIRECT ACCESS (DAX)
> -M:	Matthew Wilcox <willy@infradead.org>
> -M:	Ross Zwisler <zwisler@kernel.org>
> -M:	Jan Kara <jack@suse.cz>
> +M:	Dan Williams <dan.j.williams@intel.com>
> +R:	Matthew Wilcox <willy@infradead.org>
> +R:	Jan Kara <jack@suse.cz>
>  L:	linux-fsdevel@vger.kernel.org
> +L:	linux-nvdimm@lists.01.org
>  S:	Supported
>  F:	fs/dax.c
>  F:	include/linux/dax.h
> @@ -4546,9 +4547,9 @@ F:	include/trace/events/fs_dax.h
>  
>  DEVICE DIRECT ACCESS (DAX)
>  M:	Dan Williams <dan.j.williams@intel.com>
> -M:	Dave Jiang <dave.jiang@intel.com>
> -M:	Ross Zwisler <zwisler@kernel.org>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
> +M:	Keith Busch <keith.busch@intel.com>
> +M:	Dave Jiang <dave.jiang@intel.com>
>  L:	linux-nvdimm@lists.01.org
>  S:	Supported
>  F:	drivers/dax/
> @@ -8641,7 +8642,6 @@ S:	Maintained
>  F:	tools/lib/lockdep/
>  
>  LIBNVDIMM BLK: MMIO-APERTURE DRIVER
> -M:	Ross Zwisler <zwisler@kernel.org>
>  M:	Dan Williams <dan.j.williams@intel.com>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Dave Jiang <dave.jiang@intel.com>
> @@ -8654,7 +8654,6 @@ F:	drivers/nvdimm/region_devs.c
>  LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Dan Williams <dan.j.williams@intel.com>
> -M:	Ross Zwisler <zwisler@kernel.org>
>  M:	Dave Jiang <dave.jiang@intel.com>
>  L:	linux-nvdimm@lists.01.org
>  Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
> @@ -8662,7 +8661,6 @@ S:	Supported
>  F:	drivers/nvdimm/btt*
>  
>  LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
> -M:	Ross Zwisler <zwisler@kernel.org>
>  M:	Dan Williams <dan.j.williams@intel.com>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Dave Jiang <dave.jiang@intel.com>
> @@ -8681,9 +8679,10 @@ F:	Documentation/devicetree/bindings/pmem/pmem-region.txt
>  
>  LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
>  M:	Dan Williams <dan.j.williams@intel.com>
> -M:	Ross Zwisler <zwisler@kernel.org>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Dave Jiang <dave.jiang@intel.com>
> +M:	Keith Busch <keith.busch@intel.com>
> +M:	Ira Weiny <ira.weiny@intel.com>
>  L:	linux-nvdimm@lists.01.org
>  Q:	https://patchwork.kernel.org/project/linux-nvdimm/list/
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git
> 
-- 
Jan Kara <jack@suse.com>
SUSE Labs, CR

      parent reply	other threads:[~2019-01-28 13:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-24 19:17 [PATCH] MAINTAINERS: Update filesystem-dax and NVDIMM entries Dan Williams
2019-01-24 22:12 ` Keith Busch
2019-01-24 22:18   ` Ross Zwisler
2019-01-24 22:22 ` Ira Weiny
2019-01-28 13:44 ` Jan Kara [this message]

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=20190128134423.GE27972@quack2.suse.cz \
    --to=jack@suse.cz \
    --cc=dan.j.williams@intel.com \
    --cc=ira.weiny@intel.com \
    --cc=keith.busch@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nvdimm@lists.01.org \
    --cc=willy@infradead.org \
    --cc=zwisler@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).