aboutsummaryrefslogtreecommitdiff
path: root/kernel/src
AgeCommit message (Collapse)AuthorFilesLines
8 daysrefactoring, simplify codeLukas Oesch1-41/+10
8 daysremove unused includeLukas Oesch1-3/+0
9 daysfix build after rebaseLukas Oesch1-1/+1
9 daysAdd is_mount_root flag to dentry and use in find_mount_root_dentryMarcel Braun5-19/+22
9 daysRemove find_longest_prefix_mountMarcel Braun2-61/+0
9 daysCreate first draft of get_parent_mount without find_longest_prefix_mountMarcel Braun1-7/+7
9 daysRename root_dentry() to get_root_dentry()Marcel Braun3-6/+6
9 daysAdd method that returns the next ancestor with mount flag setMarcel Braun1-0/+10
9 daysremove mount_path from mount struct (retrieve path from m_mount_dentry)Lukas Oesch5-35/+57
9 daysrenamingLukas Oesch2-18/+17
9 daysRemove unused includeMarcel Braun1-1/+0
9 daysRename get_full_path to get_absolute_pathMarcel Braun3-6/+6
9 daysAdd test for dentry get_full_pathMarcel Braun1-0/+24
9 daysRefactor dentryMarcel Braun2-34/+21
9 daysRefactor get_full_path remove recursionMarcel Braun1-9/+25
2026-05-05.. int the root directory remains in the rootLukas Oesch1-1/+1
2026-05-05add mount table find_exact_mount tests, remove todoLukas Oesch2-3/+19
2026-05-05small refactoring, add todoLukas Oesch1-0/+1
2026-05-05add vfs symlink testsLukas Oesch1-1/+62
2026-05-05add symlink chain to imageLukas Oesch1-1/+1
2026-05-05refactoring mount_table lookupLukas Oesch2-6/+12
2026-05-05add symbolic link testsLukas Oesch1-0/+42
2026-05-05avoid to traverse back over the rootLukas Oesch1-10/+5
2026-05-05refactoring do_mount_internal (retrieve path from dentry), handle .. ↵Lukas Oesch1-14/+15
correctly in relative path
2026-05-05Update readme for images, add symlink to readme into test_assets folderMarcel Braun1-0/+1
2026-05-05Add testing symlinks to filesystem imagesMarcel Braun3-3/+3
2026-05-05Disable recursion-warningMarcel Braun1-2/+2
2026-05-05Remove manual testsMarcel Braun1-167/+1
2026-05-05Add tests for path utilityMarcel Braun1-0/+69
2026-05-05Add check for max symlink countMarcel Braun1-8/+15
2026-05-05Fix vfs testsMarcel Braun1-4/+3
2026-05-05fix problem with string_view lifetimeLukas Oesch1-7/+8
2026-05-05Add simple symlink testsMarcel Braun2-1/+21
2026-05-05Implement symlink non-recursiveMarcel Braun1-26/+15
2026-05-05Refactor path resolution, use vector and while instead of iterator and for-loopMarcel Braun1-2/+7
2026-05-05Implement symlink read in inode, fix max amount of bytes to readMarcel Braun2-10/+19
2026-05-05Resolve TODOs concerning path validationMarcel Braun1-11/+9
2026-05-05Use iterator in path resolution, start with symlink implementationMarcel Braun1-3/+37
2026-05-05refactoring and extend testsLukas Oesch6-18/+21
2026-05-05add todosLukas Oesch1-0/+2
2026-05-05refactoringLukas Oesch2-30/+19
2026-05-05add relative path testsLukas Oesch1-0/+46
2026-05-05fix bht buildLukas Oesch2-13/+13
2026-05-05relative path supportLukas Oesch2-17/+102
2026-05-05add is_symbolic_link method in ext2 inodeLukas Oesch3-0/+34
2026-05-05refactor inode kindLukas Oesch8-70/+72
2026-04-30kernel/acpi: simplify manager constructorFelix Morgner1-11/+9
2026-04-30build: upgrade to GCC 16Felix Morgner1-6/+9
2026-04-26rename file_descriptor_table to open_file_tableLukas Oesch4-35/+35
2026-04-26rename open_file_description to open_file_descriptorLukas Oesch6-85/+83