diff options
author | Ross Zwisler <ross.zwisler@linux.intel.com> | 2017-02-22 18:39:54 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-22 19:41:26 -0500 |
commit | e057541acc173f44f191c8df68c75edc658f4688 (patch) | |
tree | 4c3446181d4d96017b89fecd19553f4602f0d234 /MAINTAINERS | |
parent | 282a8e0391c377b64c7d065b18fc2f6267a24dad (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-- | MAINTAINERS | 5 |
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 | |||
3926 | F: drivers/i2c/busses/i2c-diolan-u2c.c | 3926 | F: drivers/i2c/busses/i2c-diolan-u2c.c |
3927 | 3927 | ||
3928 | DIRECT ACCESS (DAX) | 3928 | DIRECT ACCESS (DAX) |
3929 | M: Matthew Wilcox <willy@linux.intel.com> | 3929 | M: Matthew Wilcox <mawilcox@microsoft.com> |
3930 | M: Ross Zwisler <ross.zwisler@linux.intel.com> | ||
3930 | L: linux-fsdevel@vger.kernel.org | 3931 | L: linux-fsdevel@vger.kernel.org |
3931 | S: Supported | 3932 | S: Supported |
3932 | F: fs/dax.c | 3933 | F: fs/dax.c |
3934 | F: include/linux/dax.h | ||
3935 | F: include/trace/events/fs_dax.h | ||
3933 | 3936 | ||
3934 | DIRECTORY NOTIFICATION (DNOTIFY) | 3937 | DIRECTORY NOTIFICATION (DNOTIFY) |
3935 | M: Eric Paris <eparis@parisplace.org> | 3938 | M: Eric Paris <eparis@parisplace.org> |