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

Less syscalls for the copy_file_range probe #122079

Merged
merged 3 commits into from
May 26, 2024

Commits on Mar 6, 2024

  1. Less syscalls for the copy_file_range probe

    If it's obvious from the actual syscall results themselves that the
    syscall is supported or unsupported, don't do an extra syscall with an
    invalid file descriptor.
    
    CC rust-lang#122052
    tbu- committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    214c498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5073475 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    7d67ee5 View commit details
    Browse the repository at this point in the history