serenity/Kernel/FileSystem
Andreas Kling cda56f8049 Kernel: Robustify and rename Inode bound socket API
Rename the bound socket accessor from socket() to bound_socket().
Also return RefPtr<LocalSocket> instead of a raw pointer, to make it
harder for callers to mess up.
2022-02-07 13:02:34 +01:00
..
AnonymousFile.cpp
AnonymousFile.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
BlockBasedFileSystem.cpp Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_block 2022-01-25 22:41:17 +02:00
BlockBasedFileSystem.h Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_block 2022-01-25 22:41:17 +02:00
Custody.cpp Kernel: Remove the Custody::absolute_path() API 2022-01-12 16:09:09 +02:00
Custody.h Kernel: Remove the Custody::absolute_path() API 2022-01-12 16:09:09 +02:00
DeviceFileTypes.h
DevPtsFS.cpp Kernel: Harden DevPtsFSInode::traverse_as_directory against OOM 2022-01-12 13:03:44 +01:00
DevPtsFS.h
DevTmpFS.cpp
DevTmpFS.h
ext2_fs.h Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
ext2_types.h
Ext2FileSystem.cpp Kernel: Use HashCompatible HashMap lookups instead of specifying a hash 2022-01-29 23:01:23 +02:00
Ext2FileSystem.h Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write 2022-01-23 14:36:01 +00:00
FIFO.cpp Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
FIFO.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
File.cpp
File.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
FileBackedFileSystem.cpp
FileBackedFileSystem.h
FileSystem.cpp
FileSystem.h
Inode.cpp Kernel: Robustify and rename Inode bound socket API 2022-02-07 13:02:34 +01:00
Inode.h Kernel: Robustify and rename Inode bound socket API 2022-02-07 13:02:34 +01:00
InodeFile.cpp
InodeFile.h Kernel: Use u64 instead of size_t for File::can_write offset 2022-01-25 22:41:17 +02:00
InodeIdentifier.h
InodeMetadata.h
InodeWatcher.cpp Revert "Kernel: Protect InodeWatcher internals with spinlock instead of mutex" 2022-02-03 18:25:55 +01:00
InodeWatcher.h Revert "Kernel: Protect InodeWatcher internals with spinlock instead of mutex" 2022-02-03 18:25:55 +01:00
ISO9660FileSystem.cpp Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write 2022-01-23 14:36:01 +00:00
ISO9660FileSystem.h Kernel: Remove empty ISO9660Inode::one_ref_left() 2022-01-11 01:12:16 +01:00
Mount.cpp Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>> 2022-01-12 16:09:09 +02:00
Mount.h Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>> 2022-01-12 16:09:09 +02:00
OpenFileDescription.cpp Kernel: Convert OpenFileDescriptor from mutex to spinlock 2022-02-03 16:11:26 +01:00
OpenFileDescription.h Kernel: Convert OpenFileDescriptor from mutex to spinlock 2022-02-03 16:11:26 +01:00
Plan9FileSystem.cpp Everywhere: Fix many spelling errors 2022-01-07 10:56:59 +01:00
Plan9FileSystem.h
ProcFS.cpp
ProcFS.h
SysFS.cpp
SysFS.h
SysFSComponent.cpp
SysFSComponent.h
TmpFS.cpp Kernel/TmpFS: Remove inode map from TmpFS 2022-01-14 12:15:36 +01:00
TmpFS.h Kernel/TmpFS: Remove inode map from TmpFS 2022-01-14 12:15:36 +01:00
UnveilNode.h
VirtualFileSystem.cpp Kernel: Protect mounted filesystem list with spinlock instead of mutex 2022-02-03 16:11:26 +01:00
VirtualFileSystem.h Kernel: Protect mounted filesystem list with spinlock instead of mutex 2022-02-03 16:11:26 +01:00