Christopher Berner
Christopher Berner
It would be nice to have an easier to use `Filesystem` API that also uses Rust's `async` feature
The defaults in libfuse look better than the defaults that we currently use
According to the libfuse docs, when `FUSE_CAP_EXPLICIT_INVAL_DATA` is set: ``` /** * Indicates support for invalidating cached pages only on explicit request. * * If this flag is set in...
libfuse has a separate `flock()` method for setting BSD style locks. This is necessary because the semantics are different and BSD locks are independent from POSIX locks. Notes: The `lk_flags`...
I use deps.rs with my project https://github.com/fleetfs/fleetfs, and the badge has been failing. I ran deps.rs locally and found that the error message is "error: expected comma after minor version...