summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2
AgeCommit message (Expand)Author
2020-04-13Port socket-related syscalls to VFS2.Dean Deng
2020-04-13Fix VFS2 getdents()/getdents64() alignment.Jamie Liu
2020-04-10Port extended attributes to VFS2.Dean Deng
2020-04-06Port timerfd to VFS2.Nicolas Lacasse
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-03-25Misc fixes to make stat_test pass (almost)Fabricio Voznika
2020-03-23Correctly release taskPathOperation for accessAt.Dean Deng
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-02-26Fix construct of linux.Stat for arm64.Rahat Mahmood
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-14Plumb VFS2 inside the SentrygVisor bot
2020-01-28Changes missing in last submitFabricio Voznika
2020-01-28Add vfs.FileDescription to FD tableFabricio Voznika