aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/mount_table.cpp
AgeCommit message (Expand)AuthorFilesLines
4 daysMount can only be unmounted if no references are present, increment reference...Lukas Oesch1-1/+4
4 daysrefactor find_mount_iterator to avoid code duplicationLukas Oesch1-8/+9
4 daysRename mount_table method from find_exact_mount to find_mountMarcel Braun1-2/+2
4 daysRemove unneeded functionality part 2Marcel Braun1-4/+0
4 daysadd todoLukas Oesch1-0/+1
8 daysadd todosLukas Oesch1-0/+1
9 daysrefactoring, simplify codeLukas Oesch1-41/+10
9 daysAdd is_mount_root flag to dentry and use in find_mount_root_dentryMarcel Braun1-3/+6
9 daysRemove find_longest_prefix_mountMarcel Braun1-24/+0
9 daysremove mount_path from mount struct (retrieve path from m_mount_dentry)Lukas Oesch1-2/+5
2026-05-05refactoring mount_table lookupLukas Oesch1-0/+8
2026-05-05relative path supportLukas Oesch1-2/+2
2026-04-23chore: banish relative includesFelix Morgner1-3/+3
2026-04-11implement unmount, improve error codesLukas Oesch1-1/+68
2026-04-11add descriptions, some refactoringLukas Oesch1-1/+1
2026-03-30Move everything in kernel into kernel namespacemarcel.braun1-2/+2
2026-03-28fix vfs mount with /dev & /a and rootfs & devfsLukas Oesch1-10/+19
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-10/+4
2026-03-26refactoring, add root_mount into the root_tableLukas Oesch1-0/+7
2026-03-26implement == and <=> operator in shared_ptrLukas Oesch1-2/+1
2026-03-26small refactoringLukas Oesch1-3/+3
2026-03-26Add mount_tablemarcel.braun1-0/+29