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

Add UnsubmittedRead and Link API #294

Closed
wants to merge 6 commits into from
Closed

Commits on Jan 30, 2024

  1. Add set_flags() API to UnsubmittedOneshot.

    User can specify submission entry flags (e.g. FIXED_FILE, IO_LINK,
    IO_HARDLINK) via new set_flags().
    ileixe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ba8a267 View commit details
    Browse the repository at this point in the history
  2. Add UnsubmittedRead to follow new API for read part.

    Currently, there's no unsubmitted API change in read part yet. Add the
    new API following write part.
    
    Add simple link operation test cases to use read/write submittable
    operations.
    ileixe committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    350f637 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Apr 1, 2024

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

Commits on Apr 5, 2024

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

Commits on Jul 21, 2024

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