Commit graph

15 commits

Author SHA1 Message Date
Yifan Wu
ae3ba9c26f Small Fix && cargo fmt 2022-01-22 12:40:54 -08:00
Yifan Wu
c9583b0f53 Merge recent update from ch7 && cargo clippy 2022-01-22 12:32:36 -08:00
Yifan Wu
b8a14182cd Rm spin::Mutex except for easy-fs & add new test huge_write & flush cache to disk after a write transaction 2021-07-21 19:10:04 +08:00
Yifan Wu
9da207d605 Remove DirentBytes 2021-03-04 03:27:11 +08:00
Yifan Wu
e68039eaec Remove unused code. 2021-03-02 21:10:01 +08:00
Yifan Wu
ff685b86c8 DiskInode sz->128bytes && user heap -> 32KiB 2021-02-27 07:43:28 +08:00
Yifan Wu
28ef057fe3 Support indirect2 in easy-fs::layout::DiskInode 2021-02-27 06:40:52 +08:00
Yifan Wu
cd6dfbf59c Refactor easy-fs. 2021-02-24 03:34:59 +08:00
Yifan Wu
760de97155 Import easy-fs in os && change easy-fs to no_std mode. 2020-12-19 21:18:57 +08:00
Yifan Wu
94267a47c4 Change single file limit from 70KiB to 94KiB & pack apps and list them. 2020-12-19 21:12:09 +08:00
Yifan Wu
5787214ef6 Large/small file I/O test passed. 2020-12-19 19:14:31 +08:00
Yifan Wu
8713046a4a Write Hello, world! to a file and read it! 2020-12-19 18:32:01 +08:00
Yifan Wu
3c1419185d Create two files and list them. 2020-12-19 15:28:42 +08:00
Yifan Wu
00eaa64e7d We need BlockCache. 2020-12-19 13:04:36 +08:00
Yifan Wu
ed9ca7f62d create & open efs. 2020-12-18 15:56:11 +08:00