exfat: add out of tree module
authorRosen Penev <rosenp@gmail.com>
Sun, 19 Jul 2020 04:29:58 +0000 (21:29 -0700)
committerDaniel Golle <daniel@makrotopia.org>
Sat, 1 Aug 2020 13:54:39 +0000 (14:54 +0100)
commitcd41234d2f63c484eeec619e0fb82ae54fe8979e
tree47dd465670448545bbdc56dc7f1745796822550f
parentd157ee0c127c81fa70768f708c8fe58f3ca01e5c
exfat: add out of tree module

>From an email conversation with the person responsible for upstreaming
the exFAT driver, it seems the staging one in kernel 5.4 is not so
good. Excerpts below.

Namjae Jeon:
Hm... exfat in 5.4 kernel  that we did crap shit long time ago is
contributed by someone who we don't know.
This version is unstable and low quality code. We have been improving
it continuously.
and staging version exfat is removed from linux 5.7 kernel.

linux exfat oot  version is a backport of exfat in linux 5.7 kernel to
support lower version kernel, and it is a real.
You can see the patch history fro linux-exfat-oot.
this version support timezone and boot sector verification feature newly.
and better filesystem structure and much clean code quality that
reviewed by high profile kernel developers. and add many bug fixes.
And this version is officially maintained by me and kernel guys.

I would not recommend to use staging exfat version.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
package/kernel/exfat/Makefile [new file with mode: 0644]
package/kernel/exfat/patches/010-fstream.patch [new file with mode: 0644]