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.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
4 days
avoid nullptr access
Lukas Oesch
1
-0
/
+4
4 days
uniform interface for open and close
Lukas Oesch
1
-2
/
+2
4 days
refactoring rootfs, no separate child management needed
Lukas Oesch
1
-9
/
+1
4 days
Mount can only be unmounted if no references are present, increment ↵
Lukas Oesch
1
-1
/
+16
references on open file and decrement on close file
4 days
renaming
Lukas Oesch
1
-14
/
+14
4 days
Rename mount_table method from find_exact_mount to find_mount
Marcel Braun
1
-3
/
+3
4 days
Refactor do_mount_internal to use target_mount as parameter
Marcel Braun
1
-16
/
+14
4 days
Rename mount_point_dentry to target_dentry
Marcel Braun
1
-9
/
+9
4 days
Refactor resolve_path
Marcel Braun
1
-5
/
+16
8 days
refactor ext2 map_inode_block_index_to_global_block_number
Lukas Oesch
1
-1
/
+1
8 days
if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ↵
Lukas Oesch
1
-13
/
+27
existing directory
9 days
Add is_mount_root flag to dentry and use in find_mount_root_dentry
Marcel Braun
1
-2
/
+2
9 days
Create first draft of get_parent_mount without find_longest_prefix_mount
Marcel Braun
1
-7
/
+7
9 days
Rename root_dentry() to get_root_dentry()
Marcel Braun
1
-4
/
+4
9 days
remove mount_path from mount struct (retrieve path from m_mount_dentry)
Lukas Oesch
1
-2
/
+5
9 days
Rename get_full_path to get_absolute_path
Marcel Braun
1
-2
/
+2
2026-05-05
add mount table find_exact_mount tests, remove todo
Lukas Oesch
1
-1
/
+0
2026-05-05
small refactoring, add todo
Lukas Oesch
1
-0
/
+1
2026-05-05
refactoring mount_table lookup
Lukas Oesch
1
-6
/
+4
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 .. ↵
Lukas Oesch
1
-14
/
+15
correctly in relative path
2026-05-05
Add check for max symlink count
Marcel Braun
1
-8
/
+15
2026-05-05
fix problem with string_view lifetime
Lukas Oesch
1
-7
/
+8
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
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
add todos
Lukas Oesch
1
-0
/
+2
2026-05-05
refactoring
Lukas Oesch
1
-30
/
+2
2026-05-05
relative path support
Lukas Oesch
1
-15
/
+100
2026-04-23
chore: banish relative includes
Felix Morgner
1
-8
/
+8
2026-04-23
chore: organize includes
Felix Morgner
1
-2
/
+2
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
1
-8
/
+2
2026-04-13
Back filesystem by inode and not device
Marcel Braun
1
-20
/
+19
2026-04-11
add deinit functions for singletons in tests
Lukas Oesch
1
-7
/
+17
2026-04-11
implement unmount, improve error codes
Lukas Oesch
1
-15
/
+30
2026-04-11
add descriptions, some refactoring
Lukas Oesch
1
-10
/
+9
2026-04-11
refactoring
Lukas Oesch
1
-0
/
+1
2026-04-11
fix build, refactoring
Lukas Oesch
1
-1
/
+1
2026-04-11
automatically detect the mounted file system type by trial-and-error
Lukas Oesch
1
-4
/
+1
2026-03-30
Rename ram_disk and storage files
marcel.braun
1
-2
/
+2
2026-03-30
Rename rootfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename devfs filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Rename ext2 filesystem files
marcel.braun
1
-2
/
+2
2026-03-30
Move everything in kernel into kernel namespace
marcel.braun
1
-2
/
+2
2026-03-28
set flag (currently not needed)
Lukas Oesch
1
-0
/
+1
2026-03-28
fix vfs mount with /dev & /a and rootfs & devfs
Lukas Oesch
1
-71
/
+51
2026-03-26
fix resolve_path -> first traverse rootfs before jumping into the mounted ↵
Lukas Oesch
1
-10
/
+2
root filesystem
2026-03-26
first draft of an devfs implementation
Lukas Oesch
1
-36
/
+14
2026-03-26
currently do not support stacked mounts
Lukas Oesch
1
-1
/
+3
[next]