OSDN Git Service

Drop version.h header.
[android-x86/external-exfat.git] / fsck / main.c
2015-08-26 relanDrop version.h header.
2015-08-26 relanInclude local headers before system headers.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanUse apostrophe for both opening and closing quotes...
2015-08-24 relanFix missing node put on error paths.
2015-08-24 relanRelicense the code from GPLv3+ to GPLv2+.
2015-08-24 relanRemove extra error message.
2015-08-24 relanFix handling of long non-ASCII file names.
2015-08-24 relanUse getopt() for options parsing.
2015-08-24 relanUse -V instead of -v option to print version.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanImprove invalid clusters handling.
2015-08-24 relanReorganize directories checking.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix memory leak on an error handling path in fsck.
2015-08-24 relanAdd -v option that prints version and copyright.
2015-08-24 relanUnify CLI help syntax.
2015-08-24 relanUse exfat_print_info() in exfatfsck.
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 relanRename exfatck to exfatfsck.
2015-08-24 relanFix debug message.
2015-08-24 relanMake fsck open volume in read-only mode.
2015-08-24 relanFix fsck: now it can handle paths or any length.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd patchlevel constant.
2015-08-24 relanReturn non-zero code from fsck if errors were found.
2015-08-24 relanPass mount options to exfat_mount().
2015-08-24 relanFix error message in fsck.
2015-08-24 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanAdd node clusters check in fsck.
2015-08-24 relanShow in fsck only percentage of used space.
2015-08-24 relanImplement nodes cache (in-core directory structure...
2015-08-24 relanFix integer overflow in fsck.
2015-08-24 relanFix debug output in fsck.
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanInitial code drop.