Peter-Jan Gootzen
Peter-Jan Gootzen
Currently the UID and GID that are supplied to FUSE:init are used throughout the whole lifetime of the virtio-fs device (fuser and virtionfs). However each individual FUSE request contains a...
Because of limitations in libnfs and the absence of a need for NFS callbacks support, virtionfs currently doesn't support anything to do with NFS callbacks. NFS callbacks allow the server...
This is a big problem `virtionfs` needs to execute asynchronous handshake requests in the init. Currently it just sends the INIT FUSE completion before those are done. This can result...
Currently `virtionfs` uses a non-random verifier and non-random clientid. This is unreliable and also bad when multiple clients connect to the same server.