OSDN Git Service

Merge branch 'master' of git://github.com/relan/exfat into marshmallow-x86
[android-x86/external-exfat.git] / mkfs / main.c
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-06-03 relanUpdate copyright years.
2016-01-21 Steve Kondikexfat-fuse: Don't export UTF conversion functions
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
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 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 relanAdd exfat_fsync() function.
2015-08-24 relanAdd exfat_close() function.
2015-08-24 relanErase disk in pages instead of sectors.
2015-08-24 relanGet rid of realpath() 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 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 relanUnify CLI help syntax.
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).