summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/syscalls/linux/vfs2/aio.go
AgeCommit message (Expand)Author
2021-02-24Use async task context for async IO.Dean Deng
2020-12-15[syzkaller] Avoid AIOContext from resurrecting after being marked dead.Ayush Ranjan
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-12Release fd references on aio callback cancellation.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-06-16Port aio to VFS2.Nicolas Lacasse