OSDN Git Service

android-x86/external-exfat.git
2015-08-24 relanAdd cleanup on FUSE module shutdown.
2015-08-24 relanFix crash in FUSE module on shutdown.
2015-08-24 relanMake get_comp() static because it is used only in one...
2015-08-24 relanFix debug output in fsck.
2015-08-24 relanImplement dynamic nodes allocation.
2015-08-24 relanUse exfat_get_name() to get file name in fuse_exfat_rea...
2015-08-24 relanAdd function that converts Unix time to exFAT time.
2015-08-24 relanAdd macro that checks whether year is leap.
2015-08-24 relanAdd macro that calculates leap years count passed from...
2015-08-24 relanRemove commented out debug code.
2015-08-24 relanSplit EPOCH_DIFF_SEC macro into two macros for simplicity.
2015-08-24 relanFix leap days accounting.
2015-08-24 relanUse timezone variable instead of gettimeofday().
2015-08-24 relanAdd parentheses to macro definition.
2015-08-24 relanUse positive time shift for simplicity.
2015-08-24 relanFix time conversion from exFAT to Unix format.
2015-08-24 relanFix atime and mtime for the root directory.
2015-08-24 relanCalculate root directory size and represent it.
2015-08-24 relanPath parsing cleanup.
2015-08-24 relanFix integer underflow in compare_char().
2015-08-24 relanRemove char substraction from compare_name().
2015-08-24 relanReturn error if entry type is unrecognized.
2015-08-24 relanAdd check for label entry.
2015-08-24 relanAdd checks for clusters bitmap entry.
2015-08-24 relanUse exfat_read_raw() to read upcase table.
2015-08-24 relanAdd check of malloc() return value.
2015-08-24 relanInitial code drop.