aboutsummaryrefslogtreecommitdiff
path: root/kernel/filesystem/src
AgeCommit message (Expand)AuthorFilesLines
2026-03-17remove commentLukas Oesch1-2/+0
2026-03-17use const & wherever applicableLukas Oesch8-13/+13
2026-03-17use kstd::vector instead of std::array and replace plain-pointers with kstd::...Lukas Oesch10-60/+62
2026-03-17add first draft of inode metadataLukas Oesch3-6/+51
2026-03-17implement first inode draft, fix make_device_node, implement first draft of r...Lukas Oesch4-14/+125
2026-03-17improve constnessLukas Oesch2-2/+2
2026-03-17implement first draft of custodyLukas Oesch1-0/+28
2026-03-17implement first draft of make_device_nodeLukas Oesch1-1/+30
2026-03-17move m_devices from ram_disk_controller to storage_controller, store point to...Lukas Oesch1-3/+3
2026-03-17mount root filesystemLukas Oesch1-1/+27
2026-03-17Add basic structure for ext2_filesystem, filesystem and mountmarcel.braun3-0/+57
2026-03-17Create basic VFS structuremarcel.braun1-0/+34
2026-03-17Refactor device_filemarcel.braun1-1/+1
2026-03-17Add inode_file and inode structuremarcel.braun2-0/+53
2026-03-17renamingLukas Oesch1-2/+2
2026-03-17remove not needed cpp fileLukas Oesch1-6/+0
2026-03-17use optional instead of pointer, improve error handling (do not just panic, r...Lukas Oesch1-15/+9
2026-03-17add todosLukas Oesch2-0/+7
2026-03-17small refactoringLukas Oesch1-0/+1
2026-03-17implement read and write bytes from deviceLukas Oesch2-0/+123
2026-03-17implement first draft of a file_descriptor_table and open_file_descriptionLukas Oesch3-0/+111