Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-16 | test/fuse: clean up | Andrei Vagin | |
2020-09-16 | Add fh support for revise attr and fstat(2) test | Craig Chi | |
According to Linux 4.4's FUSE behavior, the flags and fh attributes in FUSE_GETATTR are only used in read, write, and lseek. fstat(2) doesn't use them either. Add tests to ensure the requests sent from FUSE module are consistent with Linux's. Updates #3655 | |||
2020-09-16 | 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-16 | Implement FUSE_OPEN/OPENDIR | Boyuan He | |
Fixes #3174 |