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 blocking eventfd #3939

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Implement blocking eventfd #3939

wants to merge 31 commits into from

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    03fb922 View commit details
    Browse the repository at this point in the history
  2. Add eventfd blocking test

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    0802154 View commit details
    Browse the repository at this point in the history
  3. Remove fail-dep test

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    a5cb910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ffec4 View commit details
    Browse the repository at this point in the history
  5. Fix test error

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    3fef8b5 View commit details
    Browse the repository at this point in the history
  6. Add blocking support for eventfd

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    079cd35 View commit details
    Browse the repository at this point in the history
  7. Add and delete comments

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e0485e4 View commit details
    Browse the repository at this point in the history
  8. Fix rustfmt?

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    70356b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88d2ecd View commit details
    Browse the repository at this point in the history
  10. Fix rebase error

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    37328f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4574a11 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cffaf49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73f5e46 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    128b68c View commit details
    Browse the repository at this point in the history
  15. Add currently failed test

    tiif committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    4bcc55c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    9f9813e View commit details
    Browse the repository at this point in the history
  2. Add and remove comments

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    00aea80 View commit details
    Browse the repository at this point in the history
  3. Bless the test

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    69543c5 View commit details
    Browse the repository at this point in the history
  4. Change name and comment

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    213885b View commit details
    Browse the repository at this point in the history
  5. Add one more error annotation

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    18f9e84 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5a7771 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d76514 View commit details
    Browse the repository at this point in the history
  8. Improve tests comment

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a9a244e View commit details
    Browse the repository at this point in the history
  9. Failed attempt to get rid of reblock

    It still panic on blocked_write_tid borrow
    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    42890a9 View commit details
    Browse the repository at this point in the history
  10. Revert "Failed attempt to get rid of reblock"

    This reverts commit 42890a9.
    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d9dc134 View commit details
    Browse the repository at this point in the history
  11. rustfmt

    tiif committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    38707e4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    733cebc View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Fix the BorrowMutError ICE

    tiif committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c4abda9 View commit details
    Browse the repository at this point in the history
  2. Bless the tests

    tiif committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    41ba16e View commit details
    Browse the repository at this point in the history
  3. Remove todo

    tiif committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    64d9cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Update comments

    tiif committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e14d77e View commit details
    Browse the repository at this point in the history