fs/exfat: import oriGinal library v1.2.9
authorShiyong Li <a22381@motorola.com>
Thu, 7 Dec 2017 00:16:32 +0000 (16:16 -0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:51 +0000 (20:23 +0300)
commit1aed5059d95dca7f87208cdd883b7e784d3bb859
tree72e7a6110ef632816fe776a58bc0346114887d1d
parent6b816d0eec038fb7cfe5ec1e5f7c781f08d5f5ab
fs/exfat: import oriGinal library v1.2.9

oriGinal repo: https://github.com/dorimanx/exfat-nofuse

latest commit:
commit de4c760
Author: Yuri.Sh <dorimanx@users.noreply.github.com>
Date:   Tue Jun 20 00:56:18 2017 +0300

    Merge pull request #116 from ian-abbott/no-krel

    Makefile: remove KREL

Change-Id: I918688177815d21a3227e740ef36680f0913d4f9
Signed-off-by: Shiyong Li <a22381@motorola.com>
Reviewed-on: https://gerrit.mot.com/1102174
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Igor Kovalenko <igork@motorola.com>
Submit-Approved: Jira Key
Reviewed-on: https://gerrit.mot.com/1276876
Reviewed-by: Hua Tan <tanhua1@motorola.com>
29 files changed:
fs/Kconfig
fs/Makefile
fs/exfat/Kconfig [new file with mode: 0644]
fs/exfat/LICENSE [new file with mode: 0644]
fs/exfat/Makefile [new file with mode: 0644]
fs/exfat/README.md [new file with mode: 0644]
fs/exfat/dkms.conf [new file with mode: 0644]
fs/exfat/exfat-km.mk [new file with mode: 0644]
fs/exfat/exfat_api.c [new file with mode: 0644]
fs/exfat/exfat_api.h [new file with mode: 0644]
fs/exfat/exfat_bitmap.c [new file with mode: 0644]
fs/exfat/exfat_bitmap.h [new file with mode: 0644]
fs/exfat/exfat_blkdev.c [new file with mode: 0644]
fs/exfat/exfat_blkdev.h [new file with mode: 0644]
fs/exfat/exfat_cache.c [new file with mode: 0644]
fs/exfat/exfat_cache.h [new file with mode: 0644]
fs/exfat/exfat_config.h [new file with mode: 0644]
fs/exfat/exfat_core.c [new file with mode: 0644]
fs/exfat/exfat_core.h [new file with mode: 0644]
fs/exfat/exfat_data.c [new file with mode: 0644]
fs/exfat/exfat_data.h [new file with mode: 0644]
fs/exfat/exfat_nls.c [new file with mode: 0644]
fs/exfat/exfat_nls.h [new file with mode: 0644]
fs/exfat/exfat_oal.c [new file with mode: 0644]
fs/exfat/exfat_oal.h [new file with mode: 0644]
fs/exfat/exfat_super.c [new file with mode: 0644]
fs/exfat/exfat_super.h [new file with mode: 0644]
fs/exfat/exfat_upcase.c [new file with mode: 0644]
fs/exfat/exfat_version.h [new file with mode: 0644]