sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
Go to file
derfelot a661c8568b fs: sdfat: Update to version 2.0.8
Taken from SM-G965F_OO_Opensource kernel (G965FXXU2BRG6)
2018-08-10 07:59:36 +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 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 fs: sdfat: Update to version 2.0.8 2018-08-10 07:59:36 +02: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 fs: sdfat: Stop using CURRENT_TIME_SEC for Linux >= 4.9 2018-05-16 09:42:50 +02:00
mpage.c fs: sdfat: Use clean_bdev_bh_alias instead of unmap_underlying_metadata for >=4.10 2018-05-16 09:42:50 +02:00
nls.c Update from SM-G950F_OO_Opensource_kernel 2018-02-12 19:25:18 +01:00
sdfat.c sdfat: push rcu_barrier() from deactivate_locked_super() to filesystems 2018-05-22 07:47:58 +02: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 fs: sdfat: Update to version 2.0.8 2018-08-10 07:59:36 +02: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.0.8 2018-08-10 07:59:36 +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

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