OSDN Git Service

Don't define modules for recovery
[android-x86/external-exfat.git] / mkfs /
2017-12-10 Chih-Wei HuangDon't define modules for recovery oreo-x86 android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5 android-x86-8.1-r6
2017-12-07 Chih-Wei HuangMerge branch 'master' of git://github.com/relan/exfat... nougat-x86 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5
2017-03-23 Chih-Wei HuangMerge branch 'master' of git://github.com/relan/exfat... marshmallow-x86 android-x86-6.0-r3
2017-01-28 relanUpdate copyright years.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-07-06 Chih-Wei HuangMerge branch 'master' of git://github.com/relan/exfat... android-x86-6.0-r1 android-x86-6.0-r2
2016-07-06 Chih-Wei HuangLink libfuse-lite from ntfs-3g
2016-07-06 Chih-Wei HuangClean up Android.mk
2016-06-03 relanUpdate copyright years.
2016-01-21 Steve Kondikexfat-fuse: Don't export UTF conversion functions
2015-12-24 Matt MowerMerge tag 'v1.2.3' into HEAD
2015-11-10 Steve Kondikexfat: Rework build configuration
2015-11-10 Steve KondikAdd support for building on Android
2015-08-26 relanInclude man pages into distribution.
2015-08-26 relanCreate symlinks on install.
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-26 relanUse GNU build system (autotools).
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix heap corruption: bitmap_size is in bits, not bytes.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanFix memory leak on error path when clusters bitmap...
2015-08-24 relanFix potential garbage at the end of clusters bitmap.
2015-08-24 relanAdd note about partition type to the man page.
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanUse getopt() for options parsing.
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanOS X: correctly detect device size.
2015-08-24 relanRefactor device access mode handling.
2015-08-24 relanAvoid integer truncation.
2015-08-24 relanFix erasing of label buffer.
2015-08-24 relanThe new mkfs rewritten in more declarative style.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanSuggest valid cluster size if user specified too small...
2015-08-24 relanSelect suitable cluster size when creating a huge FS.
2015-08-24 relanFail to create FS if specified cluster size is too...
2015-08-24 relanRepresent device as an extensible structure.
2015-08-24 relanFix use of write() missed in r262.
2015-08-24 relanAdd exfat_seek() interface (wrapper for lseek()).
2015-08-24 relanFix double close on failure to convert volume label...
2015-08-24 relanUse exfat_read() and exfat_write() interfaces.
2015-08-24 relanAdd exfat_fsync() function.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanRemove EOD entry handling.
2015-08-24 relanErase disk in pages instead of sectors.
2015-08-24 relanGet rid of realpath() in mkfs.
2015-08-24 relanFix memory leak on error handling paths in mkfs.
2015-08-24 relanUse exfat_open() instead of calling open() directly.
2015-08-24 relanConsider structures alignments while erasing the device.
2015-08-24 relanFix root directory creation: EOD entry was missing.
2015-08-24 relanUpdate man pages.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanAdd partition first sector parameter to mkfs.
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanCheck that volume size is sufficient to contain file...
2015-08-24 relanAdd mkexfatfs man page.
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanMove VBR checksum calculation functions to libexfat.
2015-08-24 relanFix FAT size calculation.
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).