sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
Paul Keith 2b43486806 fs: sdfat: Fix compilation without debugging
* And make WARNON debugging optional

Change-Id: Id59e908c8a60ded1238d3fd010f3d96cdde95f40
2018-02-20 15:45:24 +01:00
Kconfig fs: sdfat: Fix compilation without debugging 2018-02-20 15:45:24 +01:00
LICENSE Add License file 2018-02-12 19:32:41 +01:00
Makefile Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
README.md Add suggested config to README 2018-02-19 16:57:26 +01:00
amap_smart.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
amap_smart.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
api.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
api.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
blkdev.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
cache.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
config.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
core.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
core.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
core_exfat.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
core_fat.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
dfr.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
dfr.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
extent.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
fatent.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
misc.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
mpage.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
nls.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
sdfat.c sdfat: Fix compilation on Linux 3.4 2018-02-19 18:14:11 +01:00
sdfat.h fs: sdfat: Fix compilation without debugging 2018-02-20 15:45:24 +01:00
sdfat_fs.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
statistics.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
upcase.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
version.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
xattr.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00

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:sdcard_external:s0"
CONFIG_SDFAT_DEBUG=y
CONFIG_SDFAT_DBG_MSG=y
CONFIG_SDFAT_STATISTICS=y