summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse
AgeCommit message (Expand)Author
2020-09-11Implement FUSE_READJinmou Li
2020-09-11Implement FUSE_MKDIRBoyuan He
2020-09-11Implement FUSE_READLINKBoyuan He
2020-09-11Implement FUSE_SYMLINKBoyuan He
2020-09-11Implement FUSE_MKNODBoyuan He
2020-09-11Implement FUSE_RELEASE/RELEASEDIRBoyuan He
2020-09-11Implement FUSE_OPEN/OPENDIRBoyuan He
2020-09-11Implement FUSE_LOOKUPAndrei Vagin
2020-09-11Extend integration test to test sequence of FUSE operationCraig Chi
2020-09-09Honor readonly flag for root mountFabricio Voznika
2020-09-09Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-09-09Use new reference count utility throughout gvisor.Dean Deng
2020-09-09Clarify seek behaviour for kernfs.GenericDirectoryFD.Rahat Mahmood
2020-08-10Implement FUSE_GETATTRCraig Chi
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-30Merge pull request #3179 from jinmouil:fuse_initgVisor bot
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