Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-12617-823478
进击のOS-os
Commits
00bf62d6
Commit
00bf62d6
authored
3 years ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
delete request queue in bio layer
parent
b3401c65
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
.vscode/settings.json
+5
-1
.vscode/settings.json
include/bio.h
+5
-5
include/bio.h
include/fs/fs.h
+1
-0
include/fs/fs.h
include/mm/mm.h
+1
-0
include/mm/mm.h
src/fs/bio.c
+63
-31
src/fs/bio.c
src/fs/fat32.c
+3
-0
src/fs/fat32.c
src/fs/fs.c
+40
-1
src/fs/fs.c
src/include/utils.h
+2
-2
src/include/utils.h
src/mm/filemap.c
+41
-4
src/mm/filemap.c
src/platform/qemu/driver/virtio_disk.c
+1
-0
src/platform/qemu/driver/virtio_disk.c
src/utils.c
+3
-2
src/utils.c
test/pagecache/log
+0
-0
test/pagecache/log
test/rwdir/Makefile
+10
-0
test/rwdir/Makefile
test/rwdir/rwdir
+0
-0
test/rwdir/rwdir
test/rwdir/rwdir.c
+18
-0
test/rwdir/rwdir.c
with
193 additions
and
46 deletions
+193
-46
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment