aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Collapse)AuthorAge
* 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>