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
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
kernel/vfs: add type registry tests
Felix Morgner
5
-5
/
+93
7 days
kernel/vfs: add type descriptor for rootfs
Felix Morgner
2
-1
/
+26
7 days
kernel/vfs: extract fs type registry
Felix Morgner
9
-28
/
+132
7 days
kernel/vfs: manage filesystem registrations
Felix Morgner
2
-3
/
+9
7 days
kstd/string: simplify comparisons
Felix Morgner
4
-24
/
+20
7 days
kernel/vfs: simplify initialization
Felix Morgner
2
-6
/
+5
7 days
kernel/vfs: rename type descriptor section
Felix Morgner
3
-5
/
+5
7 days
kernel/vfs: prepare fs type registration support
Felix Morgner
4
-0
/
+93
9 days
small refactoring
Lukas Oesch
1
-2
/
+1
9 days
refactor and simplify mapping logic
Lukas Oesch
2
-69
/
+48
2026-05-25
renaming
Lukas Oesch
1
-2
/
+2
2026-05-25
fix linter warnings
Lukas Oesch
1
-2
/
+2
2026-05-25
Fix mount parameter description
Marcel Braun
1
-2
/
+2
2026-05-25
Apply 1 suggestion(s) to 1 file(s)
Lukas Oesch
1
-1
/
+1
2026-05-25
add mount table and mount tests
Lukas Oesch
2
-1
/
+29
2026-05-25
add vfs tests
Lukas Oesch
1
-0
/
+31
2026-05-25
improve demo code
Lukas Oesch
1
-12
/
+38
2026-05-25
Increase reference count of source_mount when one of its files is mounted som...
Marcel Braun
8
-42
/
+69
2026-05-25
Refactor ssize_t
Marcel Braun
5
-20
/
+17
2026-05-19
build: clean up dependencies
Felix Morgner
1
-0
/
+3
2026-05-18
ci: enable jUnit style test reports
Felix Morgner
1
-1
/
+1
2026-05-16
Refactor data types in ext2
Marcel Braun
4
-20
/
+20
2026-05-16
refactoring
Lukas Oesch
34
-225
/
+208
2026-05-16
add kapi::filesystem tests
Lukas Oesch
1
-0
/
+22
2026-05-16
add vfs tests
Lukas Oesch
2
-4
/
+33
2026-05-16
add mount tests
Lukas Oesch
3
-0
/
+55
2026-05-16
fix tests, all files must be closed before unmounting
Lukas Oesch
1
-0
/
+24
2026-05-16
rootfs inode is a directory inode
Lukas Oesch
2
-0
/
+11
2026-05-16
avoid nullptr access
Lukas Oesch
1
-0
/
+4
2026-05-16
uniform interface for open and close
Lukas Oesch
3
-6
/
+6
2026-05-16
refactoring rootfs, no separate child management needed
Lukas Oesch
7
-119
/
+5
2026-05-16
Mount can only be unmounted if no references are present, increment reference...
Lukas Oesch
10
-19
/
+104
2026-05-16
refactor find_mount_iterator to avoid code duplication
Lukas Oesch
2
-8
/
+11
2026-05-16
renaming
Lukas Oesch
2
-16
/
+17
2026-05-16
Rename mount_table method from find_exact_mount to find_mount
Marcel Braun
4
-11
/
+11
2026-05-16
Remove unneeded functionality part 2
Marcel Braun
1
-4
/
+0
2026-05-16
Remove unneeded functionality
Marcel Braun
2
-18
/
+1
2026-05-16
Refactor do_mount_internal to use target_mount as parameter
Marcel Braun
2
-18
/
+16
2026-05-16
Rename mount_point_dentry to target_dentry
Marcel Braun
2
-10
/
+10
2026-05-16
Document design rationale for resolve_path return type
Marcel Braun
1
-0
/
+10
2026-05-16
Refactor resolve_path
Marcel Braun
2
-5
/
+22
2026-05-16
Track dentry instead of inode in open_file_descriptor
Marcel Braun
6
-25
/
+34
2026-05-16
Unify header inclusion syntax
Marcel Braun
2
-2
/
+2
2026-05-16
add todo
Lukas Oesch
1
-0
/
+1
2026-05-16
small refactoring
Lukas Oesch
2
-1
/
+2
2026-05-13
add tests for mount and unmount boot root filesystem
Lukas Oesch
1
-0
/
+63
2026-05-13
increase buffer size to really test the singly indirect block pointer
Lukas Oesch
1
-1
/
+1
2026-05-13
refactoring
Lukas Oesch
2
-18
/
+28
2026-05-13
add inode sparse files tests
Lukas Oesch
1
-8
/
+93
2026-05-13
add todos
Lukas Oesch
2
-0
/
+4
[next]