.. |
AnonymousFile.cpp
|
Kernel: Rename Process::space() => Process::address_space()
|
2021-08-06 14:05:58 +02:00 |
AnonymousFile.h
|
Kernel: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
BlockBasedFileSystem.cpp
|
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
|
2021-08-08 00:28:10 +02:00 |
BlockBasedFileSystem.h
|
Kernel: Port BlockBasedFileSystem to ProtectedValue :^)
|
2021-08-08 00:28:10 +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
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +02:00 |
DevPtsFS.h
|
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
2021-07-18 01:53:04 +02:00 |
ext2_fs.h
|
Everywhere: "file name" => "filename"
|
2021-04-29 22:16:18 +02:00 |
ext2_types.h
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
Ext2FileSystem.cpp
|
Kernel: Add convenience values to the Memory::Region::Access enum
|
2021-08-06 22:25:00 +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: Properly handle non-blocking I/O on pipes
|
2021-08-10 21:55:35 +02:00 |
FIFO.h
|
Kernel: Move Mutex into Locking/
|
2021-08-07 11:48:00 +02:00 |
File.cpp
|
Kernel: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
File.h
|
Kernel: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
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: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
FileDescription.h
|
Kernel: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
FileSystem.cpp
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +02:00 |
FileSystem.h
|
Kernel: Move Mutex into Locking/
|
2021-08-07 11:48:00 +02:00 |
Inode.cpp
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +02:00 |
Inode.h
|
Kernel: Move Mutex into Locking/
|
2021-08-07 11:48:00 +02:00 |
InodeFile.cpp
|
Kernel: Rename Process::space() => Process::address_space()
|
2021-08-06 14:05:58 +02:00 |
InodeFile.h
|
Kernel: Rename Range => VirtualRange
|
2021-08-06 14:05:58 +02:00 |
InodeIdentifier.h
|
Kernel: Rename FS => FileSystem
|
2021-07-11 00:20:38 +02:00 |
InodeMetadata.h
|
Everything: Move to SPDX license identifiers in all files.
|
2021-04-22 11:22:27 +02:00 |
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 |
ISO9660FileSystem.cpp
|
Kernel: Implement a ISO 9660 filesystem reader :^)
|
2021-08-07 15:21:58 +02:00 |
ISO9660FileSystem.h
|
Kernel: Implement a ISO 9660 filesystem reader :^)
|
2021-08-07 15:21:58 +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: Add convenience values to the Memory::Region::Access enum
|
2021-08-06 22:25:00 +02:00 |
Plan9FileSystem.h
|
Kernel: Make Thread::state_string() return StringView
|
2021-08-06 00:37:47 +02:00 |
ProcFS.cpp
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +02:00 |
ProcFS.h
|
Kernel: Move Mutex into Locking/
|
2021-08-07 11:48:00 +02:00 |
SysFS.cpp
|
Everywhere: Replace AK::Singleton => Singleton
|
2021-08-08 00:03:45 +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 |
UnveilNode.h
|
Kernel: Move UnveilNode.h into Kernel/FileSystem/
|
2021-08-06 14:11:45 +02:00 |
VirtualFileSystem.cpp
|
VirtualFileSystem: Return early in rename() when old_path==new_path
|
2021-08-10 21:56:10 +02:00 |
VirtualFileSystem.h
|
Kernel: Move UnveilNode.h into Kernel/FileSystem/
|
2021-08-06 14:11:45 +02:00 |