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
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
4 days
Refactor data types in ext2
Marcel Braun
2
-9
/
+9
4 days
refactoring
Lukas Oesch
13
-45
/
+51
4 days
add mount tests
Lukas Oesch
1
-0
/
+7
4 days
rootfs inode is a directory inode
Lukas Oesch
1
-0
/
+6
4 days
uniform interface for open and close
Lukas Oesch
1
-3
/
+3
4 days
refactoring rootfs, no separate child management needed
Lukas Oesch
2
-30
/
+2
4 days
Mount can only be unmounted if no references are present, increment ↵
Lukas Oesch
4
-3
/
+35
references on open file and decrement on close file
4 days
refactor find_mount_iterator to avoid code duplication
Lukas Oesch
1
-0
/
+2
4 days
renaming
Lukas Oesch
1
-2
/
+3
4 days
Rename mount_table method from find_exact_mount to find_mount
Marcel Braun
1
-1
/
+1
4 days
Remove unneeded functionality
Marcel Braun
1
-8
/
+1
4 days
Refactor do_mount_internal to use target_mount as parameter
Marcel Braun
1
-2
/
+2
4 days
Rename mount_point_dentry to target_dentry
Marcel Braun
1
-1
/
+1
4 days
Document design rationale for resolve_path return type
Marcel Braun
1
-0
/
+10
4 days
Refactor resolve_path
Marcel Braun
1
-0
/
+6
4 days
Track dentry instead of inode in open_file_descriptor
Marcel Braun
1
-6
/
+6
4 days
Unify header inclusion syntax
Marcel Braun
1
-1
/
+1
4 days
small refactoring
Lukas Oesch
1
-1
/
+1
8 days
refactoring
Lukas Oesch
1
-0
/
+4
8 days
add todos
Lukas Oesch
1
-0
/
+3
8 days
refactor ext2 map_inode_block_index_to_global_block_number
Lukas Oesch
1
-1
/
+13
8 days
Add tests for ext2 inode get_size()
Marcel Braun
1
-0
/
+4
8 days
Determine ext2 inode size depending on revision level, add const to several ↵
Marcel Braun
2
-9
/
+25
methods
8 days
if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ↵
Lukas Oesch
1
-0
/
+3
existing directory
9 days
Add is_mount_root flag to dentry and use in find_mount_root_dentry
Marcel Braun
1
-3
/
+4
9 days
Remove find_longest_prefix_mount
Marcel Braun
1
-7
/
+0
9 days
Rename root_dentry() to get_root_dentry()
Marcel Braun
1
-1
/
+1
9 days
Add method that returns the next ancestor with mount flag set
Marcel Braun
1
-0
/
+6
9 days
remove mount_path from mount struct (retrieve path from m_mount_dentry)
Lukas Oesch
1
-6
/
+2
9 days
Rename get_full_path to get_absolute_path
Marcel Braun
1
-1
/
+1
9 days
Refactor dentry
Marcel Braun
1
-1
/
+1
2026-05-05
refactoring mount_table lookup
Lukas Oesch
1
-2
/
+8
2026-05-05
refactoring do_mount_internal (retrieve path from dentry), handle .. ↵
Lukas Oesch
1
-2
/
+2
correctly in relative path
2026-05-05
Add check for valid path length
Marcel Braun
1
-9
/
+23
2026-05-05
Add constants
Marcel Braun
1
-0
/
+13
2026-05-05
fix problem with string_view lifetime
Lukas Oesch
1
-2
/
+3
2026-05-05
Implement symlink read in inode, fix max amount of bytes to read
Marcel Braun
1
-1
/
+1
2026-05-05
Add helper functions for path validation and splitting
Marcel Braun
1
-0
/
+56
2026-05-05
refactoring
Lukas Oesch
1
-0
/
+6
2026-05-05
relative path support
Lukas Oesch
1
-1
/
+1
2026-05-05
resolve todos
Lukas Oesch
4
-7
/
+14
2026-05-05
add is_symbolic_link method in ext2 inode
Lukas Oesch
3
-0
/
+12
2026-05-05
refactor inode kind
Lukas Oesch
7
-38
/
+41
2026-04-26
fix bht build
Lukas Oesch
1
-0
/
+0
2026-04-26
rename file_descriptor_table to open_file_table
Lukas Oesch
2
-20
/
+19
2026-04-26
rename open_file_description to open_file_descriptor
Lukas Oesch
2
-19
/
+19
2026-04-25
remove unused include
Lukas Oesch
1
-1
/
+0
2026-04-23
chore: banish relative includes
Felix Morgner
37
-57
/
+57
2026-04-23
chore: organize includes
Felix Morgner
10
-17
/
+19
2026-04-19
vfs open returns the dentry not the open file description
Lukas Oesch
1
-3
/
+3
[next]