summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/kernel/fd_table.go
AgeCommit message (Expand)Author
2021-07-30Merge pull request #6257 from zhlhahaha:2193-1gVisor bot
2021-07-27Don't create an extra fd bitmap to allocate a new fd.Andrei Vagin
2021-07-13apply bitmap for fd_tableHoward Zhang
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-05-14Resolve remaining O_PATH TODOs.Dean Deng
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-26Do not generate extraneous IN_CLOSE inotify events.Dean Deng
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2020-10-23Support VFS2 save/restore.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-09-15Release FDTable lock before dropping the fds.Nayana Bidari
2020-09-14Correct FDSize in /proc/[pid]/status.Jamie Liu
2020-09-01Fix panic when calling dup2().Nayana Bidari
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-05-29Implement IN_EXCL_UNLINK inotify option in vfs2.Dean Deng
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-03-18Fix FDTable.NewFDVFS2Fabricio Voznika
2020-03-16fdtable: don't try to zap fdtable entry if close is called for non-existing fdAndrei Vagin
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Panic if file in FDTable has been destroyedFabricio Voznika
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-23Keep minimal available fd to accelerate fd allocationDarcySail
2019-07-17Fix race in FDTable.GetFDs().Bhasker Hariharan
2019-07-02Remove map from fd_map, change to fd_table.Adin Scannell