tahoe-lafs/contrib/fuse
robk-tahoe 236c52bf8b fuse/impl_a: fix a suspected bug in caching
from my examination of the tahoe_fuse ('impl_a') code, it looks like 
the intention is to cache the file contents in memory while it's open,
since it does in fact do that.  however it looks like it also ignored
that cache entirely, and made an individual tahoe webapi GET request
for each and every read() operation regardless of the relative size of
the read block and the file in question.

this changes that to make read() use the data in memory rather than
fetch the data over again.   if there's something more subtle going
on, please let me know.
2008-10-03 10:13:09 -07:00
..
impl_a fuse/impl_a: fix a suspected bug in caching 2008-10-03 10:13:09 -07:00
impl_b fuse/impl_{a,b}: improve node-url handling 2008-09-24 11:28:54 -07:00
impl_c fuse/impl_c: UNDO --auto-fsid option 2008-09-25 06:47:30 -07:00
runtests.py fuse/impl_c: move mac tahoefuse impl out into contrib/fuse 2008-09-24 18:42:14 -07:00