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
Showing
fs/exfat/Kconfig
0 → 100644
fs/exfat/Makefile
0 → 100644
fs/exfat/balloc.c
0 → 100644
fs/exfat/cache.c
0 → 100644
fs/exfat/dir.c
0 → 100644
This diff is collapsed.
fs/exfat/exfat_fs.h
0 → 100644
This diff is collapsed.
fs/exfat/exfat_raw.h
0 → 100644
fs/exfat/fatent.c
0 → 100644
This diff is collapsed.
fs/exfat/file.c
0 → 100644
fs/exfat/inode.c
0 → 100644
This diff is collapsed.
fs/exfat/misc.c
0 → 100644
fs/exfat/namei.c
0 → 100644
This diff is collapsed.
fs/exfat/nls.c
0 → 100644
This diff is collapsed.
fs/exfat/super.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment