summaryrefslogtreecommitdiffstats
path: root/exfat/libexfat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-242-2/+2
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* exfat regression fix (64-bit)Andrey Alekseenko2016-01-191-3/+3
| | | | | | | After upgrading libexfat to a new version, 64-bit I/O was lost, here is the fix. Change-Id: I27382cbf474ce32297dfa0f7bd8036371ccfaef2
* Changed off_t to loff_tSpegelius2015-12-236-49/+49
| | | | | | | - off_t is long, loff_t is long long (32bit vs. 64bit) - exfat requites 64 bit to support larger than 2GB fs Change-Id: I70293e45d7d6686317edc759092e738a2ebdd860
* exfat: Update to 1.2.2Matt Mower2015-12-2318-684/+492
| | | | Change-Id: I160389afa074270c398aeb771845500f2445838a
* Rename libexfat target to prevent conflictsEthan Yonker2015-12-081-1/+1
| | | | Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
* This patchset causes issues with backups.bigbiff2014-11-0416-349/+586
| | | | | | | | Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
* update exfat from current headbigbiff bigbiff2014-09-0516-586/+349
| | | | Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
* update exfat to latest commits for io issuesbigbiff bigbiff2013-08-0816-168/+863
|
* update to newest exfat changesbigbiff bigbiff2013-07-032-11/+12
|
* Update exfat to newest commitsbigbiff bigbiff2013-03-084-83/+71
| | | | Change-Id: If15df21a556d39e6325ca8338345b698b9d8759d
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-271-1/+0
| | | | | | | Also fix build problems with libblkid in CM7 Signed-off-by: Vojtech Bocek <vbocek@gmail.com> Change-Id: I1cd4573e25b247171e4bd8cc05b70543f897a454
* Update exFAT to 1.0bigbiff bigbiff2013-01-2812-16/+33
| | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
* Pull fix for exFAT from original sourceDees_Troy2013-01-281-1/+1
| | | | | | http://code.google.com/p/exfat/source/detail?r=336 Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-0914-0/+3605
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function