summaryrefslogtreecommitdiffstats
path: root/exfat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-245-5/+5
| | | | | | 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-2316-87/+87
| | | | | | | - 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-2348-1438/+1098
| | | | Change-Id: I160389afa074270c398aeb771845500f2445838a
* exfat: Build fsck and update path to mkfsMatt Mower2015-12-221-0/+16
| | | | | | | | | * Usage of fsck.exfat is already included in partition.cpp, but the tool is missing. * Update the path to mkexfatfs so the button is available when changing filesystem. Change-Id: I5f4e27357c6b5a8606043d1bdc2488cc83e55d90
* Rename libexfat target to prevent conflictsEthan Yonker2015-12-083-3/+3
| | | | Change-Id: I5d2774c273a90c1f02c074f3c947c13b265972b3
* This patchset causes issues with backups.bigbiff2014-11-0436-438/+636
| | | | | | | | Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
* Remove dependence on build hax in makefilesMatt Mower2014-11-032-10/+0
| | | | | | | | | Update makefiles to no longer rely on INTERNAL_RECOVERY_FILES. Define LOCAL_ADDITIONAL_DEPENDENCIES instead. Set LOCAL_LDFLAGS to properly link recovery executable. Change-Id: I4542104c69399b5a19674b9772ab89c3709efa72
* update exfat from current headbigbiff bigbiff2014-09-0536-636/+438
| | | | Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
* Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-032-4/+4
| | | | | | | | | | | | | Enable TWRP to reside alongside other recoveries with the naming convention: bootable/recovery(-flag). If TWRP resides at bootable/recovery and a device does not specify RECOVERY_VARIANT, then it will build like normal. If TWRP resides at bootable/recovery-twrp, then its makefiles will only be parsed if a device specifies 'RECOVERY_VARIANT := twrp'. This prevents TWRP specific makefile warnings/errors (notably, missing DEVICE_RESOLUTION) when another recovery is being built. Change-Id: I8f02fffcd79c309c7123b9428eedc69af02e126e
* remove stray test fileAdam Outler2014-08-071-0/+0
| | | | | | exfatfsck: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=c91c3e4c1e542e4a40bcad47ac747f62fb7312f9, not stripped Change-Id: I32472d460a8f03776e1d215810c537b029789220
* Merge "update exfat to latest commits for io issues" into twrp2.5Dees Troy2013-08-2835-244/+994
|\
| * update exfat to latest commits for io issuesbigbiff bigbiff2013-08-0835-244/+994
| |
* | Rename libfuse to prevent conflicts with newer CM treesDees_Troy2013-08-112-2/+2
|/ | | | Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
* update to newest exfat changesbigbiff bigbiff2013-07-0312-116/+127
|
* Update exfat to newest commitsbigbiff bigbiff2013-03-085-99/+75
| | | | 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-2834-1506/+84
| | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
* Pull fix for exFAT from original sourceDees_Troy2013-01-282-7/+13
| | | | | | http://code.google.com/p/exfat/source/detail?r=336 Change-Id: Ie8453770a4dcb31283012550f28483ad88bdc267
* change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff2013-01-192-0/+1466
| | | | | update exfat_fuse to newest updates Always compile mkexfatfs
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-0943-0/+7473
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function