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

refactor and fix filesystem #152

Open
wants to merge 40 commits into
base: dev
Choose a base branch
from
Open

refactor and fix filesystem #152

wants to merge 40 commits into from

Conversation

PKTH-Jx
Copy link

@PKTH-Jx PKTH-Jx commented Dec 3, 2024

Refactor

  • axfs_vfs: AbsPath and RelPath defination, path canonicalization
  • axfs_vfs: add new functions to VfsNodeOps
  • ruxfs: only use file operations with absolute path
  • ruxfs: low-level api is designed with low coupling to avoid repetitive error handling
  • ruxfs: redesign high-level api
  • aceos_api: redesign fs api
  • ruxos_posix_api: use new low-level fs api

Fix

  • ruxfs: root directory lookup_mounted_fs
  • ruxos_posix_api: openat, mkdirat, getdents64, unlinkat, rmdir, renameat

Feature

  • (Incomplete) ruxfs: support lwext4_rust, ext4_rs, another_ext4

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