OSDN Git Service

android-x86/external-exfat.git
2009-11-28 resverImplemented unlink and rmdir in FUSE driver.
2009-11-28 resverImplemented unlink and rmdir in libexfat.
2009-11-28 resverAdded function that calculates UTF-16 string length...
2009-11-28 resverFixed node flush: consider contiguous flag of the direc...
2009-11-28 resverAdded pointer to parent for each node.
2009-11-28 resverRenamed nextent() function to fetch_next_entry().
2009-11-27 resverAdded install target to SConscript.
2009-11-24 resverRepresent directory entry address as cluster + offset...
2009-11-17 resverFixed directory contents reading: it failed if director...
2009-11-15 resverAdded FUSE debug option (-d).
2009-11-15 resverUpdate mtime on each write.
2009-11-14 resverRemoved non-existent functions declarations.
2009-11-14 resverFlush clusters bitmap on file close instead of flushing...
2009-11-14 resverFlush node on close instead of flushing on each node...
2009-11-14 resverPass struct exfat to exfat_put_node() function (will...
2009-11-11 resverAdded node clusters check in fsck.
2009-11-09 resverAdded directory size verification on node creation.
2009-11-09 resverRemember recently used cluster of each node. This impro...
2009-11-07 resverImproved clusters allocation algorithm: now it attempts...
2009-11-07 resverImproved find_bit_and_set() function: now it scans...
2009-11-06 resverFixed clusters bitmap handling: it starts from cluster...
2009-11-05 resverErase struct exfat on mount to avoid uninitialized...
2009-10-31 resverImplemented existing files writing in FUSE driver.
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-31 resverImplemented checksum verification on node creation.
2009-10-31 resverAdded checksum calculation functions.
2009-10-30 resverMoved MIN macro to header to be used by other units.
2009-10-29 resverShow in fsck only percentage of used space instead...
2009-10-26 resverPass pointer to a node to exfat_next_cluster() and...
2009-10-26 resverRemoved separate field for the root directory size...
2009-10-24 resverPermitted write in libexfat.
2009-10-22 resverMoved mount and unmount functions into separate file.
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-18 resverFixed integer overflow in fsck (incorrect volume size...
2009-10-11 resverAdded clean up on FUSE module shutdown.
2009-10-11 resverFixed crash in FUSE module on shutdown.
2009-10-11 resverMade get_comp() static because it is used only in one...
2009-10-05 resverFixed debug output in fsck.
2009-10-05 resverImplemented dynamic nodes allocation.
2009-10-04 resverUse exfat_get_name() to get file name in fuse_exfat_rea...
2009-10-02 resverAdded function that converts Unix time to exFAT time...
2009-10-02 resverAdded macro that checks whether year is leap. Only...
2009-10-02 resverAdded macro that calculates leap years count passed...
2009-10-02 resverRemoved commented out debug code.
2009-10-02 resverSplitted EPOCH_DIFF_SEC macro into two macros for simpl...
2009-10-01 resverFixed leap days accounting while converting time from...
2009-10-01 resverUse timezone variable instead of gettimeofday() because...
2009-10-01 resverAdded parentheses to macro definition.
2009-09-30 resverUse positive time shift for simplicity.
2009-09-30 resverFixed time conversion from exFAT to Unix format (exfat_...
2009-09-28 resverRepresent zero (i.e. 1 Jan 1970) atime and mtime for...
2009-09-28 resverCalculate root directory size and represent it.
2009-09-28 resverPath parsing cleanup: now only path component length...
2009-09-28 resverFixed integer underflow in compare_char().
2009-09-28 resverRemoved char substraction from compare_name(); char...
2009-09-18 resverReturn error if entry type is unrecognized.
2009-09-17 resverAdded check for label entry.
2009-09-17 resverAdded checks for clusters bitmap entry.
2009-09-17 resverUse exfat_read_raw() instead of high-level exfat_read...
2009-09-17 resverAdded check of malloc() return value.
2009-09-14 resverInitial check in.
2009-09-14 (no author)Initial directory structure.