OSDN Git Service

OS X: fixed raw device size detection. Each disk has two names: /dev/diskN (block...
[android-x86/external-exfat.git] / fsck /
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.