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 (
Collapse
)
Author
Files
Lines
2026-07-16
kstd: add missing type alias
Felix Morgner
1
-0
/
+3
2026-07-16
kstd: flesh out weak_ptr
Felix Morgner
1
-94
/
+192
2026-07-15
kstd: silence some lint warnings
Felix Morgner
1
-98
/
+98
2026-07-15
kapi/devices: clean up some names
Felix Morgner
3
-11
/
+9
2026-07-15
kernel: remove unused function
Felix Morgner
2
-29
/
+0
2026-07-15
kapi: rename bus::probe to enumerate
Felix Morgner
2
-5
/
+5
2026-07-15
kernel/cpu: introduce core index number
Felix Morgner
5
-8
/
+28
2026-07-15
kernel: rework ramdisk numbering
Felix Morgner
8
-36
/
+37
2026-07-15
kernel: unify major number counter
Felix Morgner
2
-6
/
+18
2026-07-15
kstd: fix shared_ptr constructor race
Felix Morgner
1
-4
/
+11
2026-07-15
kernel: fix build issue after API change
Felix Morgner
1
-5
/
+5
2026-07-15
kernel/mem: fix wraparound bug in bitmap allocator
Felix Morgner
2
-4
/
+68
2026-07-15
kapi/fs: normalize doc comments
Felix Morgner
1
-59
/
+48
2026-07-15
kapi/fs: use spans for byte ranges
Felix Morgner
3
-34
/
+40
2026-07-15
Merge branch 'experimental/ext2-write-support' into 'develop'
Felix Morgner
30
-72
/
+1704
ext2: add basic write support See merge request teachos/kernel!55
2026-07-14
kernel/vfs: fix test compilation
Felix Morgner
1
-8
/
+8
2026-07-14
new memory address after rebase
Lukas Oesch
1
-2
/
+2
2026-07-14
add VFS tests
Lukas Oesch
1
-0
/
+47
2026-07-14
always set all access rights, update parent's inode size
Lukas Oesch
3
-22
/
+65
2026-07-14
check whether the target already exists when creating an inode
Lukas Oesch
5
-25
/
+33
2026-07-14
add tests
Lukas Oesch
5
-0
/
+133
2026-07-14
fix split_into_path_and_filename logic, add todo
Lukas Oesch
2
-2
/
+7
2026-07-14
implement mkdir and create function in kapi::filesystem that calls the vfs ↵
Lukas Oesch
14
-8
/
+202
and then the underlying filesystem
2026-07-14
add test that symbolic link creation isn't implemented yet
Lukas Oesch
1
-0
/
+8
2026-07-14
remove unneeded function
Lukas Oesch
3
-43
/
+31
2026-07-14
Add tests for inode creation
Marcel Braun
1
-0
/
+82
2026-07-14
Implement inode type handling for directory and regular in ext2
Marcel Braun
3
-15
/
+51
2026-07-14
Refactor and init directory correctly
Marcel Braun
2
-30
/
+24
2026-07-14
first draft implementing init_directory
Lukas Oesch
4
-40
/
+113
2026-07-14
finish implementation of create_inode as first draft
Lukas Oesch
4
-10
/
+74
2026-07-14
Save wip of create_inode
Marcel Braun
2
-6
/
+100
2026-07-14
Implement inode allocation in ext2
Marcel Braun
3
-3
/
+89
2026-07-14
small refactoring
Lukas Oesch
1
-2
/
+1
2026-07-14
refactoring
Lukas Oesch
2
-18
/
+26
2026-07-14
add comments
Lukas Oesch
2
-1
/
+48
2026-07-14
improve tests
Lukas Oesch
2
-2
/
+8
2026-07-14
refactoring
Lukas Oesch
2
-5
/
+6
2026-07-14
add inode write tests with real filesystem image
Lukas Oesch
1
-1
/
+26
2026-07-14
add another ext2 inode tests, it panics if not enough free blocks available
Lukas Oesch
1
-40
/
+46
2026-07-14
add inode write_global_block_number_to_inode_block_index tests
Lukas Oesch
5
-12
/
+216
2026-07-14
add inode tests
Lukas Oesch
2
-10
/
+69
2026-07-14
fix update block count
Lukas Oesch
1
-1
/
+1
2026-07-14
fix, improve and extend tests
Lukas Oesch
4
-57
/
+127
2026-07-14
fix (or comment) tests
Lukas Oesch
2
-41
/
+42
2026-07-14
update inode size correctly,
Lukas Oesch
4
-13
/
+28
2026-07-14
fix bht build
Lukas Oesch
1
-14
/
+14
2026-07-14
first draft to allocate new blocks while writing to an inode
Lukas Oesch
5
-13
/
+195
2026-07-14
fix comment, basic write is implemented yet
Lukas Oesch
1
-1
/
+0
2026-07-14
Add tests
Marcel Braun
2
-1
/
+45
2026-07-14
Add check for inode type to ext2 inode write
Marcel Braun
2
-0
/
+12
[next]