OSDN Git Service

Fixed fsck: now it can handle paths or any length.
[android-x86/external-exfat.git] / fsck / main.c
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.