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 directory support to userspace #303

Merged
merged 27 commits into from
Jan 18, 2022
Merged

Add directory support to userspace #303

merged 27 commits into from
Jan 18, 2022

Commits on Jan 12, 2022

  1. Create dirs from userspace

    vinc committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    9ac14e4 View commit details
    Browse the repository at this point in the history
  2. Add delete syscall

    vinc committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    487c5ed View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Add name to FileStat

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    3670f01 View commit details
    Browse the repository at this point in the history
  2. Add offset to Dir

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    50d659f View commit details
    Browse the repository at this point in the history
  3. Add dynamic size to dir

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f600021 View commit details
    Browse the repository at this point in the history
  4. Add FileStat (de)serializer

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    37eca27 View commit details
    Browse the repository at this point in the history
  5. Add ReadDir#block_index

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5158d7a View commit details
    Browse the repository at this point in the history
  6. Add FileStat::root

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    ff4425a View commit details
    Browse the repository at this point in the history
  7. Implement FileIO#read for Dir

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    5e04bb1 View commit details
    Browse the repository at this point in the history
  8. Add api::fs::read_dir

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    43ff0f5 View commit details
    Browse the repository at this point in the history
  9. Use read_dir for list command

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    f84ffb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0c6823f View commit details
    Browse the repository at this point in the history
  11. Save dir size to dir entry

    vinc committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6c9f3ed View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2022

  1. Configuration menu
    Copy the full SHA
    a464ccb View commit details
    Browse the repository at this point in the history
  2. Read dir from userspace

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    663ff84 View commit details
    Browse the repository at this point in the history
  3. Add proc command

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    f082c5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaea8f8 View commit details
    Browse the repository at this point in the history
  5. Add /dev/null

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    0ee0f20 View commit details
    Browse the repository at this point in the history
  6. Remove path restriction

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    65874c4 View commit details
    Browse the repository at this point in the history
  7. Allow listing of singular file

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    7313071 View commit details
    Browse the repository at this point in the history
  8. Update doc

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    833ec75 View commit details
    Browse the repository at this point in the history
  9. Re-export fs struc in API

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    5c72eb3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69e9ba0 View commit details
    Browse the repository at this point in the history
  11. Use fs::delete in httpd

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    52f3887 View commit details
    Browse the repository at this point in the history
  12. Rename stat to info

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    bc8f4f2 View commit details
    Browse the repository at this point in the history
  13. Update doc

    vinc committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    a28195c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Rename attributes

    vinc committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    da82ab2 View commit details
    Browse the repository at this point in the history