OSDN Git Service

Pass struct exfat to exfat_stat().
[android-x86/external-exfat.git] / libexfat / exfat.h
2009-12-20 resverPass struct exfat to exfat_stat().
2009-12-20 resverPass mount options to exfat_mount().
2009-12-20 resverImplemented mknod and mkdir in libexfat.
2009-12-20 resverAdded file name hash calculation function.
2009-12-13 resverSplitted checksum calculation into a separate function.
2009-12-13 resverMoved DIV_ROUND_UP macro to header to be used by other...
2009-11-28 resverImplemented unlink and rmdir in libexfat.
2009-11-28 resverAdded function that calculates UTF-16 string length...
2009-11-28 resverAdded pointer to parent for each node.
2009-11-24 resverRepresent directory entry address as cluster + offset...
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-09 resverRemember recently used cluster of each node. This impro...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-31 resverAdded checksum calculation functions.
2009-10-30 resverMoved MIN macro to header to be used by other units.
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-22 resverMoved mount and unmount functions into separate file.
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-05 resverImplemented dynamic nodes allocation.
2009-10-02 resverAdded function that converts Unix time to exFAT time...
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-14 resverInitial check in.