OSDN Git Service

OS X: correctly detect device size.
[android-x86/external-exfat.git] / mkfs / main.c
2012-12-12 resverOS X: correctly detect device size.
2012-12-04 resverRefactored device access mode handling.
2012-06-09 resverFixed erasing of label buffer.
2012-06-02 resverThe new mkfs rewritten in more declarative style.
2012-05-01 resverFix copyright years.
2012-03-19 resverSuggest valid cluster size if user specified too small...
2012-03-19 resverSelect suitable cluster size when creating a huge FS...
2012-03-18 resverFail to create FS if specified cluster size is too...
2012-03-03 resverRepresent device as an extensible structure instead...
2012-03-01 resverFixed use of write() missed in r262.
2012-03-01 resverAdded exfat_seek() interface (wrapper for lseek()).
2012-02-20 resverFixed double close on failure to convert volume label...
2012-02-14 resverAdded exfat_fsync() function that performs fsync agains...
2012-02-14 resverAdded exfat_close() function that closes the device...
2012-01-14 resverErase disk in pages instead of sectors. This can speed...
2011-11-19 resverGet rid of realpath() in mkfs.
2011-04-22 resverUse exfat_open() instead of calling open() directly.
2011-04-02 resverTake structures alignment into consideraion while erasi...
2011-03-01 resverAdded -v option that prints version and copyright.
2011-02-26 resverAdded partition first sector parameter to mkfs.
2011-02-23 resverRenamed block to sector to avoid confusion.
2011-01-26 resverCheck that volume size is sufficient to contain file...
2011-01-15 resverUnified CLI help syntax.
2010-11-23 resverAdded mkexfatfs (utility that creates an exFAT file...