Andreas Kling a5e71debef Kernel: Use TRY() in VirtualFileSystem %!s(int64=3) %!d(string=hai) anos
..
AnonymousFile.cpp 208147c77c Kernel: Rename Process::space() => Process::address_space() %!s(int64=4) %!d(string=hai) anos
AnonymousFile.h cd5faf4e42 Kernel: Rename Range => VirtualRange %!s(int64=4) %!d(string=hai) anos
BlockBasedFileSystem.cpp d30d776ca4 Kernel: Make FileSystem::initialize() return KResult %!s(int64=4) %!d(string=hai) anos
BlockBasedFileSystem.h c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> %!s(int64=4) %!d(string=hai) anos
Custody.cpp c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> %!s(int64=4) %!d(string=hai) anos
Custody.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
DevFS.cpp f2ba44cbdf Kernel/DevFS: Remove unnecessary include %!s(int64=3) %!d(string=hai) anos
DevFS.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
DevPtsFS.cpp ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
DevPtsFS.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
Ext2FileSystem.cpp 9d736772bd Kernel/Ext2FS: Remove a String allocation in debug logging %!s(int64=3) %!d(string=hai) anos
Ext2FileSystem.h 4cbe348a0f Kernel/Ext2FS: Avoid temporary String allocation during inode creation %!s(int64=3) %!d(string=hai) anos
FIFO.cpp ed77b6f8cb Kernel: Remove an obviously redundant check in FIFO::read() %!s(int64=3) %!d(string=hai) anos
FIFO.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
File.cpp 59335bd8ea Kernel: Rename FileDescription::create() => try_create() %!s(int64=3) %!d(string=hai) anos
File.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
FileBackedFileSystem.cpp 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem %!s(int64=4) %!d(string=hai) anos
FileBackedFileSystem.h 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem %!s(int64=4) %!d(string=hai) anos
FileDescription.cpp ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
FileDescription.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
FileSystem.cpp c94c15d45c Everywhere: Replace AK::Singleton => Singleton %!s(int64=4) %!d(string=hai) anos
FileSystem.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
ISO9660FileSystem.cpp 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
ISO9660FileSystem.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
Inode.cpp 55adace359 Kernel: Rename SpinLock => Spinlock %!s(int64=4) %!d(string=hai) anos
Inode.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
InodeFile.cpp ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
InodeFile.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
InodeIdentifier.h d53d9d3677 Kernel: Rename FS => FileSystem %!s(int64=4) %!d(string=hai) anos
InodeMetadata.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
InodeWatcher.cpp 68a6d4c30a Kernel: Tidy up InodeWatcher construction %!s(int64=3) %!d(string=hai) anos
InodeWatcher.h 68a6d4c30a Kernel: Tidy up InodeWatcher construction %!s(int64=3) %!d(string=hai) anos
Mount.cpp 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class %!s(int64=4) %!d(string=hai) anos
Mount.h 58c6d30f6a Kernel/Ext2FS: Cache the root inode in a member variable %!s(int64=4) %!d(string=hai) anos
Plan9FileSystem.cpp 211c1c087d Kernel/Plan9FS: Use KString instead of String in one place %!s(int64=3) %!d(string=hai) anos
Plan9FileSystem.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
ProcFS.cpp d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr %!s(int64=3) %!d(string=hai) anos
ProcFS.h ae197deb6b Kernel: Strongly typed user & group ID's %!s(int64=3) %!d(string=hai) anos
SysFS.cpp e490c17bde Kernel/SysFS: Ensure data stability when reading from Inodes %!s(int64=3) %!d(string=hai) anos
SysFS.h e490c17bde Kernel/SysFS: Ensure data stability when reading from Inodes %!s(int64=3) %!d(string=hai) anos
SysFSComponent.cpp d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr %!s(int64=3) %!d(string=hai) anos
SysFSComponent.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
TmpFS.cpp 0678ac265c Kernel: Pass InodeMetadata by reference in TmpFSInode::create %!s(int64=3) %!d(string=hai) anos
TmpFS.h 0678ac265c Kernel: Pass InodeMetadata by reference in TmpFSInode::create %!s(int64=3) %!d(string=hai) anos
UnveilNode.h 44da58c0b2 Kernel: Move UnveilNode.h into Kernel/FileSystem/ %!s(int64=4) %!d(string=hai) anos
VirtualFileSystem.cpp a5e71debef Kernel: Use TRY() in VirtualFileSystem %!s(int64=3) %!d(string=hai) anos
VirtualFileSystem.h 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access %!s(int64=3) %!d(string=hai) anos
ext2_fs.h 7ae7170d61 Everywhere: "file name" => "filename" %!s(int64=4) %!d(string=hai) anos
ext2_types.h 1682f0b760 Everything: Move to SPDX license identifiers in all files. %!s(int64=4) %!d(string=hai) anos