aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/vfs.cpp
AgeCommit message (Expand)AuthorFilesLines
6 daysadd deinit functions for singletons in testsLukas Oesch1-7/+17
6 daysimplement unmount, improve error codesLukas Oesch1-15/+30
6 daysadd descriptions, some refactoringLukas Oesch1-10/+9
6 daysrefactoringLukas Oesch1-0/+1
6 daysfix build, refactoringLukas Oesch1-1/+1
6 daysautomatically detect the mounted file system type by trial-and-errorLukas Oesch1-4/+1
2026-03-30Rename ram_disk and storage filesmarcel.braun1-2/+2
2026-03-30Rename rootfs filesystem filesmarcel.braun1-2/+2
2026-03-30Rename devfs filesystem filesmarcel.braun1-2/+2
2026-03-30Rename ext2 filesystem filesmarcel.braun1-2/+2
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-2/+2
2026-03-28set flag (currently not needed)Lukas Oesch1-0/+1
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch1-71/+51
2026-03-26fix resolve_path -> first traverse rootfs before jumping into the mounted roo...Lukas Oesch1-10/+2
2026-03-26first draft of an devfs implementationLukas Oesch1-36/+14
2026-03-26currently do not support stacked mountsLukas Oesch1-1/+3
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-14/+29
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch1-22/+31
2026-03-26small refactoringLukas Oesch1-26/+10
2026-03-26Refactor mounting of new filesystems and path resolving in vfsmarcel.braun1-23/+30
2026-03-26Implement resolve_pathmarcel.braun1-5/+41
2026-03-26Refactor move init logic into member functionmarcel.braun1-4/+11
2026-03-26Add dentry structuremarcel.braun1-10/+11
2026-03-26Rename custody to dentry and add childrenmarcel.braun1-8/+8
2026-03-26implement device names with kstd::stringLukas Oesch1-1/+1
2026-03-26refactoring, node cannot be nullLukas Oesch1-6/+1
2026-03-26simplify architecture againLukas Oesch1-4/+2
2026-03-26use enable_shared_from_this instead of self invocation methodLukas Oesch1-1/+1
2026-03-26refactor file and inode architecture againLukas Oesch1-2/+3
2026-03-26fix buildLukas Oesch1-1/+1
2026-03-26use kstd::shared_ptr instead of std::optional for open_file_descriptionsLukas Oesch1-4/+4
2026-03-26implement first draft of a do_mount functionLukas Oesch1-4/+45
2026-03-26small refactoringLukas Oesch1-4/+3
2026-03-26first try to simplify the architecture (remove redundant inode_file and open(...Lukas Oesch1-10/+4
2026-03-26remove inode metadataLukas Oesch1-2/+4
2026-03-18fix clang-tidy warningsLukas Oesch1-1/+0
2026-03-17Fix include ordermarcel.braun1-1/+1
2026-03-17Clean up project folder structuremarcel.braun1-0/+123