OSDN Git Service

Pass mount options to exfat_mount().
[android-x86/external-exfat.git] / libexfat / mount.c
2015-08-24 relanPass mount options to exfat_mount().
2015-08-24 relanFix memory leak.
2015-08-24 relanPass struct exfat to exfat_put_node() function.
2015-08-24 relanRemember recently used cluster of each node.
2015-08-24 relanErase struct exfat on mount.
2015-08-24 relanImplement existing files writing in libexfat.
2015-08-24 relanPass node to exfat_next_cluster() and exfat_advance_clu...
2015-08-24 relanRemove separate field for the root directory size.
2015-08-24 relanEnable write in libexfat.
2015-08-24 relanMove mount and unmount functions into separate file.