index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
fsimpl
/
host
Age
Commit message (
Expand
)
Author
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-15
Add S/R logic for host.ConnectedEndpoint
Fabricio Voznika
2021-04-15
Generate notification when closing host fd.
Dean Deng
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-11
Report 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-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-12-17
Set process group and session on host TTY
Fabricio Voznika
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-10-28
[vfs] Refactor hostfs mmap into kernfs util.
Ayush Ranjan
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-23
Rewrite 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-30
Merge pull request #3824 from btw616:fix/issue-3823
gVisor bot
2020-09-24
Add 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-18
Merge pull request #3972 from btw616:fix/comments
gVisor bot
2020-09-17
Complete vfs2 implementation of fallocate.
Dean Deng
2020-09-17
fsimpl: improve the "implements" comments
Tiwei Bie
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-09-11
Fix host unix socket to not swallow EOF incorrectly.
Bhasker Hariharan
2020-09-01
Refactor tty codebase to use master-replica terminology.
Ayush Ranjan
2020-09-01
fsimpl/host: fix the order of removing FD notifier
Tiwei Bie
2020-08-28
Implement StatFS for various VFS2 filesystems.
Rahat Mahmood
2020-08-25
[go-marshal] Enable auto-marshalling for host tty.
Ayush Ranjan
2020-08-20
Add reference count checking to the fsimpl/host package.
Dean Deng
2020-08-18
Get rid of kernfs.Inode.Destroy.
Dean Deng
2020-08-18
Move ERESTART* error definitions to syserror package.
Dean Deng
2020-08-12
Redirect TODO
Fabricio Voznika
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-27
Move platform.File in memmap
Andrei Vagin
2020-07-23
Add permission checks to vfs2 truncate.
Dean Deng
2020-07-15
Merge pull request #3236 from craig08:fuse-kernfs-inode-stat-add-ctx
gVisor bot
2020-07-15
fdbased: Vectorized write for packet; relax writev syscall filter.
Ting-Yu Wang
2020-07-14
Include context in kernfs.Inode.Stat method
Craig Chi
2020-07-01
Update preadv2/pwritev2 flag handling in vfs2.
Dean Deng
2020-07-01
Remove maxSendBufferSize from vfs2.
Dean Deng
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-23
Clean up hostfs TODOs.
Dean Deng
2020-06-22
Only allow regular files, sockets, pipes, and char devices to be imported.
Dean Deng
2020-06-18
Remove various uses of 'whitelist'
Michael Pratt
2020-06-17
Implement Sync() to directories
Fabricio Voznika
2020-06-17
Remove various uses of 'blacklist'
Michael Pratt
2020-06-17
Refactor host.canMap.
Dean Deng
2020-06-17
Implement POSIX locks
Fabricio Voznika
[next]