OSDN Git Service

Implemented mknod and mkdir in libexfat.
[android-x86/external-exfat.git] / libexfat / mount.c
2009-11-28 resverFixed memory leak: free root node structure on unmount.
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-11-05 resverErase struct exfat on mount to avoid uninitialized...
2009-10-31 resverImplemented existing files writing in libexfat.
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.