aboutsummaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Expand)AuthorFilesLines
2026-03-29remove redundant ext2_file classLukas Oesch1-20/+0
2026-03-28improve testLukas Oesch1-0/+4
2026-03-28set flag (currently not needed)Lukas Oesch1-0/+1
2026-03-28improve open and mount testsLukas Oesch1-5/+21
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch5-85/+82
2026-03-26fix resolve_path -> first traverse rootfs before jumping into the mounted roo...Lukas Oesch1-10/+2
2026-03-26mock filesystem correctly for tests with /devLukas Oesch1-2/+7
2026-03-26mount /dev in the rootfsLukas Oesch2-2/+24
2026-03-26first draft of an devfs implementationLukas Oesch4-36/+98
2026-03-26currently do not support stacked mountsLukas Oesch1-1/+3
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch7-39/+100
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch3-23/+38
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch1-2/+1
2026-03-26small refactoringLukas Oesch2-29/+13
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun1-23/+30
2026-03-26Add root_dentry to filesystemmarcel.braun1-0/+11
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun1-4/+5
2026-03-26Add mount_tablemarcel.braun1-0/+29
2026-03-26Add test for resolve_pathmarcel.braun2-1/+18
2026-03-26Implement resolve_pathmarcel.braun2-7/+57
2026-03-26Refactor move init logic into member functionmarcel.braun1-4/+11
2026-03-26Small refactoring use shared pointermarcel.braun1-1/+2
2026-03-26Refactor filesystemmarcel.braun2-6/+13
2026-03-26Add dentry structuremarcel.braun2-10/+28
2026-03-26Rename custody to dentry and add childrenmarcel.braun3-38/+38
2026-03-26add tests, use better println for vectorsLukas Oesch1-24/+33
2026-03-26implement device names with kstd::stringLukas Oesch5-19/+23
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch8-208/+118
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch3-17/+5
2026-03-26refactor file and inode architecture againLukas Oesch7-27/+78
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch3-14/+22
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+45
2026-03-26prepare test code for a further test functionLukas Oesch1-1/+12
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch2-3/+36
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch6-80/+43
2026-03-26remove inode metadataLukas Oesch5-92/+56
2026-03-26prepare files for new inode structureLukas Oesch2-0/+12
2026-03-19kernel/memory: fix sized operator deleteFelix Morgner1-2/+2
2026-03-18kstd: introduce strong type for memory amountsFelix Morgner3-20/+26
2026-03-18fix clang-tidy warningsLukas Oesch3-3/+3
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun17-5/+922
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch1-9/+10
2026-03-17move test code into separate functionLukas Oesch1-2/+75
2026-03-17Create basic VFS structuremarcel.braun1-0/+4
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch1-0/+4
2026-03-17rename files to snake_case (temp_device part1 -> renamed to device later, due...Lukas Oesch1-1/+1