Hello,
I don't know whether fusefs-{kmod|libs} is the best option or if it
would be better to work with puffs (and friend). It is my understanding
that puffs brings the librefuse library which was written to bring a
compatibility layer, so any fs written for fuse could be used (with some
additional work) with puffs (please, correct me if I'm wrong). I also
know that puffs is not multithreaded and so that means any failure in
any filesystem using puffs will mean a bottleneck for the whole system,
not to mention the performance loss we may "achieve" (just kidding) when
being used by different filesystems in user space.
And it seems that puffs is closer to the kernel structures than
current fusefs.
So it is not an easy choice and I don't which one I would pick.
Anyhow, I don't have the skills yet to write code, but I have the
will to learn vfs internals and help finding bugs. Any option you take
will be good for me. So you can count on me :)
Best regards,
Gustau
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"