summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse/connection_control.go
AgeCommit message (Expand)Author
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-12-07Fix error handling on fusefs mount.Rahat Mahmood
2020-11-13Have fuse.DeviceFD hold reference on fuse.filesystem.Jamie Liu
2020-09-16fuse: fix data race in fusefs Release()Jinmou Li
2020-09-16Fix FUSE connection control lock ordering and race in unit testJinmou Li
2020-09-16Add FUSE umount supportJinmou Li
2020-09-16Refactor FUSE connection for readability and structureJinmou Li