index
:
pub/teachos/kernel.git
develop
main
An educational OS kernel
fmorgner
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge branch 'ssize_t-refactoring' into 'develop-BA-FS26'
Lukas Oesch
7
-28
/
+37
2026-05-25
Refactor ssize_t
Marcel Braun
7
-28
/
+37
2026-05-19
ide: preinstall catch2
Felix Morgner
1
-0
/
+1
2026-05-19
build: clean up dependencies
Felix Morgner
6
-88
/
+10
2026-05-18
python: add black
Felix Morgner
2
-51
/
+462
2026-05-18
Merge branch 'fmorgner/develop-BA-FS26/junit-test-reporting' into 'develop-BA...
Felix Morgner
5
-3
/
+5
2026-05-18
ci: enable jUnit style test reports
Felix Morgner
5
-3
/
+5
2026-05-18
Merge branch 'fmorgner/develop-BA-FS26/code-quality' into 'develop-BA-FS26'
Felix Morgner
4
-6
/
+67
2026-05-18
ci: generate unique quality report names
Felix Morgner
1
-4
/
+4
2026-05-18
ci: improve code quality fingerprints
Felix Morgner
1
-1
/
+1
2026-05-18
ci: fix code quality file paths
Felix Morgner
1
-1
/
+8
2026-05-18
ci: add missing redirection
Felix Morgner
1
-1
/
+1
2026-05-18
bht: improve catch2 configuration
Felix Morgner
2
-4
/
+3
2026-05-18
ci: enable code quality reporting
Felix Morgner
2
-1
/
+56
2026-05-18
ide: fix box character rendering in devcontainer
Felix Morgner
2
-1
/
+12
2026-05-17
ide: simplify devcontainer setup
Felix Morgner
2
-7
/
+34
2026-05-17
chore: update ignore files
Felix Morgner
2
-10
/
+10
2026-05-16
Merge branch 'refactoring' into 'develop-BA-FS26'
Marcel Braun
35
-219
/
+202
2026-05-16
Refactor data types in ext2
Marcel Braun
4
-20
/
+20
2026-05-16
refactoring
Lukas Oesch
35
-231
/
+214
2026-05-16
Merge branch 'mount-reference-count' into 'develop-BA-FS26'
Marcel Braun
24
-222
/
+357
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-16
Merge branch 'fix-bht-debugging' into 'develop-BA-FS26'
Lukas Oesch
2
-2
/
+5
2026-05-16
ide: fix debugging
Felix Morgner
2
-4
/
+3
2026-05-16
fix bht debugging
Lukas Oesch
1
-2
/
+6
[next]