* This was introduce in: https://github.com/torvalds/linux/commit/8c0a853 Change-Id: Ia2488bac7937b35509a547ea387c2fed5303ffac Signed-off-by: Adek Maulana <adekzmaulana@gmail.com> |
||
|---|---|---|
| Kconfig | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| amap_smart.c | ||
| amap_smart.h | ||
| api.c | ||
| api.h | ||
| blkdev.c | ||
| cache.c | ||
| config.h | ||
| core.c | ||
| core.h | ||
| core_exfat.c | ||
| core_fat.c | ||
| dfr.c | ||
| dfr.h | ||
| extent.c | ||
| fatent.c | ||
| misc.c | ||
| mpage.c | ||
| nls.c | ||
| sdfat.c | ||
| sdfat.h | ||
| sdfat_fs.h | ||
| statistics.c | ||
| upcase.h | ||
| version.h | ||
| xattr.c | ||
README.md
sdFAT FS support for Linux Kernel 4.4
sdFAT is unified FAT-based file system which supports not only fat12/16/32 with vfat but also exfat. sdFAT supports winnt short-name rule.
Suggested Kernel config:
CONFIG_SDFAT_FS=y
CONFIG_SDFAT_DELAYED_META_DIRTY=y
CONFIG_SDFAT_SUPPORT_DIR_SYNC=y
CONFIG_SDFAT_DEFAULT_CODEPAGE=437
CONFIG_SDFAT_DEFAULT_IOCHARSET="utf8"
CONFIG_SDFAT_ALIGNED_MPAGE_WRITE=y
CONFIG_SDFAT_VIRTUAL_XATTR=y
CONFIG_SDFAT_VIRTUAL_XATTR_SELINUX_LABEL="u:object_r:vfat:s0"
CONFIG_SDFAT_DEBUG=y
CONFIG_SDFAT_DBG_MSG=y
CONFIG_SDFAT_STATISTICS=y