sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
TBK 912cd45b2b
Fix dkms cflags
It will now as intended compiled sdfat with vfat and exfat support.
2019-07-17 18:18:13 +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: Minor corrections 2019-07-16 16:08:07 +02:00
README.md fs: sdfat: Minor corrections 2019-07-16 16:08:07 +02: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 fs: sdfat: remove unused counter when delayed metadata dirty is disabled 2019-07-16 16:08:07 +02: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 Fix dkms cflags 2019-07-17 18:18:13 +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 indentation 2019-07-16 14:48:22 +02: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: Minor corrections 2019-07-16 16:08:07 +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 Bump version 2019-07-16 16:09:56 +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 driver which supports FAT12/16/32(VFAT)/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