Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | Add default attr in fuse_util | Craig Chi | |
fuse_util provides utilities for fuse testing. Add a function to return a stub fuse_attr struct with specified mode and nodeid. | |||
2020-09-11 | Implement FUSE_OPEN/OPENDIR | Boyuan He | |
Fixes #3174 | |||
2020-09-11 | Add function generating array of iovec with different FUSE structs | Craig Chi | |
This commit adds a function in the newly created fuse_util library, which accepts a variable number of arguments and data structures. Fixes #3609 |