summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRoss Zwisler <ross.zwisler@linux.intel.com>2017-02-22 18:39:54 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-22 19:41:26 -0500
commite057541acc173f44f191c8df68c75edc658f4688 (patch)
tree4c3446181d4d96017b89fecd19553f4602f0d234 /MAINTAINERS
parent282a8e0391c377b64c7d065b18fc2f6267a24dad (diff)
dax: update MAINTAINERS entries for FS DAX
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. Link: http://lkml.kernel.org/r/1484085142-2297-4-git-send-email-ross.zwisler@linux.intel.com Signed-off-by: Ross Zwisler <ross.zwisler@linux.intel.com> Suggested-by: Matthew Wilcox <mawilcox@microsoft.com> Cc: Dave Chinner <david@fromorbit.com> Cc: Dave Jiang <dave.jiang@intel.com> Cc: Jan Kara <jack@suse.cz> Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 4 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 545633d6663d..5ca9a7e163d8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3926,10 +3926,13 @@ S: Maintained
3926F: drivers/i2c/busses/i2c-diolan-u2c.c 3926F: drivers/i2c/busses/i2c-diolan-u2c.c
3927 3927
3928DIRECT ACCESS (DAX) 3928DIRECT ACCESS (DAX)
3929M: Matthew Wilcox <willy@linux.intel.com> 3929M: Matthew Wilcox <mawilcox@microsoft.com>
3930M: Ross Zwisler <ross.zwisler@linux.intel.com>
3930L: linux-fsdevel@vger.kernel.org 3931L: linux-fsdevel@vger.kernel.org
3931S: Supported 3932S: Supported
3932F: fs/dax.c 3933F: fs/dax.c
3934F: include/linux/dax.h
3935F: include/trace/events/fs_dax.h
3933 3936
3934DIRECTORY NOTIFICATION (DNOTIFY) 3937DIRECTORY NOTIFICATION (DNOTIFY)
3935M: Eric Paris <eparis@parisplace.org> 3938M: Eric Paris <eparis@parisplace.org>