OSDN Git Service

Implemented unlink and rmdir in FUSE driver.
[android-x86/external-exfat.git] / fuse /
2009-11-28 resverImplemented unlink and rmdir in FUSE driver.
2009-11-15 resverAdded FUSE debug option (-d).
2009-11-14 resverPass struct exfat to exfat_put_node() function (will...
2009-10-31 resverImplemented existing files writing in FUSE driver.
2009-10-22 resverImplemented nodes cache (in-core directories structure...
2009-10-11 resverAdded clean up on FUSE module shutdown.
2009-10-11 resverFixed crash in FUSE module on shutdown.
2009-10-05 resverImplemented dynamic nodes allocation.
2009-10-04 resverUse exfat_get_name() to get file name in fuse_exfat_rea...
2009-09-14 resverInitial check in.