Andreas Kling cfe54f86bd Kernel: Remove unused /proc/mm file 4 years ago
..
AnonymousFile.cpp 64b0d89335 Kernel: Make Process::allocate_region*() return KResultOr<Region*> 4 years ago
AnonymousFile.h fb4993f067 Kernel: Add anonymous files, created with sys$anon_create() 4 years ago
BlockBasedFileSystem.cpp 872f2a3b90 Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
BlockBasedFileSystem.h 43d9fe15f9 Revert "Kernel: Convert read_block method to get a reference instead of pointer" 4 years ago
Custody.cpp fdb71cdf8f Kernel: Support read-only filesystem mounts 5 years ago
Custody.h fdb71cdf8f Kernel: Support read-only filesystem mounts 5 years ago
DevFS.cpp 7c4ddecacb Kernel: Convert a bunch of String::format() => String::formatted() 4 years ago
DevFS.h 247517cd4a Kernel: Introduce the DevFS 4 years ago
DevPtsFS.cpp 75f61fe3d9 AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 4 years ago
DevPtsFS.h c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
Ext2FileSystem.cpp 6613cef2f8 Ext2FS: Update block group directory count after directory removal 4 years ago
Ext2FileSystem.h ae956edf6e Kernel: Improve some low-memory situations with ext2 4 years ago
FIFO.cpp e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 years ago
FIFO.h f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
File.cpp f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
File.h f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
FileBackedFileSystem.cpp 187b785a05 Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 5 years ago
FileBackedFileSystem.h 187b785a05 Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 5 years ago
FileDescription.cpp f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
FileDescription.h f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
FileSystem.cpp d89582880e Kernel: Switch singletons to use new Singleton class 5 years ago
FileSystem.h 64cc3f51d0 Meta+Kernel: Make clang-format-10 clean 4 years ago
Inode.cpp dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
Inode.h f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
InodeFile.cpp 64b0d89335 Kernel: Make Process::allocate_region*() return KResultOr<Region*> 4 years ago
InodeFile.h c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
InodeIdentifier.h 7c4ddecacb Kernel: Convert a bunch of String::format() => String::formatted() 4 years ago
InodeMetadata.h d1fe6a0b53 Everywhere: Redundant inline specifier on constexpr functions (#3807) 4 years ago
InodeWatcher.cpp 7c4ddecacb Kernel: Convert a bunch of String::format() => String::formatted() 4 years ago
InodeWatcher.h 345abc3132 Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent 4 years ago
Plan9FileSystem.cpp e6f907a155 AK: Simplify constructors and conversions from nullptr_t 4 years ago
Plan9FileSystem.h 901ef3f1c8 Kernel: Specify default memory order for some non-synchronizing Atomics 4 years ago
ProcFS.cpp cfe54f86bd Kernel: Remove unused /proc/mm file 4 years ago
ProcFS.h f98ca35b83 Kernel: Improve ProcFS behavior in low memory conditions 4 years ago
TmpFS.cpp bcd2844439 TmpFS: Use fallible KBuffer API 4 years ago
TmpFS.h bcd2844439 TmpFS: Use fallible KBuffer API 4 years ago
VirtualFileSystem.cpp dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. 4 years ago
VirtualFileSystem.h a9184fcb76 Kernel: Implement unveil() as a prefix-tree 4 years ago
ext2_fs.h b0192cfb38 Meta: Remove some copyright headers added in error 5 years ago
ext2_types.h bbe787a0af Everywhere: Re-format with clang-format-11 4 years ago