serenity/Kernel/FileSystem
Liav A. 91c87c5b77 Kernel+Userland: Prepare for considering VFSRootContext when mounting
Expose some initial interfaces in the mount-related syscalls to select
the desired VFSRootContext, by specifying the VFSRootContext index
number.

For now there's still no way to create a different VFSRootContext, so
the only valid IDs are -1 (for currently attached VFSRootContext) or 1
for the first userspace VFSRootContext.
2024-07-21 11:44:23 +02:00
..
DevLoopFS Kernel: Register block and character devices in separate HashMaps 2024-07-06 21:42:32 +02:00
DevPtsFS Kernel: Register block and character devices in separate HashMaps 2024-07-06 21:42:32 +02:00
Ext2FS Kernel/Ext2FS: Support writing holes 2024-06-29 19:16:08 +02:00
FATFS Kernel/FATFS: Only read the requested blocks in read_bytes_locked() 2024-04-21 15:34:33 +02:00
FUSE Kernel/FUSE: Allow buffering multiple requests 2024-06-01 14:47:58 -06:00
ISO9660FS
Plan9FS Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ProcFS
RAMFS
SysFS Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
AnonymousFile.cpp
AnonymousFile.h
BlockBasedFileSystem.cpp
BlockBasedFileSystem.h
Custody.cpp
Custody.h
CustodyBase.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
CustodyBase.h Kernel: Ignore dirfd if absolute path is given in VFS-related syscalls 2024-06-01 19:25:15 +02:00
FIFO.cpp
FIFO.h
File.cpp
File.h
FileBackedFileSystem.cpp
FileBackedFileSystem.h
FileSystem.cpp
FileSystem.h Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
Initializer.h
Inode.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
Inode.h Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
InodeFile.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
InodeFile.h
InodeIdentifier.h
InodeMetadata.cpp
InodeMetadata.h
InodeWatcher.cpp
InodeWatcher.h
Mount.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
Mount.h Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
MountFile.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
MountFile.h
OpenFileDescription.cpp Kernel/FileSystem: Clean up duplicated if statements 2024-07-15 20:26:45 -04:00
OpenFileDescription.h
RAMBackedFileType.h
UnveilNode.h
VFSRootContext.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
VFSRootContext.h Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
VirtualFileSystem.cpp Kernel/FileSystem: Introduce the VFSRootContext class 2024-07-21 11:44:23 +02:00
VirtualFileSystem.h Kernel+Userland: Prepare for considering VFSRootContext when mounting 2024-07-21 11:44:23 +02:00