OSDN Git Service

android-x86/external-exfat.git
2015-08-24 relanBump version to 0.9.6 and update changelog.
2015-08-24 relanErase disk in pages instead of sectors.
2015-08-24 relanMore precise rounding for exfat_humanize_bytes().
2015-08-24 relanSet ctime to mtime.
2015-08-24 relanUpdate allocated space percent on unmount.
2015-08-24 relanSet "mounted" flag on mount and clear it on unmount.
2015-08-24 relanRetry to mount FS in read-only mode if device is write...
2015-08-24 relanPrint desired mode when device opening fails.
2015-08-24 relanMore concrete error message on memory allocation failure.
2015-08-24 relanParse options and open device before super block alloca...
2015-08-24 relanGet rid of realpath() in mkfs.
2015-08-24 relanErase whole clusters instead of sectors.
2015-08-24 relanFix possible memory leak in readdir().
2015-08-24 relanCheck EOD entry presence.
2015-08-24 relanBump version to 0.9.5 and update changelog.
2015-08-24 relanClean up meta2 flags.
2015-08-24 relanFix memory leak on an error handling path in fsck.
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 relanAdd exfat_open() function.
2015-08-24 relanConsider structures alignments while erasing the device.
2015-08-24 relanFix root directory creation: EOD entry was missing.
2015-08-24 relanFix error message format.
2015-08-24 relanCheck that either a block device or a regular file...
2015-08-24 relanDo not link utils with libfuse.
2015-08-24 relanBump version to 0.9.4 and update changelog.
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 relanAdd missing endianness conversion in VBR verification...
2015-08-24 relanRename block to sector to avoid confusion.
2015-08-24 relanKeep cache on file open.
2015-08-24 relanMove FUSE arguments construction into a separate function.
2015-08-24 relanPass blksize option to FUSE.
2015-08-24 relanInitialize libexfat before FUSE arguments construction.
2015-08-24 relanAdd dumpexfat man page.
2015-08-24 relanAdd exfatlabel man page.
2015-08-24 relanAdd exfatfsck man page.
2015-08-24 relanAdd -u option for dumpexfat that prints used sectors.
2015-08-24 relanReorganize SConstruct, add install targets for utils.
2015-08-24 relanCheck that volume size is sufficient to contain file...
2015-08-24 relanRename block to sector in the utilities output to avoid...
2015-08-24 relanImprove dumpexfat.
2015-08-24 relanFix alignment of big numbers in exfat_print_info().
2015-08-24 relanFix alignment of big numbers in dumpexfat.
2015-08-24 relanRename sbdump to dumpexfat.
2015-08-24 relanAdd exfatlabel (utility that reads or changes volume...
2015-08-24 relanAdd get_entry_ptr() function.
2015-08-24 relanFix typo in a comment.
2015-08-24 relanAdd functions that get and set volume label.
2015-08-24 relanRemove excess error messages.
2015-08-24 relanPass user=xxxx option to FUSE.
2015-08-24 relanAdd mkexfatfs man page.
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanRemove extra includes in sbdump.
2015-08-24 relanDuplicate errors and warnings to syslog.
2015-08-24 relanVerify VBR checksum on mount.
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).
2015-08-24 relanAdd fsync() on unmount.
2015-08-24 relanAdd (senseless) check of close() return code.
2015-08-24 relanUse exfat_print_info() in exfatfsck.
2015-08-24 relanAdd a function that prints basic information about...
2015-08-24 relanInterpret version field as a structure for convenience.
2015-08-24 relanexfat_count_free_clusters() should not modify the argument.
2015-08-24 relanAdd facilities for printing byte values in human-readab...
2015-08-24 relanMove bitmap macros to header to be used by other units.
2015-08-24 relanClean up FS info printing in exfatfsck.
2015-08-24 relanRemove from exfatfsck code that prints low-level info...
2015-08-24 relanAdd a small utility sbdump.
2015-08-24 relanRename exfatck to exfatfsck.
2015-08-24 relanBump version to 0.9.3 and update changelog.
2015-08-24 relanAdd changelog under source control.
2015-08-24 relanReport block size = fragment size = cluster size.
2015-08-24 relanAdd mount.exfat-fuse man page under source control.
2015-08-24 relanDefine __DARWIN_UNIX03=1.
2015-08-24 relanImprove comment about __DARWIN_64_BIT_INO_T.
2015-08-24 relanImprove timestamps resolution from 2 sec to 1 sec.
2015-08-24 relanImplement directories shrinking.
2015-08-24 relanModify entry offset meaning.
2015-08-24 relanAdd assertion.
2015-08-24 relanFix debug message.
2015-08-24 relanBump version to 0.9.2.
2015-08-24 relanImprove allowed file name characters filter.
2015-08-24 relanAdd #include guard for version.h.
2015-08-24 relanUnify error messages.
2015-08-24 relanCheck upcase table and clusters bitmap presence on...
2015-08-24 relanCopy the whole name buffer on renaming.
2015-08-24 relanAlways erase output name buffer in exfat_split().
2015-08-24 relanAdd byte order macros for *BSD and Solaris.
2015-08-24 relanDo not assume that compiler is GCC.
2015-08-24 relanBump version to 0.9.1.
2015-08-24 relanMove version constants into a separate header.
2015-08-24 relanDo not use unions for date and time conversion.
2015-08-24 relanFix byte order macros for Mac OS X.
2015-08-24 relanAdd __packed__ attribute to all on-disk structures...
2015-08-24 relanMake fsck open volume in read-only mode.
2015-08-24 relanAllow clusters bitmap size to exceed minimum value.
2015-08-24 relanParse root directory on mount to catch FS errors earlier.
next