From 109ab4fa5307dbbb28a787b88d0ec4a125dd00e7 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 17 Sep 2017 09:35:43 +0100 Subject: Added some documentation of fuse internals. --- doc/mainpage.dox | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/mainpage.dox') diff --git a/doc/mainpage.dox b/doc/mainpage.dox index dc64868..36ba3bc 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -35,5 +35,20 @@ href="files.html">examples directory. A good starting point are hello.c (for the high-level API) and hello_ll.c (for the low-level API). +## FUSE internals ## + +The authoritative source of information about libfuse internals +(including the protocol used for communication with the FUSE kernel +module) is the source code. + +However, some people have kindly documented different aspects of FUSE +in a more beginner friendly way. While this information is +increasingly out of date, it still provides a good overview: + +- Bharat Vangoor et al have included an overview of the FUSE internals + in a paper evaluating FUSE performance. + +- Some documentation of the kernel-userspace protocol is available on + the libfuse wiki. */ -- cgit v1.2.3