summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse/connection.go
AgeCommit message (Expand)Author
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2020-11-13Have fuse.DeviceFD hold reference on fuse.filesystem.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-16fuse: fix FUSE_RELEASE reply handlingJinmou Li
2020-09-16fs/fuse: Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Andrei Vagin
2020-09-16Unexport fusefs.inode.nodeIDCraig Chi
2020-09-16Add FUSE umount supportJinmou Li
2020-09-16Improve FUSE async/noreply call logicJinmou Li
2020-09-16Refactor FUSE connection for readability and structureJinmou Li
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16Downgrade FUSE minor version support and clarify commentsJinmou Li
2020-09-16Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-16fuse: use safe go_marshal API for FUSERidwan Sharif
2020-09-16fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-07-29Add FUSE_INITJinmou Li
2020-07-27Add device implementation for /dev/fuseRidwan Sharif