serenity/Kernel/FileSystem
Liav A. 24c1e93afb Kernel/SysFS: Expose device major number allocations to userspace
After the previous commit, we are able to create a comprehensive list of
all devices' major number allocations.

To help userspace to distinguish between character and block devices, we
expose 2 sysfs nodes so userspace can decide which list it needs to open
in order to iterate on it.
2024-07-06 21:42:32 +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 Kernel/FileSystem: Enforce locking of m_inode_lock when truncating Inode 2024-02-24 16:45:26 -07:00
Plan9FS Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
ProcFS Kernel/FileSystem: Enforce locking of m_inode_lock when truncating Inode 2024-02-24 16:45:26 -07:00
RAMFS Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
SysFS Kernel/SysFS: Expose device major number allocations to userspace 2024-07-06 21:42:32 +02:00
AnonymousFile.cpp
AnonymousFile.h
BlockBasedFileSystem.cpp
BlockBasedFileSystem.h
Custody.cpp
Custody.h
CustodyBase.cpp Kernel: Ignore dirfd if absolute path is given in VFS-related syscalls 2024-06-01 19:25:15 +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 Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
FileBackedFileSystem.cpp
FileBackedFileSystem.h
FileSystem.cpp
FileSystem.h Kernel/Devices: Introduce the LoopDevice device 2024-03-13 15:33:47 -06:00
Initializer.h
Inode.cpp Kernel: Ignore dirfd if absolute path is given in VFS-related syscalls 2024-06-01 19:25:15 +02:00
Inode.h Kernel: Ignore dirfd if absolute path is given in VFS-related syscalls 2024-06-01 19:25:15 +02:00
InodeFile.cpp Kernel: Call did_modify_contents() after truncate() 2024-02-24 15:48:36 -07:00
InodeFile.h
InodeIdentifier.h
InodeMetadata.cpp
InodeMetadata.h
InodeWatcher.cpp
InodeWatcher.h
Mount.cpp
Mount.h
MountFile.cpp Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
MountFile.h
OpenFileDescription.cpp
OpenFileDescription.h
RAMBackedFileType.h Kernel/FileSystem: Send proper filetypes when traversing RAM-backed FSes 2024-01-13 19:01:07 -07:00
UnveilNode.h
VirtualFileSystem.cpp Kernel: Register block and character devices in separate HashMaps 2024-07-06 21:42:32 +02:00
VirtualFileSystem.h Kernel: Ignore dirfd if absolute path is given in VFS-related syscalls 2024-06-01 19:25:15 +02:00