Luna/kernel/src/fs
apio d7c563aebd
All checks were successful
continuous-integration/drone/push Build is passing
kernel: Add reference counting for mounts
This will make sure we cannot unmount a file system while there is another one mounted inside it.
2023-05-18 16:22:31 +02:00
..
devices kernel/VFS: Add a way to unmount file systems 2023-05-17 19:52:26 +02:00
tmpfs kernel+init: Add a VFS mount system and auto-populate the devfs 2023-05-17 19:40:37 +02:00
InitRD.cpp kernel+tools: Allow loading files with different owners + add a more dynamic install script 2023-05-06 12:11:35 +02:00
InitRD.h kernel: Move some files into subdirectories 2023-04-28 15:55:06 +02:00
Mount.cpp kernel: Add reference counting for mounts 2023-05-18 16:22:31 +02:00
Mount.h kernel: Add reference counting for mounts 2023-05-18 16:22:31 +02:00
Pipe.cpp kernel+libc: Add support for unnamed pipes 2023-05-10 22:48:31 +02:00
Pipe.h kernel+libc: Add support for unnamed pipes 2023-05-10 22:48:31 +02:00
VFS.cpp kernel: Remove a mount from the mountpoint list after unmounting it 2023-05-18 16:18:09 +02:00
VFS.h kernel: Make file system reference counting work for current directories 2023-05-17 20:37:01 +02:00