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

Extend the FUSE support #480

Merged
merged 5 commits into from
Sep 19, 2023
Merged

Extend the FUSE support #480

merged 5 commits into from
Sep 19, 2023

Conversation

stlankes
Copy link
Contributor

@stlankes stlankes commented Sep 18, 2023

Add new system calls to the ABI (mkdir, rmdir, lstat, fstat, opendir, readdir) to extend the filesystem support. The stat system call was already present in libhermit-rs. We changed its declaration and also added it to the ABI.

The two examples (fuse_test, webserver) were used for testing our changes and do not have to be merged.

Rebase and replace #445

@stlankes stlankes changed the title Extend the FUSE suppor Extend the FUSE support Sep 18, 2023
@stlankes stlankes mentioned this pull request Sep 18, 2023
mkroening and others added 5 commits September 19, 2023 13:23
Signed-off-by: Martin Kröning <[email protected]>
Co-authored-by: LucasHaug <[email protected]>
Co-authored-by: Stefan Lankes <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
Co-authored-by: Stefan Lankes <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
Co-authored-by: Stefan Lankes <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
Signed-off-by: Martin Kröning <[email protected]>
@mkroening mkroening added this pull request to the merge queue Sep 19, 2023
Merged via the queue into hermit-os:main with commit 6da7423 Sep 19, 2023
6 checks passed
@stlankes stlankes deleted the fuse branch September 19, 2023 12:27
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.

4 participants