Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement more io_uring opcodes #10322

Merged
merged 7 commits into from Dec 14, 2021
Merged

Conversation

vrischmann
Copy link
Contributor

This adds more io_uring opcodes.

The following are available since kernel 5.11:

  • shutdown (equivalent to this from liburing)
  • renameat (equivalent to this from liburing)
  • unlinkat (equivalent to this from liburing)

The following are available since kernel 5.15:

  • mkdirat (equivalent to this from liburing)
  • symlinkat (equivalent to this from liburing)
  • linkat (equivalent to this from liburing)

@andrewrk andrewrk merged commit 93c6ab4 into ziglang:master Dec 14, 2021
@andrewrk
Copy link
Member

Thanks!

@vrischmann vrischmann deleted the more-io_uring branch December 14, 2021 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants