summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse/BUILD
AgeCommit message (Expand)Author
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-09-16Add FUSE umount supportJinmou Li
2020-09-16Refactor FUSE connection for readability and structureJinmou Li
2020-09-16fuse: remove unused marshalling functionsCraig Chi
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_MKDIRBoyuan He
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-07-29Add FUSE_INITJinmou Li
2020-07-27Add device implementation for /dev/fuseRidwan Sharif
2020-07-23Use mode supplied by the mount optionsRidwan Sharif
2020-07-23Added stub FUSE filesystemRidwan Sharif
2020-07-09Gate FUSE behind a runsc flagRidwan Sharif
2020-06-25Moved FUSE device under the fuse directoryRidwan Sharif