summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse/dev.go
AgeCommit message (Expand)Author
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-11-17fs/fuse: don't dereference fuse.DeviceFD.fs if it is nilAndrei Vagin
2020-11-13Have fuse.DeviceFD hold reference on fuse.filesystem.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-17fuse.DeviceFD needs to hold a reference on the associated filesystem.Rahat Mahmood
2020-09-16fuse: fix FUSE_RELEASE reply handlingJinmou Li
2020-09-16Fix FUSE connection control lock ordering and race in unit testJinmou Li
2020-09-16Add FUSE umount supportJinmou Li
2020-09-16Fix FUSE_RELEASE protocol reply processingJinmou Li
2020-09-16Improve FUSE async/noreply call logicJinmou Li
2020-09-16Implement FUSE_WRITEJinmou Li
2020-09-16FUSE device: clean up readLockedJinmou Li
2020-09-16Implement FUSE_READJinmou Li
2020-09-16Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-16Extend integration test to test sequence of FUSE operationCraig Chi
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-29Add FUSE_INITJinmou Li
2020-07-27Add device implementation for /dev/fuseRidwan 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