Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1555959
| From | Ross Zwisler <ross.zwisler@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 3/7] dax: update MAINTAINERS entries for FS DAX |
| Date | 2017-01-10 23:00 +0100 |
| Message-ID | <sYcCt-6CS-19@gated-at.bofh.it> (permalink) |
| References | <sYcCt-6CS-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add the new include/trace/events/fs_dax.h tracepoint header, the existing include/linux/dax.h header, update Matthew's email address and add myself as a maintainer for filesystem DAX. Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Suggested-by: Matthew Wilcox <mawilcox@microsoft.com> --- MAINTAINERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index c13a4f6..9fb35d7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3909,10 +3909,13 @@ S: Maintained F: drivers/i2c/busses/i2c-diolan-u2c.c DIRECT ACCESS (DAX) -M: Matthew Wilcox <willy@linux.intel.com> +M: Matthew Wilcox <mawilcox@microsoft.com> +M: Ross Zwisler <ross.zwisler@linux.intel.com> L: linux-fsdevel@vger.kernel.org S: Supported F: fs/dax.c +F: include/linux/dax.h +F: include/trace/events/fs_dax.h DIRECTORY NOTIFICATION (DNOTIFY) M: Eric Paris <eparis@parisplace.org> -- 2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v4 0/7] DAX tracepoints, mm argument simplification Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 4/7] dax: add tracepoints to dax_pmd_load_hole() Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 6/7] mm, dax: make pmd_fault() and friends to be the same as fault() Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 3/7] dax: update MAINTAINERS entries for FS DAX Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 7/7] mm, dax: move pmd_fault() to take only vmf parameter Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 5/7] dax: add tracepoints to dax_pmd_insert_mapping() Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100 [PATCH v4 2/7] dax: add tracepoint infrastructure, PMD tracing Ross Zwisler <ross.zwisler@linux.intel.com> - 2017-01-10 23:00 +0100
csiph-web