summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/vfs2.go
AgeCommit message (Expand)Author
2020-09-29add related arm64 syscall for vfs2Howard Zhang
2020-09-08[vfs] Capitalize x in the {Get/Set/Remove/List}xattr functions.Ayush Ranjan
2020-07-27Merge pull request #2958 from lubinszARM:pr_vfs2_1gVisor bot
2020-07-23Port sendfile to vfs2.Nicolas Lacasse
2020-07-01Port fallocate to VFS2.Zach Koopmans
2020-06-23Port readahead to VFS2.Nicolas Lacasse
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-12vfs-arm64-1:add vfs2-syscall support to Arm64Bin Lu
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Implement mount(2) and umount2(2) for VFS2.Rahat Mahmood
2020-05-29Port inotify to vfs2, with support in tmpfs.Dean Deng
2020-05-26Implement splice(2) and tee(2) for VFS2.Jamie Liu
2020-05-14Make utimes_test pass on VFS2.Jamie Liu
2020-05-14Port memfd_create to vfs2 and finish implementation of file seals.Nicolas Lacasse
2020-05-07Port signalfd to vfs2.Nicolas Lacasse
2020-05-06Fix runsc syscall documentation generation.Adin Scannell