index
:
pub/teachos/kernel.git
develop
develop-BA-FS26
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
src
/
filesystem
/
vfs.tests.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ...
Lukas Oesch
1
-0
/
+17
2026-05-05
.. int the root directory remains in the root
Lukas Oesch
1
-1
/
+1
2026-05-05
add vfs symlink tests
Lukas Oesch
1
-1
/
+62
2026-05-05
add symbolic link tests
Lukas Oesch
1
-0
/
+42
2026-05-05
Fix vfs tests
Marcel Braun
1
-4
/
+3
2026-05-05
Add simple symlink tests
Marcel Braun
1
-0
/
+20
2026-05-05
add relative path tests
Lukas Oesch
1
-0
/
+46
2026-04-26
rename open_file_description to open_file_descriptor
Lukas Oesch
1
-4
/
+4
2026-04-23
chore: banish relative includes
Felix Morgner
1
-3
/
+3
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
1
-5
/
+11
2026-04-19
check that after mount the old file isn't available anymore
Lukas Oesch
1
-0
/
+3
2026-04-14
add tests to mount filesystems backed by a file
Lukas Oesch
1
-2
/
+65
2026-04-13
Back filesystem by inode and not device
Marcel Braun
1
-15
/
+17
2026-04-12
Rename
Marcel Braun
1
-4
/
+4
2026-04-11
add vfs tests with real ext2 images
Lukas Oesch
1
-0
/
+166