OSDN Git Service

Moved DIV_ROUND_UP macro to header to be used by other units.
[android-x86/external-exfat.git] / libexfat / node.c
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 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-24 resverRepresent directory entry address as cluster + offset...
2009-11-17 resverFixed directory contents reading: it failed if director...
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 resverAdded directory size verification on node creation.
2009-11-09 resverRemember recently used cluster of each node. This impro...
2009-11-06 resverFixed clusters bitmap handling: it starts from cluster...
2009-10-31 resverImplemented existing files writing in libexfat.
2009-10-31 resverImplemented checksum verification on node creation.
2009-10-26 resverPass pointer to a node to exfat_next_cluster() and...
2009-10-22 resverImplemented nodes cache (in-core directories structure...