sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
TBK 188e653a3c
fs: sdfat: Add MODULE_VERSION
2019-07-14 19:50:10 +02: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 fs: sdfat: Makefile use KERNELDIR variable 2019-05-31 15:18:03 +02:00
README.md Update README.md 2019-03-13 03:56:55 +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 fs: sdfat: fix blk for build as module 2019-03-13 03:45:03 +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: Fix compilation on Linux >= 4.16 2019-01-23 17:00:31 +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 fs: sdfat: Fix compilation on Linux >= 4.16 2019-01-23 17:00:31 +01:00
dfr.h Update to version 2.0.6 2018-03-22 18:02:48 +01:00
dkms.conf fs: sdfat: Update to version 2.1.10 2019-07-14 18:59:34 +02: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: Fix compilation on Linux >= 5.0.0 2019-03-13 03:52:30 +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: Add MODULE_VERSION 2019-07-14 19:50:10 +02:00
sdfat.h fs: sdfat: Fix compilation on Linux >= 5.0.0 2019-03-13 03:52:30 +01:00
sdfat_fs.h fs: sdfat: Update to version 2.1.10 2019-07-14 18:59:34 +02: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.10 2019-07-14 18:59:34 +02: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 & 5.0

sdFAT is unified FAT-based filesystem which supports FAT12/16/32(VFAT)/64(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