ladybird/Kernel/FileSystem
Andreas Kling ad3ae7e0e8 Kernel: Fix handful of remaining "return -EFOO" mistakes
Now that all KResult and KResultOr are used consistently throughout the
kernel, it's no longer necessary to return negative error codes.
However, we were still doing that in some places, so let's fix all those
(bugs) by removing the minuses. :^)
2021-08-06 00:37:47 +02:00
..
AnonymousFile.cpp
AnonymousFile.h Kernel: Make purgeable memory a VMObject level concept (again) 2021-07-25 17:28:05 +02:00
BlockBasedFileSystem.cpp Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems 2021-08-03 18:54:23 +02:00
BlockBasedFileSystem.h Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems 2021-08-03 18:54:23 +02:00
Custody.cpp Kernel: Switch Custody to east-const style 2021-07-11 00:51:38 +02:00
Custody.h Kernel: Switch Custody to east-const style 2021-07-11 00:51:38 +02:00
DevFS.cpp Kernel/DevFS: Remove redundant DevFS& member from DevFSInode 2021-07-18 02:21:34 +02:00
DevFS.h Kernel/DevFS: Remove redundant DevFS& member from DevFSInode 2021-07-18 02:21:34 +02:00
DevPtsFS.cpp Kernel: Make FileSystem::root_inode() return a plain Inode& 2021-07-18 01:53:04 +02:00
DevPtsFS.h Kernel: Make FileSystem::root_inode() return a plain Inode& 2021-07-18 01:53:04 +02:00
ext2_fs.h
ext2_types.h
Ext2FileSystem.cpp Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems 2021-08-03 18:54:23 +02:00
Ext2FileSystem.h Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block() 2021-08-03 18:54:23 +02:00
FIFO.cpp Kernel: Handle OOM from DoubleBuffer creation in FIFO creation 2021-08-03 18:54:23 +02:00
FIFO.h Kernel: Handle OOM from DoubleBuffer creation in FIFO creation 2021-08-03 18:54:23 +02:00
File.cpp Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
File.h Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
FileBackedFileSystem.cpp Kernel: Rename FileBackedFS => FileBackedFileSystem 2021-07-11 00:33:27 +02:00
FileBackedFileSystem.h Kernel: Rename FileBackedFS => FileBackedFileSystem 2021-07-11 00:33:27 +02:00
FileDescription.cpp Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
FileDescription.h Kernel+LibC: Implement fcntl(2) advisory locks 2021-07-20 17:44:30 +04:30
FileSystem.cpp Kernel: Remove unnecessary includes in FileSystem.{cpp,h} 2021-07-11 01:01:54 +02:00
FileSystem.h Kernel: Make FileSystem::root_inode() return a plain Inode& 2021-07-18 01:53:04 +02:00
Inode.cpp Kernel: Handle OOM from DoubleBuffer creation in FIFO creation 2021-08-03 18:54:23 +02:00
Inode.h Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" 2021-07-21 21:24:26 +02:00
InodeFile.cpp Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
InodeFile.h Kernel: Modify the IOCTL API to return KResult 2021-07-27 01:23:37 +04:30
InodeIdentifier.h Kernel: Rename FS => FileSystem 2021-07-11 00:20:38 +02:00
InodeMetadata.h
InodeWatcher.cpp Kernel: Rename Locker => MutexLocker 2021-07-18 01:53:04 +02:00
InodeWatcher.h Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" 2021-07-21 21:24:26 +02:00
Mount.cpp Kernel: Make VirtualFileSystem::Mount a top-level class 2021-07-11 00:51:06 +02:00
Mount.h Kernel/Ext2FS: Cache the root inode in a member variable 2021-07-18 01:53:04 +02:00
Plan9FileSystem.cpp Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
Plan9FileSystem.h Kernel: Make Thread::state_string() return StringView 2021-08-06 00:37:47 +02:00
ProcFS.cpp Kernel/ProcFS: Add S_IFREG bit to regular files in /proc 2021-07-28 18:55:38 +02:00
ProcFS.h Kernel/ProcFS: Remove redundant ProcFS& member from ProcFSInode 2021-07-18 02:24:26 +02:00
SysFS.cpp Kernel/SysFS: Remove redundant SysFS& member from SysFSInode 2021-07-18 02:23:22 +02:00
SysFS.h Kernel/SysFS: Remove redundant SysFS& member from SysFSInode 2021-07-18 02:23:22 +02:00
SysFSComponent.cpp Kernel: Rename Locker => MutexLocker 2021-07-18 01:53:04 +02:00
SysFSComponent.h Kernel: Fix handful of remaining "return -EFOO" mistakes 2021-08-06 00:37:47 +02:00
TmpFS.cpp Kernel/TmpFS: Remove some unnecessary includes 2021-07-18 14:29:27 +02:00
TmpFS.h Kernel/TmpFS: Remove some unnecessary includes 2021-07-18 14:29:27 +02:00
VirtualFileSystem.cpp VirtualFileSystem: Don't let rename() overwrite non-empty directory 2021-08-02 01:04:34 +02:00
VirtualFileSystem.h Kernel: Rename Lock to Mutex 2021-07-17 21:10:32 +02:00