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
/
vfs
/
file_description.go
Age
Commit message (
Expand
)
Author
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-05-14
Resolve remaining O_PATH TODOs.
Dean Deng
2021-04-28
Automated rollback of changelist 369686285
Fabricio Voznika
2021-04-21
Automated rollback of changelist 369325957
Michael Pratt
2021-04-19
Add MultiGetAttr message to 9P
Fabricio Voznika
2021-01-26
Move inotify events from syscall to vfs layer.
Dean Deng
2021-01-26
Do not generate extraneous IN_CLOSE inotify events.
Dean Deng
2021-01-22
Implement F_GETLK fcntl.
Dean Deng
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2020-12-04
Overlay runsc regular file mounts with regular files.
Jamie Liu
2020-12-03
Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.
Etienne Perot
2020-12-02
Remove FileReadWriteSeeker from vfs.
Jamie Liu
2020-11-18
Port filesystem metrics to VFS2.
Jamie Liu
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-10-23
Support VFS2 save/restore.
Jamie Liu
2020-10-12
Change Merkle tree library to use ReaderAt
Chong Cai
2020-09-24
Add basic stateify annotations.
Adin Scannell
2020-09-17
Complete vfs2 implementation of fallocate.
Dean Deng
2020-09-08
[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.
Ayush Ranjan
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-25
Change "Fd" member to "FD" according to convension
gVisor bot
2020-08-21
Provide fdReader/Writer for FileDescription
gVisor bot
2020-08-20
Consistent precondition formatting
Michael Pratt
2020-08-12
Fix race in vfs.FileDescription.statusFlag
Fabricio Voznika
2020-08-07
Support separate read/write handles in fsimpl/gofer.dentry.
Jamie Liu
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-31
Clean up vfs2 fallocate.
Dean Deng
2020-07-01
Port fallocate to VFS2.
Zach Koopmans
2020-06-30
Allow O_DIRECT on vfs2 tmpfs files.
Dean Deng
2020-06-27
Port GETOWN, SETOWN fcntls to vfs2.
Dean Deng
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-11
Add //pkg/sentry/fsimpl/overlay.
Jamie Liu
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-05-26
Implement splice(2) and tee(2) for VFS2.
Jamie Liu
2020-05-06
Remove vfs.FileDescriptionOptions.InvalidWrite.
Jamie Liu
2020-04-21
Misc VFS2 fixes
Fabricio Voznika
2020-04-21
Remove filesystem structure from vfs.Dentry.
Jamie Liu
2020-04-14
Pass O_LARGEFILE in syscalls/linux/vfs2.openat.
Jamie Liu
2020-04-10
Port extended attributes to VFS2.
Dean Deng
2020-04-06
Port timerfd to VFS2.
Nicolas Lacasse
2020-04-04
Record VFS2 sockets in global socket map.
Dean Deng
2020-04-02
Add equivalents to FMODE_PREAD/PWRITE to VFS2.
Jamie Liu
2020-03-16
Add calls to vfs.CheckSetStat to fsimpls
Fabricio Voznika
2020-02-14
Allow vfs.IterDirentsCallback.Handle() to return an error.
gVisor bot
2020-01-29
Add plumbing for file locks in VFS2.
Dean Deng
2020-01-28
Add VFS2 support for epoll.
Jamie Liu
2020-01-27
Update package locations.
Adin Scannell
[next]