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 #147

Closed
wants to merge 36 commits into from
Closed

Refactor and Fix Filesystem #147

wants to merge 36 commits into from

Conversation

PKTH-Jx
Copy link

@PKTH-Jx PKTH-Jx commented Nov 28, 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

@ken4647
Copy link
Contributor

ken4647 commented Nov 30, 2024

don't push your commit into branch main, push it to dev branch instead.

@ken4647 ken4647 closed this Nov 30, 2024
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.

2 participants