summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/gofer/handle.go
AgeCommit message (Expand)Author
2021-09-21[lisa] Implement lisafs protocol methods in VFS2 gofer client and fsgofer.Ayush Ranjan
2021-08-19Use MM-mapped I/O instead of buffered copies in gofer.specialFileFD.Jamie Liu
2021-03-15[op] Make gofer client handle return partial write length when err is nil.Ayush Ranjan
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-07-06Ensure sync is called for readonly fileFabricio Voznika
2020-04-23Factor fsimpl/gofer.host{Preadv,Pwritev} out of fsimpl/gofer.Jamie Liu
2020-02-04VFS2 gofer clientJamie Liu