aboutsummaryrefslogtreecommitdiff
path: root/kernel/src/filesystem/mount.cpp
AgeCommit message (Collapse)AuthorFilesLines
4 daysMount can only be unmounted if no references are present, increment ↵Lukas Oesch1-0/+22
references on open file and decrement on close file
9 daysfix build after rebaseLukas Oesch1-1/+1
9 daysRename root_dentry() to get_root_dentry()Marcel Braun1-1/+1
9 daysremove mount_path from mount struct (retrieve path from m_mount_dentry)Lukas Oesch1-6/+8
2026-04-23chore: banish relative includesFelix Morgner1-4/+4
2026-04-23chore: organize includesFelix Morgner1-4/+4
2026-04-11implement unmount, improve error codesLukas Oesch1-1/+8
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-2/+9
2026-03-26implement a rootfs to handle / mounts correctlyLukas Oesch1-4/+11
2026-03-26Refactor mount_table entry (mount) to use dentry as key instead of pathmarcel.braun1-4/+5
2026-03-17Clean up project folder structuremarcel.braun1-0/+32