sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
Paul Keith 119a4b8760 fs: sdfat: Add -lineage extraversion to SDFAT_VERSION
* It has diverged enough to add this to differentiate it

Change-Id: I5e43ee01c785acbc5292c6c115a4e083eeeb36a6
Signed-off-by: Paul Keith <javelinanddart@gmail.com>
2018-03-22 18:13:47 +01:00
Kconfig fs: sdfat: Add config option to register sdFAT for VFAT 2018-03-22 18:00:28 +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 Update to version 2.0.6 2018-03-22 18:02:48 +01:00
amap_smart.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
api.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
api.h Update to version 2.0.6 2018-03-22 18:02:48 +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 Update to version 2.0.6 2018-03-22 18:02:48 +01:00
core.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
core_exfat.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
core_fat.c Update to version 2.0.6 2018-03-22 18:02:48 +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 Update to version 2.0.6 2018-03-22 18:02:48 +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 Update to version 2.0.6 2018-03-22 18:02:48 +01:00
sdfat.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
sdfat_fs.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
statistics.c Update to version 2.0.6 2018-03-22 18:02:48 +01:00
upcase.h Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
version.h fs: sdfat: Add -lineage extraversion to SDFAT_VERSION 2018-03-22 18:13:47 +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