aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 11:46:09 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2020-04-04 11:46:09 -0700
commit83eb69f3b80f7cf2ca6357fb9c23adc48632a0e3 (patch)
tree53c3263f880403b657d64d9cc8c69383c86687ef /MAINTAINERS
parentMerge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 (diff)
parentexfat: update file system parameter handling (diff)
downloadlinux-dev-83eb69f3b80f7cf2ca6357fb9c23adc48632a0e3.tar.xz
linux-dev-83eb69f3b80f7cf2ca6357fb9c23adc48632a0e3.zip
Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull exfat filesystem from Al Viro: "Shiny new fs/exfat replacement for drivers/staging/exfat" * 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: exfat: update file system parameter handling staging: exfat: make staging/exfat and fs/exfat mutually exclusive MAINTAINERS: add exfat filesystem exfat: add Kconfig and Makefile exfat: add nls operations exfat: add misc operations exfat: add exfat cache exfat: add bitmap operations exfat: add fat entry operations exfat: add file operations exfat: add directory operations exfat: add inode operations exfat: add super block operations exfat: add in-memory and on-disk structures and headers
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9e7896a99355..367bab4e3ec1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6385,6 +6385,13 @@ F: include/trace/events/mdio.h
F: include/uapi/linux/mdio.h
F: include/uapi/linux/mii.h
+EXFAT FILE SYSTEM
+M: Namjae Jeon <namjae.jeon@samsung.com>
+M: Sungjong Seo <sj1557.seo@samsung.com>
+L: linux-fsdevel@vger.kernel.org
+S: Maintained
+F: fs/exfat/
+
EXT2 FILE SYSTEM
M: Jan Kara <jack@suse.com>
L: linux-ext4@vger.kernel.org