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
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
Rename get_full_path to get_absolute_path
Marcel Braun
3
-6
/
+6
9 days
Add test for dentry get_full_path
Marcel Braun
1
-0
/
+24
9 days
Refactor dentry
Marcel Braun
2
-34
/
+21
9 days
Refactor get_full_path remove recursion
Marcel Braun
1
-9
/
+25
2026-05-05
.. int the root directory remains in the root
Lukas Oesch
1
-1
/
+1
2026-05-05
add mount table find_exact_mount tests, remove todo
Lukas Oesch
2
-3
/
+19
2026-05-05
small refactoring, add todo
Lukas Oesch
1
-0
/
+1
2026-05-05
add vfs symlink tests
Lukas Oesch
1
-1
/
+62
2026-05-05
refactoring mount_table lookup
Lukas Oesch
2
-6
/
+12
2026-05-05
add symbolic link tests
Lukas Oesch
1
-0
/
+42
2026-05-05
avoid to traverse back over the root
Lukas Oesch
1
-10
/
+5
2026-05-05
refactoring do_mount_internal (retrieve path from dentry), handle .. correctl...
Lukas Oesch
1
-14
/
+15
2026-05-05
Disable recursion-warning
Marcel Braun
1
-2
/
+2
2026-05-05
Add tests for path utility
Marcel Braun
1
-0
/
+69
2026-05-05
Add check for max symlink count
Marcel Braun
1
-8
/
+15
2026-05-05
Fix vfs tests
Marcel Braun
1
-4
/
+3
2026-05-05
fix problem with string_view lifetime
Lukas Oesch
1
-7
/
+8
2026-05-05
Add simple symlink tests
Marcel Braun
1
-0
/
+20
2026-05-05
Implement symlink non-recursive
Marcel Braun
1
-26
/
+15
2026-05-05
Refactor path resolution, use vector and while instead of iterator and for-loop
Marcel Braun
1
-2
/
+7
2026-05-05
Implement symlink read in inode, fix max amount of bytes to read
Marcel Braun
2
-10
/
+19
2026-05-05
Resolve TODOs concerning path validation
Marcel Braun
1
-11
/
+9
2026-05-05
Use iterator in path resolution, start with symlink implementation
Marcel Braun
1
-3
/
+37
2026-05-05
refactoring and extend tests
Lukas Oesch
6
-18
/
+21
2026-05-05
add todos
Lukas Oesch
1
-0
/
+2
2026-05-05
refactoring
Lukas Oesch
2
-30
/
+19
2026-05-05
add relative path tests
Lukas Oesch
1
-0
/
+46
2026-05-05
fix bht build
Lukas Oesch
2
-13
/
+13
2026-05-05
relative path support
Lukas Oesch
2
-17
/
+102
2026-05-05
add is_symbolic_link method in ext2 inode
Lukas Oesch
3
-0
/
+34
2026-05-05
refactor inode kind
Lukas Oesch
7
-66
/
+67
2026-04-26
rename file_descriptor_table to open_file_table
Lukas Oesch
2
-26
/
+26
2026-04-26
rename open_file_description to open_file_descriptor
Lukas Oesch
5
-77
/
+75
2026-04-23
chore: banish relative includes
Felix Morgner
28
-111
/
+111
2026-04-23
chore: organize includes
Felix Morgner
8
-19
/
+19
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
3
-15
/
+16
2026-04-19
check that after mount the old file isn't available anymore
Lukas Oesch
1
-0
/
+3
2026-04-19
add todo to support sparse files
Lukas Oesch
1
-1
/
+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
9
-74
/
+79
2026-04-12
Add fs syscall handler
Marcel Braun
1
-4
/
+4
2026-04-12
Rename
Marcel Braun
1
-4
/
+4
2026-04-11
add ext2 inode and filesystem tests
Lukas Oesch
3
-26
/
+303
2026-04-11
add open_file_description tests with real image
Lukas Oesch
1
-0
/
+54
2026-04-11
add vfs tests with real ext2 images
Lukas Oesch
1
-0
/
+166
2026-04-11
add test for devfs edge case
Lukas Oesch
1
-0
/
+9
2026-04-11
add devfs filesystem tests, and storage_boot_module_fixture to mock real boot...
Lukas Oesch
1
-0
/
+63
2026-04-11
add deinit functions for singletons in tests
Lukas Oesch
3
-62
/
+33
2026-04-11
add rootfs filesystem tests
Lukas Oesch
1
-0
/
+45
2026-04-11
add devfs and rootfs inode tests
Lukas Oesch
2
-0
/
+137
[next]