OSDN Git Service

android-x86/external-exfat.git
2011-08-31 resverCheck EOD entry presence.
2011-05-15 resverBumped version to 0.9.5 and updated changelog.
2011-05-14 resverClean up meta2 flags.
2011-05-04 resverFixed memory leak on an error handling path in fsck.
2011-05-04 resverFixed memory leak on error handling paths in mkfs.
2011-04-22 resverUse exfat_open() instead of calling open() directly.
2011-04-22 resverAdded exfat_open() function that opens the special...
2011-04-02 resverTake structures alignment into consideraion while erasi...
2011-03-31 resverFixed root directory creation: EOD entry was missing.
2011-03-31 resverFixed error message format.
2011-03-19 resverCheck that either a block device or a regular file...
2011-03-12 resverDo not link utils with libfuse.
2011-03-05 resverBumped version to 0.9.4 and updated changelog.
2011-03-01 resverUpdated man pages.
2011-03-01 resverAdded -v option that prints version and copyright.
2011-02-26 resverAdded partition first sector parameter to mkfs.
2011-02-23 resverAdded missing endianness conversion in VBR verification...
2011-02-23 resverRenamed block to sector to avoid confusion.
2011-02-22 resverKeep cache on file open. This slightly improves read...
2011-02-20 resverMoved FUSE arguments construction into a separate funct...
2011-02-20 resverAdded blksize option that should solve "Invalid argumen...
2011-02-20 resverInitialize libexfat before FUSE arguments construction.
2011-02-19 resverAdded dumpexfat man page.
2011-02-19 resverAdded exfatlabel man page.
2011-02-19 resverAdded exfatfsck man page.
2011-02-05 resverAdded -u option for dumpexfat that prints used sectors...
2011-01-29 resverReorganized SConstruct, added install targets for utils.
2011-01-26 resverCheck that volume size is sufficient to contain file...
2011-01-24 resverRenamed block to sector in the output of mkexfatfs...
2011-01-24 resverImproved dumpexfat: now it also prints volume label...
2011-01-22 resverFixed alignment of big numbers in exfat_print_info().
2011-01-22 resverFixed alignment of big numbers in dumpexfat.
2011-01-22 resverRenamed sbdump to dumpexfat.
2011-01-21 resverAdded exfatlabel (utility that reads or changes volume...
2011-01-21 resverUse a separate function to obtain a pointer to an entry...
2011-01-21 resverFixed typo in a comment.
2011-01-21 resverAdded functions that get and set volume label.
2011-01-21 resverRemoved excess error messages.
2011-01-18 resverPass user=xxxx option that allows to unmount volumes...
2011-01-15 resverAdded mkexfatfs man page.
2011-01-15 resverUnified CLI help syntax.
2011-01-15 resverRemoved extra includes in sbdump.
2011-01-15 resverDuplicate errors and warnings to syslog.
2010-12-29 resverVerify VBR checksum on mount.
2010-12-29 resverMoved VBR checksum calculation functions to libexfat.
2010-11-24 resverFixed FAT size calculation.
2010-11-23 resverAdded mkexfatfs (utility that creates an exFAT file...
2010-11-12 resverAdded fsync() on unmount.
2010-11-12 resverAdded (senseless) check of close() return code.
2010-11-09 resverUse exfat_print_info() in exfatfsck.
2010-11-09 resverAdded a function that prints basic information about...
2010-11-09 resverInterpret version field as a structure for convenience.
2010-11-09 resverexfat_count_free_clusters() should not modify the argument.
2010-11-09 resverAdded facilities for printing bytes values in human...
2010-11-09 resverMoved bitmap macros to header to be used by other units.
2010-11-08 resverCleaned up FS info printing in exfatfsck.
2010-11-08 resverRemoved from exfatfsck code that prints low-level info...
2010-11-08 resverAdded a small utility (sbdump) that prints exFAT super...
2010-11-08 resverRenamed exfatck to exfatfsck.
2010-09-25 resverBumped version to 0.9.3 and updated changeslog.
2010-09-25 resverAdded changelog under source control.
2010-09-19 resverReport block size = fragment size = cluster size. This...
2010-09-07 resverAdded mount.exfat-fuse man page under source control.
2010-09-07 resverDefine __DARWIN_UNIX03=1 to make timezone variable...
2010-09-07 resverImproved comment about __DARWIN_64_BIT_INO_T.
2010-09-05 resverImproved timestamps resolution from 2 sec to 1 sec.
2010-08-21 resverImplemented directories shrinking.
2010-08-21 resverChanged entry offset within a cluster to offset from...
2010-08-21 resverAdded assertion.
2010-07-25 resverFixed debug message.
2010-07-24 resverBumped version to 0.9.2.
2010-07-24 resverImproved allowed file name characters filter.
2010-07-11 resverAdded #include guard for version.h.
2010-07-11 resverUnified error messages.
2010-07-11 resverCheck upcase table and clusters bitmap presence on...
2010-07-06 resverCopy the whole name buffer on renaming to avoid garbage...
2010-07-06 resverAlways erase output name buffer in exfat_split() to...
2010-06-26 resverAdded byte order macros for FreeBSD, DragonFlyBSD,...
2010-06-26 resverDo not assume that compiler is GCC: add GCC-specific...
2010-06-12 resverBumped version to 0.9.1.
2010-06-12 resverMoved version constants into a separate header.
2010-06-10 resverDo not use unions for date and time conversion to avoid...
2010-06-10 resverFixed byte order macros for Mac OS X: big-endian machin...
2010-06-09 resverAdded __packed__ attribute to all on-disk structures...
2010-06-09 resverMade fsck open volume in read-only mode since it should...
2010-06-01 resverAllow clusters bitmap size to exceed minimum value.
2010-05-27 resverParse root directory on mount to catch FS errors earlier.
2010-05-21 resverAdded missing endianness conversion for cluster number...
2010-05-16 resverAdded missing endianness conversion for cluster number...
2010-05-16 resverUse b2o() in exfat_c2o() for consistency.
2010-04-24 resverCreate symlink mount.exfat -> mount.exfat-fuse when...
2010-04-24 resverCheck FAT count on mount.
2010-04-24 resverCheck FS version on mount.
2010-04-20 resverFixed integer overflow in block number calculation...
2010-04-13 resverAdded fsname option (required for automounting).
2010-04-13 resverImplemented dynamic allocation of mount options string...
2010-04-11 resverUpdated superblock format definition.
2010-02-22 resverBumped version to 0.9.0.
2010-02-15 resverImplemented dynamic calculation of free clusters count...
2010-02-13 resverFixed truncate(): rollback clusters allocation when...
next