Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-10 | Implement FUSE_GETATTR | Craig Chi | |
FUSE_GETATTR is called when a stat(2), fstat(2), or lstat(2) is issued from VFS2 layer to a FUSE filesystem. Fixes #3175 | |||
2020-08-04 | Add FUSE integration test | Craig Chi | |
This commit adds an integration test framework for FUSE support. Please refer to the test example and test/fuse/README.md for further details. Fixes #3098 |