OSDN Git Service

Implement nodes cache (in-core directory structure representation).
authorrelan <relan@users.noreply.github.com>
Thu, 22 Oct 2009 18:38:01 +0000 (18:38 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:10 +0000 (08:26 +0300)
commit77f4a93e89b8672ac5aef08cb82df8ee7d601956
tree622d4a6771496eae7b0ef9b0733984c69b9c98e2
parenta2b6db4613aadbdedc6ec5ea4f4c8f797a460dc8
Implement nodes cache (in-core directory structure representation).

This is a prerequisite for write support and further performance
improvements.
fsck/main.c
fuse/main.c
libexfat/exfat.h
libexfat/lookup.c
libexfat/node.c [new file with mode: 0644]
libexfat/utils.c