aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Expand)AuthorFilesLines
4 daysMount can only be unmounted if no references are present, increment reference...Lukas Oesch5-15/+60
4 daysrefactor find_mount_iterator to avoid code duplicationLukas Oesch1-8/+9
4 daysrenamingLukas Oesch1-14/+14
4 daysRename mount_table method from find_exact_mount to find_mountMarcel Braun3-10/+10
4 daysRemove unneeded functionality part 2Marcel Braun1-4/+0
4 daysRemove unneeded functionalityMarcel Braun1-10/+0
4 daysRefactor do_mount_internal to use target_mount as parameterMarcel Braun1-16/+14
4 daysRename mount_point_dentry to target_dentryMarcel Braun1-9/+9
4 daysRefactor resolve_pathMarcel Braun1-5/+16
4 daysTrack dentry instead of inode in open_file_descriptorMarcel Braun4-18/+27
4 daysUnify header inclusion syntaxMarcel Braun1-1/+1
4 daysadd todoLukas Oesch1-0/+1
4 dayssmall refactoringLukas Oesch1-0/+1
7 daysadd tests for mount and unmount boot root filesystemLukas Oesch1-0/+63
7 daysincrease buffer size to really test the singly indirect block pointerLukas Oesch1-1/+1
7 daysrefactoringLukas Oesch1-18/+24
7 daysadd inode sparse files testsLukas Oesch1-8/+93
7 daysadd todosLukas Oesch1-0/+1
7 daysimplement sparse files, fix bug with reading more than inode sizeLukas Oesch1-8/+14
7 daysrefactor ext2 map_inode_block_index_to_global_block_numberLukas Oesch3-27/+63
8 daysAdd tests for ext2 inode get_size()Marcel Braun1-2/+88
8 daysDetermine ext2 inode size depending on revision level, add const to several m...Marcel Braun2-11/+29
8 daysif the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ...Lukas Oesch2-13/+44
8 daysrefactoring, simplify codeLukas Oesch1-41/+10
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 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-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 .. correctl...Lukas Oesch1-14/+15
2026-05-05Disable recursion-warningMarcel Braun1-2/+2
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 Braun1-0/+20