summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/linux
AgeCommit message (Expand)Author
2021-01-05fs/fuse: check that a task has a specified file descriptorAndrei Vagin
2020-12-07Fix error handling on fusefs mount.Rahat Mahmood
2020-11-03ARM64:fuse:alian stat struct order on multiarchHoward Zhang
2020-09-17Fix kernfs unlinkat and rmdirat incorrect resolved path nameJinmou Li
2020-09-16Merge pull request #3934 from avagin:feature/fusegVisor bot
2020-09-16FUSE readdir test fix ino initializationJinmou Li
2020-09-16test/fuse: use the getdents syscall instead of opendir/readdirAndrei Vagin
2020-09-16test/fuse: clean upAndrei Vagin
2020-09-16fuse: fix a compile time errorAndrei Vagin
2020-09-16Implement FUSE_UNLINKBoyuan He
2020-09-16Implement FUSE_SETATTRCraig Chi
2020-09-16Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-16Add fuse_fd_util library to include common fuse fd test functionsCraig Chi
2020-09-16Add default attr in fuse_utilCraig Chi
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16Implement FUSE_CREATECraig Chi
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_RMDIRRidwan Sharif
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_MKDIRBoyuan He
2020-09-16Implement FUSE_READLINKBoyuan He
2020-09-16Implement FUSE_SYMLINKBoyuan He
2020-09-16Implement FUSE_MKNODBoyuan He
2020-09-16Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-16Add function to create a fake inode in FUSE integration testCraig Chi
2020-09-16Add function generating array of iovec with different FUSE structsCraig Chi
2020-09-16Add functions in FUSE integration test to get metrics from FUSE serverCraig Chi
2020-09-16Extend integration test to test sequence of FUSE operationCraig Chi
2020-08-12Merge pull request #3250 from craig08:fuse-getattrgVisor bot
2020-08-10Implement FUSE_GETATTRCraig Chi
2020-08-05Merge pull request #3502 from craig08:fuse-integration-test-fix-connection-re...gVisor bot
2020-08-04Fix FUSE integration test failed with ECONNREFUSEDCraig Chi
2020-08-04Merge pull request #3320 from craig08:fuse-integration-testgVisor bot
2020-08-04Add FUSE integration testCraig Chi