aboutsummaryrefslogtreecommitdiff
path: root/kernel/exfat-nofuse
Commit message (Collapse)AuthorAge
* exfat-nofuse: removeRosen Penev2020-08-16
| | | | | | | Since the introduction of the official exfat-oot package in base, this is now pointless. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* exfat-nofuse: use $(KERNEL_MAKE) to account for reproducible buildYousong Zhou2020-05-21
| | | | | | | | This leverages on -iremap flag embedded there since the build system commit 4ed356fa719e ("kernel.mk: add KCFLAGS to make kmods reproducible") Reported-by: Paul Spooren <mail@aparcar.org> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* exfat-nofuse: rename to kmod-fs-exfat0Yousong Zhou2020-03-09
| | | | | | | | | | | | | | | | exFAT fs driver has been upstreamed as a staging driver since linux 5.4. The package name kmod-fs-exfat is used for that. Three things happened in this commit - The package will only be built for kernel 4.14 and 4.19 - The driver will be available as opkg package "kmod-fs-exfat0". "kmod-fs-exfat" is to be used for the one in upstream kernel - Mark "kmod-fs-exfat0" as deprecated in package title Signed-off-by: Paul Blazejowski <paulb at blazebox.homeip.net> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (rename, rewording, and deprecation)
* exfat-nofuse: drop BUILD_PATENTEDDENG Qingfang2019-09-01
| | | | | | | | | | | | Microsoft has published technical specification for exFAT [1] and the driver has been added to Linux staging tree [2]. It's now safe to drop BUILD_PATENTED label. [1] https://docs.microsoft.com/windows/win32/fileio/exfat-specification [2] http://lkml.iu.edu/hypermail/linux/kernel/1908.3/04254.html Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* exfat-nofuse: fix compilation during kernel time64 transitionYousong Zhou2019-01-09
| | | | | | | | | | | | | The change has been compile-tested against the following vanilla kernels - linux-3.18.130.tar.xz - linux-4.14.90.tar.xz - linux-4.19.9.tar.xz - linux-4.9.146.tar.xz Run tested with QEMU malta/be with kernel 4.9.146 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* exfat-nofuse: bump to git HEADRosy Song2018-10-16
| | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
* exfat-nofuse: set Yousong Zhou as the current maintainerYousong Zhou2018-01-25
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* exfat-nofuse: bump to source date 2017-06-20Yousong Zhou2018-01-25
| | | | | | Fixes #5322, #5444. Closes #5388 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* kernel/exfat-nofuse: Update to snapshot 2017-01-03Daniel Engberg2017-01-06
| | | | | | Update to snapshot 2017-01-03 Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* exfat-nofuse: update to snapshot 2016-09-26diizzyy2016-09-27
| | | | | | | Update snapshot and change PKG_VERSION layout to be more consistent with base packages. Change bz2 to gz for consistency with other base packages. Adds support for Linux 4.7 kernels. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* exfat-nofuse: update versiondiizzyy2016-02-01
| | | | | Fixes filesystem corruption reports after writing on Linux and running chkdsk afterwards on Windows. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* exfat: Update for Kernel version 4.1+Bruno Randolf2015-08-31
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* exfat-nofuse: Depend on BUILD_PATENTEDBruno Randolf2015-04-28
| | | | | | ExFAT is patented by Microsoft. Signed-off-by: Bruno Randolf <br1@einfach.org>
* Add exfat-nofuse: EXFAT filesystem kernel driverBruno Randolf2015-04-28
Add "exfat-nofuse" kernel module for EXFAT filesystem which was originally found in an Android kernel of Samsung. While there has been some doubt about the license originally, it has later been officially released under the GPL by Samsung and can be found on: http://opensource.samsung.com/reception/receptionSub.do?method=sub&sub=F&searchValue=exfat Signed-off-by: Bruno Randolf <br1@einfach.org>