index
:
pub/teachos/kernel.git
develop
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
2026-07-15
kernel/cpu: introduce core index number
Felix Morgner
1
-1
/
+8
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
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: use spans for byte ranges
Felix Morgner
2
-30
/
+37
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 an...
Lukas Oesch
13
-8
/
+184
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
2026-07-14
Add ext2 inode write tests
Marcel Braun
1
-0
/
+79
2026-07-14
Implement ext2 inode write
Marcel Braun
2
-18
/
+38
2026-07-14
kernel/vfs: expand error_code integration
Felix Morgner
24
-64
/
+145
2026-07-14
kstd: extract result helper alias
Felix Morgner
12
-96
/
+92
2026-07-14
kernel/vfs: extract type aliases
Felix Morgner
2
-17
/
+16
2026-07-14
kernel/vfs: rename do_mount to mount
Felix Morgner
4
-40
/
+41
2026-07-13
kernel/ext2: forward block number error
Felix Morgner
1
-1
/
+1
2026-07-13
kernel/fs: separate out checks
Felix Morgner
3
-2
/
+20
2026-07-13
kernel/vfs: add early check
Felix Morgner
1
-0
/
+5
[prev]
[next]