From: Linus Torvalds Date: Sat, 4 Apr 2020 18:46:09 +0000 (-0700) Subject: Merge branch 'work.exfat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs X-Git-Tag: v5.7-rc1~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83eb69f3b80f7cf2ca6357fb9c23adc48632a0e3;p=thirdparty%2Flinux.git 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 --- 83eb69f3b80f7cf2ca6357fb9c23adc48632a0e3 diff --cc MAINTAINERS index 9e7896a99355d,27d912bc5ae2e..367bab4e3ec10 --- a/MAINTAINERS +++ b/MAINTAINERS @@@ -6385,6 -6305,19 +6385,13 @@@ F: include/trace/events/mdio. F: include/uapi/linux/mdio.h F: include/uapi/linux/mii.h + EXFAT FILE SYSTEM + M: Namjae Jeon + M: Sungjong Seo + L: linux-fsdevel@vger.kernel.org + S: Maintained + F: fs/exfat/ + -EXFAT FILE SYSTEM -M: Valdis Kletnieks -L: linux-fsdevel@vger.kernel.org -S: Maintained -F: drivers/staging/exfat/ - EXT2 FILE SYSTEM M: Jan Kara L: linux-ext4@vger.kernel.org