sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
derfelot 46b831137b fs: sdfat: Update to version 2.1.8
Taken from SM-G965F_PP_Opensource kernel (G965FXXU2CRLI)
2019-01-11 14:02:25 +01:00
Kconfig fs: sdfat: Fix default SDFAT_USE_FOR_VFAT 2018-03-22 18:13:47 +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 Update README 2018-03-22 18:02:48 +01:00
amap_smart.c Revert "fs: sdfat: Update to version 2.0.8" 2018-08-20 15:38:47 +02:00
amap_smart.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
api.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
api.h fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
blkdev.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
cache.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
config.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
core.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
core.h fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
core_exfat.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
core_fat.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
dfr.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
dfr.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
extent.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
fatent.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
misc.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
mpage.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
nls.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
sdfat.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
sdfat.h fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
sdfat_fs.h fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
statistics.c fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +01:00
upcase.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
version.h fs: sdfat: Update to version 2.1.8 2019-01-11 14:02:25 +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:vfat:s0"
CONFIG_SDFAT_DEBUG=y
CONFIG_SDFAT_DBG_MSG=y
CONFIG_SDFAT_STATISTICS=y