[Gluster-devel] optimizing gluster fuse

riya khanna riyakhanna1983 at gmail.com
Mon Apr 2 01:04:07 UTC 2018


Hi,

I've modified FUSE framework to take a part of user-space daemon code and
moves it into the kernel fuse driver to minimize user-kernel-user switches
during file system  operations. An example would be caching
getattr/getxattr/lookup/security checks etc. This design, therefore,
create fast (served directly from the kernel) and a slow (regular fuse)
execution paths. The fast and slow paths can also communicate with each
other using shared memory.

I was wondering if it is possible to accelerate glusterfs using this
design. What pieces could (should) be easily moved to kernel space? Any
pointers would be highly appreciated. Thanks!

-Riya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-devel/attachments/20180401/d6b58288/attachment.html>


More information about the Gluster-devel mailing list