aboutsummaryrefslogtreecommitdiff
path: root/kernel/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-26Refactor move init logic into member functionmarcel.braun1-0/+2
2026-03-26Small refactoring use shared pointermarcel.braun2-2/+2
2026-03-26Refactor filesystemmarcel.braun2-2/+4
2026-03-26Add dentry structuremarcel.braun2-1/+15
2026-03-26Rename custody to dentry and add childrenmarcel.braun3-26/+28
2026-03-26Remove unneeded enable_shared_from_this in inodemarcel.braun1-3/+1
2026-03-26implement device names with kstd::stringLukas Oesch2-6/+8
2026-03-26simplify architecture againLukas Oesch7-94/+20
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch3-7/+6
2026-03-26refactor file and inode architecture againLukas Oesch8-41/+33
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch2-7/+5
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+6
2026-03-26improve architecture again -> use same architecture for devices and ext2_filesLukas Oesch4-4/+49
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch7-42/+31
2026-03-26remove inode metadataLukas Oesch4-40/+26
2026-03-26prepare files for new inode structureLukas Oesch2-0/+28
2026-03-18kstd: introduce strong type for memory amountsFelix Morgner2-9/+9
2026-03-18fix clang-tidy warningsLukas Oesch1-5/+0
2026-03-17Clean up project folder structuremarcel.braun18-0/+738
2026-03-16kernel/heap: improve large alignment handlingFelix Morgner1-1/+10
2026-03-16kernel/memory: rename free list allocatorFelix Morgner1-9/+9
2026-03-16kernel/memory: implement basic free-list heapFelix Morgner3-0/+131
2026-03-13kernel/memory: implement basic bitmap allocatorFelix Morgner1-0/+56