aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Collapse)AuthorFilesLines
2026-05-16Refactor resolve_pathMarcel Braun1-5/+16
2026-05-16Track dentry instead of inode in open_file_descriptorMarcel Braun4-18/+27
2026-05-16Unify header inclusion syntaxMarcel Braun1-1/+1
2026-05-16add todoLukas Oesch1-0/+1
2026-05-16small refactoringLukas Oesch1-0/+1
2026-05-13add tests for mount and unmount boot root filesystemLukas Oesch1-0/+63
2026-05-13increase buffer size to really test the singly indirect block pointerLukas Oesch1-1/+1
2026-05-13refactoringLukas Oesch1-18/+24
2026-05-13add inode sparse files testsLukas Oesch1-8/+93
2026-05-13add todosLukas Oesch1-0/+1
2026-05-13implement sparse files, fix bug with reading more than inode sizeLukas Oesch1-8/+14
2026-05-13refactor ext2 map_inode_block_index_to_global_block_numberLukas Oesch3-27/+63
2026-05-12Add tests for ext2 inode get_size()Marcel Braun1-2/+88
2026-05-12Determine ext2 inode size depending on revision level, add const to several ↵Marcel Braun2-11/+29
methods
2026-05-12if the boot_root_fs contains a /dev directory, vfs mounts the devfs onto the ↵Lukas Oesch2-13/+44
existing directory
2026-05-12refactoring, simplify codeLukas Oesch1-41/+10
2026-05-11fix build after rebaseLukas Oesch1-1/+1
2026-05-11Add is_mount_root flag to dentry and use in find_mount_root_dentryMarcel Braun5-19/+22
2026-05-11Remove find_longest_prefix_mountMarcel Braun2-61/+0
2026-05-11Create first draft of get_parent_mount without find_longest_prefix_mountMarcel Braun1-7/+7
2026-05-11Rename root_dentry() to get_root_dentry()Marcel Braun3-6/+6
2026-05-11Add method that returns the next ancestor with mount flag setMarcel Braun1-0/+10
2026-05-11remove mount_path from mount struct (retrieve path from m_mount_dentry)Lukas Oesch5-35/+57
2026-05-11Remove unused includeMarcel Braun1-1/+0
2026-05-11Rename get_full_path to get_absolute_pathMarcel Braun3-6/+6
2026-05-11Add test for dentry get_full_pathMarcel Braun1-0/+24
2026-05-11Refactor dentryMarcel Braun2-34/+21
2026-05-11Refactor 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 .. ↵Lukas Oesch1-14/+15
correctly in relative path
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
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