OSDN Git Service

Revert "Use fuse_main() instead of lower level functions."
[android-x86/external-exfat.git] / mkfs /
2018-09-15 relanFix last updated dates in man pages.
2018-09-15 relanUpdate copyright years in man pages.
2018-02-03 relanUpdate copyright years.
2017-01-28 relanUpdate copyright years.
2016-12-26 relanChange output buffer size semantics for UTF functions.
2016-06-03 relanUpdate copyright years.
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).