summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fsimpl/host
AgeCommit message (Expand)Author
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-12-17Set process group and session on host TTYFabricio Voznika
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-28[vfs] Refactor hostfs mmap into kernfs util.Ayush Ranjan
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-13[vfs2] Add FilesystemType.Release to avoid reference leaks.Dean Deng
2020-10-12[vfs] kernfs: Fix inode memory leak issue.Ayush Ranjan
2020-09-30Merge pull request #3824 from btw616:fix/issue-3823gVisor bot
2020-09-24Add basic stateify annotations.Adin Scannell
2020-09-23[vfs] kernfs: Enable leak checking consistently.Ayush Ranjan
2020-09-22[vfs] [1/2] kernfs: Internally use kernfs.Dentry instead of vfs.Dentry.Ayush Ranjan
2020-09-18Merge pull request #3972 from btw616:fix/commentsgVisor bot
2020-09-17Complete vfs2 implementation of fallocate.Dean Deng
2020-09-17fsimpl: improve the "implements" commentsTiwei Bie
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-11Fix host unix socket to not swallow EOF incorrectly.Bhasker Hariharan
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01fsimpl/host: fix the order of removing FD notifierTiwei Bie
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-25[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-08-20Add reference count checking to the fsimpl/host package.Dean Deng
2020-08-18Get rid of kernfs.Inode.Destroy.Dean Deng
2020-08-18Move ERESTART* error definitions to syserror package.Dean Deng
2020-08-12Redirect TODOFabricio Voznika
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-27Move platform.File in memmapAndrei Vagin
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-07-15Merge pull request #3236 from craig08:fuse-kernfs-inode-stat-add-ctxgVisor bot
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
2020-07-14Include context in kernfs.Inode.Stat methodCraig Chi
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
2020-07-01Remove maxSendBufferSize from vfs2.Dean Deng
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-23Clean up hostfs TODOs.Dean Deng
2020-06-22Only allow regular files, sockets, pipes, and char devices to be imported.Dean Deng
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-20Move fsimpl/host file offset from inode to fileDescription.Dean Deng
2020-05-19Implement mmap for host fs in vfs2.Dean Deng