The first 4 patches iteratively remove more and more of the FAT/VFAT code. The second 8 patches make a lot of functions static, and renames many of the rest to avoid namespace pollution. Valdis Kletnieks (12): staging: exfat: Remove FAT/VFAT mount support, part 1 staging: exfat: Remove FAT/VFAT mount support, part 2 staging: exfat: Remove FAT/VFAT mount support, part 3 staging: exfat: Remove FAT/VFAT mount support, part 4 staging: exfat: Clean up the namespace pollution part 1 staging: exfat: Clean up the namespace pollution part 2 staging: exfat: Clean up the namespace pollution part 3 staging: exfat: Clean up the namespace pollution part 4 staging: exfat: Clean up the namespace pollution part 5 staging: exfat: Clean up the namespace pollution part 6 staging: exfat: Clean up the namespace pollution part 7 staging: exfat: Clean up the namespace pollution part 8 drivers/staging/exfat/Kconfig | 9 - drivers/staging/exfat/exfat.h | 160 +-- drivers/staging/exfat/exfat_blkdev.c | 10 +- drivers/staging/exfat/exfat_cache.c | 251 +--- drivers/staging/exfat/exfat_core.c | 1896 ++++++-------------------- drivers/staging/exfat/exfat_nls.c | 192 --- drivers/staging/exfat/exfat_super.c | 359 ++--- 7 files changed, 595 insertions(+), 2282 deletions(-) -- 2.24.0