summaryrefslogtreecommitdiffstats
path: root/exfat/fsck (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-1/+1
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* exfat: Update to 1.2.2Matt Mower2015-12-233-16/+17
| | | | 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
* This patchset causes issues with backups.bigbiff2014-11-041-10/+7
| | | | | | | | Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
* update exfat from current headbigbiff bigbiff2014-09-051-7/+10
| | | | Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
* 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
* update exfat to latest commits for io issuesbigbiff bigbiff2013-08-081-4/+6
|
* update to newest exfat changesbigbiff bigbiff2013-07-032-17/+20
|
* Update exFAT to 1.0bigbiff bigbiff2013-01-281-2/+2
| | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-093-0/+204
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function