project-machine / puzzlefs

Apache License 2.0
381 stars 18 forks source link

inode caching in the fuse daemon? #16

Open tych0 opened 3 years ago

tych0 commented 3 years ago

It's not totally clear what the kernel will cache for us vs. what we might want to cache ourselves.

There's also the problem of getting the rust borrow checker to be happy with any kind of caching implementation.

Someone should think carefully about whether we need inode caching at the fuse level or not.