summaryrefslogtreecommitdiffhomepage
path: root/test/fuse/linux/BUILD
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-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-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 generating array of iovec with different FUSE structsCraig Chi
2020-08-10Implement FUSE_GETATTRCraig Chi
2020-08-04Merge pull request #3320 from craig08:fuse-integration-testgVisor bot
2020-08-04Add FUSE integration testCraig Chi