summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/fuse
AgeCommit message (Expand)Author
2020-09-11Unexport fusefs.inode.nodeIDCraig Chi
2020-09-11Implement FUSE_UNLINKboyuan-he
2020-09-11Fix comments of TODO issues.Craig Chi
2020-09-11Add FUSE umount supportjinmouil
2020-09-11Fix FUSE_RELEASE protocol reply processingJinmou Li
2020-09-11Improve FUSE async/noreply call logicJinmou Li
2020-09-11Refactor FUSE connection for readability and structureJinmou Li
2020-09-11Implement FUSE_SETATTRCraig Chi
2020-09-11Add fh support for revise attr and fstat(2) testCraig Chi
2020-09-11Implement FUSE_WRITEJinmou Li
2020-09-11Implement FUSE_CREATECraig Chi
2020-09-11FUSE device: clean up readLockedjinmouil
2020-09-11Downgrade FUSE minor version support and clarify commentsjinmouil
2020-09-11fuse: remove unused marshalling functionsCraig Chi
2020-09-11Support multiple FUSE kernel versions of FUSE_INIT response structCraig Chi
2020-09-11Implementing inode.GetlinkCraig Chi
2020-09-11Fix FUSE_READDIR offset issueCraig Chi
2020-09-11fuse: use safe go_marshal API for FUSERidwan Sharif
2020-09-11fuse: Implement IterDirents for directory file descriptionRidwan Sharif
2020-09-11Implement FUSE_RMDIRRidwan Sharif
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