aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem
AgeCommit message (Collapse)AuthorFilesLines
2026-05-25add vfs testsLukas Oesch1-0/+31
2026-05-25Increase reference count of source_mount when one of its files is mounted ↵Marcel Braun6-35/+56
somewhere
2026-05-25Refactor ssize_tMarcel Braun2-5/+5
2026-05-16Refactor data types in ext2Marcel Braun2-11/+11
2026-05-16refactoringLukas Oesch18-169/+144
2026-05-16add vfs testsLukas Oesch2-4/+33
2026-05-16add mount testsLukas Oesch2-0/+48
2026-05-16fix tests, all files must be closed before unmountingLukas Oesch1-0/+24
2026-05-16rootfs inode is a directory inodeLukas Oesch1-0/+5
2026-05-16avoid nullptr accessLukas Oesch1-0/+4
2026-05-16uniform interface for open and closeLukas Oesch1-2/+2
2026-05-16refactoring rootfs, no separate child management neededLukas Oesch5-89/+3
2026-05-16Mount can only be unmounted if no references are present, increment ↵Lukas Oesch5-15/+60
references on open file and decrement on close file
2026-05-16refactor find_mount_iterator to avoid code duplicationLukas Oesch1-8/+9
2026-05-16renamingLukas Oesch1-14/+14
2026-05-16Rename mount_table method from find_exact_mount to find_mountMarcel Braun3-10/+10
2026-05-16Remove unneeded functionality part 2Marcel Braun1-4/+0
2026-05-16Remove unneeded functionalityMarcel Braun1-10/+0
2026-05-16Refactor do_mount_internal to use target_mount as parameterMarcel Braun1-16/+14
2026-05-16Rename mount_point_dentry to target_dentryMarcel Braun1-9/+9
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