aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun2-24/+32
2026-03-26Add root_dentry to filesystemmarcel.braun2-0/+16
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun2-9/+9
2026-03-26Fix dentry header guardsmarcel.braun1-2/+2
2026-03-26Add mount_tablemarcel.braun3-0/+53
2026-03-26Add test for resolve_pathmarcel.braun2-1/+18
2026-03-26Implement resolve_pathmarcel.braun5-10/+64
2026-03-26Refactor move init logic into member functionmarcel.braun2-4/+13
2026-03-26Small refactoring use shared pointermarcel.braun3-3/+4
2026-03-26Refactor filesystemmarcel.braun4-8/+17
2026-03-26Add dentry structuremarcel.braun4-11/+43
2026-03-26Rename custody to dentry and add childrenmarcel.braun7-65/+67
2026-03-26Remove unneeded enable_shared_from_this in inodemarcel.braun1-3/+1
2026-03-26add tests, use better println for vectorsLukas Oesch1-24/+33
2026-03-26implement device names with kstd::stringLukas Oesch7-25/+31
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch16-305/+138
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch6-24/+11
2026-03-26refactor file and inode architecture againLukas Oesch16-68/+112
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch5-21/+27
2026-03-26implement first draft of a do_mount functionLukas Oesch2-8/+51
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 Oesch7-7/+86
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch14-123/+75
2026-03-26remove inode metadataLukas Oesch9-132/+82
2026-03-26prepare files for new inode structureLukas Oesch5-0/+42
2026-03-20kstd/format: use tagged union to reduce template bloatFelix Morgner1-6/+74
2026-03-20kstd/format: implement dynamic width supportFelix Morgner1-1/+1
2026-03-20kstd: rework formatting to be closer to stdFelix Morgner1-49/+88
2026-03-19kernel/memory: fix sized operator deleteFelix Morgner1-2/+2
2026-03-18kstd: introduce strong type for memory amountsFelix Morgner6-32/+42
2026-03-18fix clang-tidy warningsLukas Oesch4-8/+3
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun38-155/+92
2026-03-17remove commentLukas Oesch1-2/+0
2026-03-17use const & wherever applicableLukas Oesch19-28/+29
2026-03-17write commentsLukas Oesch3-3/+9
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch28-147/+154
2026-03-17fix lint issuesLukas Oesch5-17/+17
2026-03-17add todoLukas Oesch1-1/+2
2026-03-17remove commentLukas Oesch1-1/+0
2026-03-17add first draft of inode metadataLukas Oesch8-7/+92
2026-03-17implement first inode draft, fix make_device_node, implement first draft of r...Lukas Oesch7-17/+156
2026-03-17improve constnessLukas Oesch6-8/+6
2026-03-17implement first draft of custodyLukas Oesch3-2/+53
2026-03-17implement first draft of make_device_nodeLukas Oesch2-1/+32
2026-03-17small refactoringLukas Oesch1-3/+4
2026-03-17improve constness, expose controllers and devicesLukas Oesch4-5/+24