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
Age
Commit message (
Expand
)
Author
2020-05-07
Allocate device numbers for VFS2 filesystems.
Jamie Liu
2020-05-07
Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl.
Nicolas Lacasse
2020-05-07
Port signalfd to vfs2.
Nicolas Lacasse
2020-05-07
Remove outdated TODO for VFS2 AccessAt.
Dean Deng
2020-05-06
Remove vfs.FileDescriptionOptions.InvalidWrite.
Jamie Liu
2020-05-04
Port eventfd to VFS2.
Nicolas Lacasse
2020-05-04
Add TTY support on VFS2 to runsc
Fabricio Voznika
2020-04-28
Fix Unix socket permissions.
Dean Deng
2020-04-28
Support pipes and sockets in VFS2 gofer fs.
Dean Deng
2020-04-24
Fixes for procfs
Fabricio Voznika
2020-04-23
Add vfs.MkdirOptions.ForSyntheticMountpoint.
Jamie Liu
2020-04-21
Misc VFS2 fixes
Fabricio Voznika
2020-04-21
Remove filesystem structure from vfs.Dentry.
Jamie Liu
2020-04-16
Implement pipe(2) and pipe2(2) for VFS2.
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-08
Clean up TODOs
Fabricio Voznika
2020-04-06
Port timerfd to VFS2.
Nicolas Lacasse
2020-04-04
Record VFS2 sockets in global socket map.
Dean Deng
2020-04-03
Add FileDescriptionImpl for Unix sockets.
Dean Deng
2020-04-02
Fix typo in TODO comments.
Dean Deng
2020-04-02
Add equivalents to FMODE_PREAD/PWRITE to VFS2.
Jamie Liu
2020-03-31
Fix /proc/self/mounts and /proc/self/mountinfo in VFS2.
Nicolas Lacasse
2020-03-27
Add vfs.PathnameReachable().
Jamie Liu
2020-03-27
Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.
Nicolas Lacasse
2020-03-26
Add BoundEndpointAt filesystem operation.
Dean Deng
2020-03-26
Add unique ID to Mount type.
Nicolas Lacasse
2020-03-26
Combine file mode and isDir arguments
Fabricio Voznika
2020-03-25
Remove TODO to push down exec permission check
Fabricio Voznika
2020-03-25
Misc fixes to make stat_test pass (almost)
Fabricio Voznika
2020-03-16
Enforce file size rlimits in VFS2
Fabricio Voznika
2020-03-16
Add calls to vfs.CheckSetStat to fsimpls
Fabricio Voznika
2020-03-13
Implement access/faccessat for VFS2.
Dean Deng
2020-03-13
Add support for mount flags
Fabricio Voznika
2020-03-06
Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.
Dean Deng
2020-02-25
Add VFS.NewDisconnectedMount().
Jamie Liu
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-14
Remove linux.EpollEvent.Fd.
gVisor bot
2020-02-14
Allow vfs.IterDirentsCallback.Handle() to return an error.
gVisor bot
2020-02-14
Inline vfs.VirtualFilesystem in Kernel struct
gVisor bot
2020-02-14
Plumb VFS2 inside the Sentry
gVisor bot
2020-02-13
Add FileExec flag to OpenOptions
gVisor bot
2020-02-04
Remove argument from vfs.MountNamespace.DecRef()
Fabricio Voznika
2020-01-31
Implement file locks for regular tmpfs files in VFSv2.
Dean Deng
2020-01-29
Add plumbing for file locks in VFS2.
Dean Deng
2020-01-28
Add support for WritableSource in DynamicBytesFileDescriptionImpl
Fabricio Voznika
2020-01-28
Add VFS2 support for epoll.
Jamie Liu
2020-01-28
Implement an anon_inode equivalent for VFS2.
Jamie Liu
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
Adin Scannell
[next]