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

Redesign file deletion process in simplefs #63

Open
HotMercury opened this issue Jun 26, 2024 · 0 comments
Open

Redesign file deletion process in simplefs #63

HotMercury opened this issue Jun 26, 2024 · 0 comments

Comments

@HotMercury
Copy link
Collaborator

I discover that deleting a file in the current system has a high overhead. When a file is deleted, to maintain the compactness of simplefs_dir_block, subsequent files are shifted forward to fill the gap, causing a large amount of I/O. Therefore, I think we should redesign this process using a marking approach.

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

No branches or pull requests

1 participant