OSDN Git Service

Merge branch 'master' of http://exfat.googlecode.com/svn/trunk/ into cm-10.2
[android-x86/external-exfat.git] / fsck /
2013-08-22 Steve KondikMerge branch 'master' of exfat.googlecode.com/svn/trunk...
2013-08-19 Steve Kondikexfat: Recovery friendliness
2013-07-08 resver@gmail.comRelicensed the code from GPLv3+ to GPLv2+.
2013-07-08 Steve KondikHandle 64-bit offsets correctly on Android
2013-07-08 Steve KondikAdd support for building on Android
2013-06-04 resver@gmail.comRemoved extra error message.
2013-05-20 resver@gmail.comFixed handling of long non-ASCII file names.
2013-03-29 resver@gmail.comUse getopt() for options parsing.
2013-03-28 resver@gmail.comUse -V instead of -v option to print version for consis...
2013-01-19 resverUpdated copyright years.
2012-11-25 resverImproved invalid clusters handling.
2012-11-24 resverReorganized directories checking: check directory befor...
2012-05-01 resverFix copyright years.
2011-05-04 resverFixed memory leak on an error handling path in fsck.
2011-03-01 resverUpdated man pages.
2011-03-01 resverAdded -v option that prints version and copyright.
2011-02-19 resverAdded exfatfsck man page.
2011-01-15 resverUnified CLI help syntax.
2010-11-09 resverUse exfat_print_info() in exfatfsck.
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 resverRenamed exfatck to exfatfsck.
2010-07-25 resverFixed debug message.
2010-06-09 resverMade fsck open volume in read-only mode since it should...
2010-01-30 resverFixed fsck: now it can handle paths or any length.
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2010-01-10 resverAdded patchlevel constant.
2010-01-10 resverReturn non-zero code from fsck if errors were found.
2009-12-20 resverPass mount options to exfat_mount().
2009-12-19 resverFixed error message in fsck.
2009-11-14 resverPass struct exfat to exfat_put_node() function (will...
2009-11-11 resverAdded node clusters check in fsck.
2009-10-29 resverShow in fsck only percentage of used space instead...
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-18 resverFixed integer overflow in fsck (incorrect volume size...
2009-10-05 resverFixed debug output in fsck.
2009-10-05 resverImplemented dynamic nodes allocation.
2009-09-14 resverInitial check in.