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
/
kernel
/
fd_table.go
Age
Commit message (
Expand
)
Author
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-09-15
Release FDTable lock before dropping the fds.
Nayana Bidari
2020-09-14
Correct FDSize in /proc/[pid]/status.
Jamie Liu
2020-09-01
Fix panic when calling dup2().
Nayana Bidari
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-12
vfs2: implement fcntl(fd, F_SETFL, flags)
Andrei Vagin
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-05-29
Implement IN_EXCL_UNLINK inotify option in vfs2.
Dean Deng
2020-05-29
Port inotify to vfs2, with support in tmpfs.
Dean Deng
2020-04-13
Port socket-related syscalls to VFS2.
Dean Deng
2020-03-18
Fix FDTable.NewFDVFS2
Fabricio Voznika
2020-03-16
fdtable: don't try to zap fdtable entry if close is called for non-existing fd
Andrei Vagin
2020-03-13
Add remaining procfs files
Fabricio Voznika
2020-03-13
Panic if file in FDTable has been destroyed
Fabricio Voznika
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-01-28
Changes missing in last submit
Fabricio Voznika
2020-01-28
Add vfs.FileDescription to FD table
Fabricio Voznika
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Fix licenses.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-23
Keep minimal available fd to accelerate fd allocation
DarcySail
2019-07-17
Fix race in FDTable.GetFDs().
Bhasker Hariharan
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell