1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:28:12 +00:00
serenity/Kernel/FileSystem
kleines Filmröllchen b0a2572577 Kernel: Don't require AnonymousFiles to be mmap'd completely
AnonymousFile always allocates in multiples of a page size when created
with anon_create. This is especially an issue if we use AnonymousFile
shared memory to store a shared data structure that isn't exactly a
multiple of a page in size. Therefore, we can just allow mmaps of
AnonymousFile to map only an initial part of the shared memory.

This makes SharedSingleProducerCircularQueue work when it's introduced
later.
2022-04-21 13:55:00 +02:00
..
AnonymousFile.cpp Kernel: Don't require AnonymousFiles to be mmap'd completely 2022-04-21 13:55:00 +02:00
AnonymousFile.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BlockBasedFileSystem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
BlockBasedFileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Custody.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
Custody.h Kernel: Remove the Custody::absolute_path() API 2022-01-12 16:09:09 +02:00
DeviceFileTypes.h
DevPtsFS.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevPtsFS.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTmpFS.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTmpFS.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ext2_fs.h
ext2_types.h
Ext2FileSystem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Ext2FileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FIFO.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FIFO.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
File.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
File.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileBackedFileSystem.cpp Kernel: Use default constructors/destructors 2022-03-17 00:51:36 -07:00
FileBackedFileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
FileSystem.cpp
FileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Inode.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Inode.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeFile.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeFile.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeIdentifier.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeMetadata.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeWatcher.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
InodeWatcher.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ISO9660FileSystem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ISO9660FileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Mount.cpp
Mount.h
OpenFileDescription.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
OpenFileDescription.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Plan9FileSystem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Plan9FileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProcFS.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ProcFS.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
SysFS.cpp Kernel: Allow SysFS components to have non-zero size 2022-04-01 11:27:19 +02:00
SysFS.h
SysFSComponent.cpp
SysFSComponent.h Kernel: Allow SysFS components to have non-zero size 2022-04-01 11:27:19 +02:00
TmpFS.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TmpFS.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
UnveilNode.h AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode 2022-02-16 22:21:37 +01:00
VirtualFileSystem.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
VirtualFileSystem.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00