serenity/Kernel/FileSystem
Tom f4a5c9b6c2 Kernel: Consolidate timeout logic
Allow passing in an optional timeout to Thread::block and move
the timeout check out of Thread::Blocker. This way all Blockers
implicitly support timeouts and don't need to implement it
themselves. Do however allow them to override timeouts (e.g.
for sockets).
2020-08-03 18:23:00 +02:00
..
BlockBasedFileSystem.cpp Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
BlockBasedFileSystem.h Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
Custody.cpp Kernel: Support read-only filesystem mounts 2020-05-29 07:53:30 +02:00
Custody.h Kernel: Support read-only filesystem mounts 2020-05-29 07:53:30 +02:00
DevPtsFS.cpp Kernel: Deemphasize inode identifiers 2020-06-25 15:49:04 +02:00
DevPtsFS.h Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
ext2_fs.h Meta: Remove some copyright headers added in error 2020-01-25 10:34:32 +01:00
ext2_types.h Meta: Add a script check the presence of "#pragma once" in header files 2020-05-29 07:59:45 +02:00
Ext2FileSystem.cpp Kernel: Add SMP IPI support 2020-07-06 17:07:44 +02:00
Ext2FileSystem.h Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
FIFO.cpp Kernel: Implement FIFOs/named pipes 2020-07-19 11:46:37 +02:00
FIFO.h Kernel: Implement FIFOs/named pipes 2020-07-19 11:46:37 +02:00
File.cpp Kernel: Allow File::close() to fail 2020-06-02 21:49:47 +02:00
File.h Kernel: Allow File::close() to fail 2020-06-02 21:49:47 +02:00
FileBackedFileSystem.cpp Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
FileBackedFileSystem.h Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
FileDescription.cpp Kernel: Use symbolic constants for file modes 2020-06-17 15:02:03 +02:00
FileDescription.h Kernel: Remove a bunch of duplicate forward declarations 2020-08-02 11:01:00 +02:00
FileSystem.cpp Kernel: Make FS::block_size a size_t 2020-05-19 11:07:35 +02:00
FileSystem.h Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
Inode.cpp Kernel: Implement FIFOs/named pipes 2020-07-19 11:46:37 +02:00
Inode.h Kernel: Implement FIFOs/named pipes 2020-07-19 11:46:37 +02:00
InodeFile.cpp Kernel: Support file-backed mmap() with non-zero offset 2020-07-27 00:31:24 +02:00
InodeFile.h Kernel: Pass a FileDescription to File::chmod() and File::chown() 2020-05-29 07:53:30 +02:00
InodeIdentifier.h Kernel: Deemphasize inode identifiers 2020-06-25 15:49:04 +02:00
InodeMetadata.h Kernel: Use symbolic constants for file modes 2020-06-17 15:02:03 +02:00
InodeWatcher.cpp Kernel: Add "child added" and "child removed" InodeWatcher events 2020-07-04 13:37:51 +02:00
InodeWatcher.h Kernel: Add "child added" and "child removed" InodeWatcher events 2020-07-04 13:37:51 +02:00
Plan9FileSystem.cpp Kernel: Consolidate timeout logic 2020-08-03 18:23:00 +02:00
Plan9FileSystem.h Kernel: Fix a few Thread::block related races 2020-08-03 15:59:11 +02:00
ProcFS.cpp Kernel: Remove ProcessInspectionHandle and make Process RefCounted 2020-08-02 17:15:11 +02:00
ProcFS.h Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
TmpFS.cpp Kernel: Add "child added" and "child removed" InodeWatcher events 2020-07-04 13:37:51 +02:00
TmpFS.h Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00
VirtualFileSystem.cpp Kernel: Implement FIFOs/named pipes 2020-07-19 11:46:37 +02:00
VirtualFileSystem.h Kernel: Port mounts to reference inodes directly 2020-06-25 15:49:04 +02:00