Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e057541a authored by Ross Zwisler's avatar Ross Zwisler Committed by Linus Torvalds
Browse files

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: default avatarRoss Zwisler <ross.zwisler@linux.intel.com>
Suggested-by: default avatarMatthew 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: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 282a8e03
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -3926,10 +3926,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>