summaryrefslogtreecommitdiffstats
path: root/exfat/dump (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed off_t to loff_tSpegelius2015-12-231-1/+1
| | | | | | | - 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-232-9/+8
| | | | Change-Id: I160389afa074270c398aeb771845500f2445838a
* This patchset causes issues with backups.bigbiff2014-11-041-5/+5
| | | | | | | | Revert "update exfat from current head" This reverts commit 2e33c5ee0b1a1ece068489e8fd99f3e4eb3501b5. Change-Id: I00d19d98f721bb50aa937ca15b11fe3491132fcd
* update exfat from current headbigbiff bigbiff2014-09-051-5/+5
| | | | Change-Id: I7d93474296612fda1dde23f6e8690668d6880e27
* update exfat to latest commits for io issuesbigbiff bigbiff2013-08-081-4/+6
|
* update to newest exfat changesbigbiff bigbiff2013-07-032-14/+16
|
* Update exFAT to 1.0bigbiff bigbiff2013-01-281-2/+2
| | | | Change-Id: I059cf52c41e76c584f76534b84af8b398d9e4617
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-092-0/+226
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function