summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/setstat.go
AgeCommit message (Expand)Author
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-08-03Add inotify events for fallocate and tests for fallocate/sendfile.Dean Deng
2020-07-31Clean up vfs2 fallocate.Dean Deng
2020-07-23Add permission checks to vfs2 truncate.Dean Deng
2020-05-14Make utimes_test pass on VFS2.Jamie Liu
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-02-25Port most syscalls to VFS2.Jamie Liu