gvisor/pkg/sentry/syscalls/linux/vfs2
Jamie Liu fb7e5f1676 Make utimes_test pass on VFS2.
PiperOrigin-RevId: 311657502
2020-05-14 20:09:55 -07:00
..
BUILD Port memfd_create to vfs2 and finish implementation of file seals. 2020-05-14 09:35:54 -07:00
epoll.go Enable automated marshalling for epoll events. 2020-04-23 15:49:05 -07:00
eventfd.go Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. 2020-05-07 12:44:03 -07:00
execve.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
fd.go Port memfd_create to vfs2 and finish implementation of file seals. 2020-05-14 09:35:54 -07:00
filesystem.go Pass O_LARGEFILE in syscalls/linux/vfs2.openat. 2020-04-14 13:37:51 -07:00
fscontext.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
getdents.go Misc VFS2 fixes 2020-04-21 16:31:53 -07:00
ioctl.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
memfd.go Port memfd_create to vfs2 and finish implementation of file seals. 2020-05-14 09:35:54 -07:00
mmap.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
path.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
pipe.go Implement pipe(2) and pipe2(2) for VFS2. 2020-04-16 19:27:03 -07:00
poll.go Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
read_write.go Add read/write timeouts for VFS2 socket files. 2020-04-29 14:35:43 -07:00
setstat.go Make utimes_test pass on VFS2. 2020-05-14 20:09:55 -07:00
signal.go Port signalfd to vfs2. 2020-05-07 11:41:50 -07:00
socket.go Port SCM Rights to VFS2. 2020-04-24 13:46:58 -07:00
stat.go Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
stat_amd64.go Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
stat_arm64.go Fix construct of linux.Stat for arm64. 2020-02-26 19:29:27 -08:00
sync.go Port most syscalls to VFS2. 2020-02-25 13:37:34 -08:00
timerfd.go Move pkg/sentry/vfs/{eventfd,timerfd} to new packages in pkg/sentry/fsimpl. 2020-05-07 12:44:03 -07:00
vfs2.go Make utimes_test pass on VFS2. 2020-05-14 20:09:55 -07:00
xattr.go Port extended attributes to VFS2. 2020-04-10 19:02:55 -07:00