-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
[lower layer]
[inode] by @buck5060
- Get inode [lower layer] Get inode #3
- Find inode [lower layer] Find inode #19
- Write inode (default 664) [lower layer] Write inode #20
- Read inode [lower layer] Read inode #21
[block] by @tomyhu1995
- Create block(storage) [lower layer] Create block #9
- Get block [lower layer] Get block #10
- Write block(storage) [lower layer] Write block #11
- Read block(storage) [lower layer] Read block #12
[Directory API] by @hsinyachen @sufuf3
- Rename directory [Directory API] Rename directory #6 - @hsinyachen
- Remove directory [Directory API] Remove directory #7 - @hsinyachen
- Create directory [Directory API] Create directory #4 - @sufuf3
- Change directory [Directory API] Change directory #8 - @hsinyachen
- Search directory (same layer) [Directory API] Search directory (same layer) #5 - @sufuf3
[File API] by @candycookies1123 @jm9935333
- Delete file [File API] Delete file #22 @candycookies1123
- Rename file [File API] Rename file #16 @jm9935333
- Create file [File API] Create file #17 @jm9935333
- Read file [File API]Read file #23 @candycookies1123
- Write file [File API] Write file #24 @candycookies1123
- Search file(same layer) [File API] Search file (same layer) #18 @jm9935333
[Front-end] by @charliechou1010
- call APIs via CLI (Main) [Front-end] Call APIs via CLI (Main) #13
[Command API] by @charliechou1010
- flie system info(dumpe2fs) [Command API] File system info(dumpe2fs) #14
- Copy file(s) or folder(s) [Command API] Copy file(s) or folder(s) #15
[Future work]
- [File API] Cat file
- [File API] Search file(sub, all)
- [Directory API] Search directory (sub, all)
- User management
tomyhu1995