From: Ross Zwisler Date: Wed, 18 Oct 2017 15:40:06 +0000 (-0600) Subject: MAINTAINERS: Add entry for device DAX X-Git-Tag: v4.15-rc1~71^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7fc9be3c136c140b02021c7973b91b20fb1981e5;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: Add entry for device DAX And update the entry for filesystem DAX to differentiate them. Signed-off-by: Ross Zwisler Signed-off-by: Dan Williams --- diff --git a/MAINTAINERS b/MAINTAINERS index 6671f375f7fcd..456ba0725b8da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4162,7 +4162,7 @@ L: linux-i2c@vger.kernel.org S: Maintained F: drivers/i2c/busses/i2c-diolan-u2c.c -DIRECT ACCESS (DAX) +FILESYSTEM DIRECT ACCESS (DAX) M: Matthew Wilcox M: Ross Zwisler L: linux-fsdevel@vger.kernel.org @@ -4171,6 +4171,12 @@ F: fs/dax.c F: include/linux/dax.h F: include/trace/events/fs_dax.h +DEVICE DIRECT ACCESS (DAX) +M: Dan Williams +L: linux-nvdimm@lists.01.org +S: Supported +F: drivers/dax/ + DIRECTORY NOTIFICATION (DNOTIFY) M: Jan Kara R: Amir Goldstein