Andreas Kling 0782c60fe5 Kernel: Update the mtime after a successful InodeFile::write() 5 years ago
..
Custody.cpp b020a5e7ce Kernel: Don't create a String every time we look up a Custody by name 6 years ago
Custody.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
DevPtsFS.cpp acccf9ccda Kernel: Move device lookup to Device class itself 6 years ago
DevPtsFS.h 66a0a12435 DevPtsFS: Do not assume there is one of it 6 years ago
DiskBackedFileSystem.cpp 06b6af61c6 Kernel: Made DiskCache entries a KBuffer 5 years ago
DiskBackedFileSystem.h 922fd703c9 Kernel: Convert the DiskBackedFS write API to take "const u8*" 5 years ago
Ext2FileSystem.cpp 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast 5 years ago
Ext2FileSystem.h 5ab044beae Ext2FS: Make Ext2FSInode::is_directory() fast 5 years ago
FIFO.cpp ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" 5 years ago
FIFO.h f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ 6 years ago
File.cpp 752de9cd27 FileDescription: Disallow construction with a null File 6 years ago
File.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
FileDescription.cpp 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 years ago
FileDescription.h 43ce6c5474 Kernel: Move socket role tracking to the Socket class itself 6 years ago
FileSystem.cpp b9be6b7bb4 Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG 5 years ago
FileSystem.h b9be6b7bb4 Ext2FS: Trying to create a too-long directory entry should ENAMETOOLONG 5 years ago
Inode.cpp e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 6 years ago
Inode.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
InodeFile.cpp 0782c60fe5 Kernel: Update the mtime after a successful InodeFile::write() 5 years ago
InodeFile.h f4cec2f110 Kernel: Move File.{cpp,h} into FileSystem/ 6 years ago
InodeIdentifier.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
InodeMetadata.h 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. 6 years ago
InodeWatcher.cpp c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 years ago
InodeWatcher.h c8e2bb5605 Kernel: Add a mechanism for listening for changes to an inode. 6 years ago
ProcFS.cpp 35138437ef Kernel+SystemMonitor: Add fault counters 5 years ago
ProcFS.h 37cc80fb96 ProcFS: Do not assume there is one of it 6 years ago
SharedMemory.cpp e25ade7579 Kernel: Rename "vmo" to "vmobject" everywhere 6 years ago
SharedMemory.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
SyntheticFileSystem.cpp 2d7a993db3 SynthFS: Remove unused create_text_file() feature 6 years ago
SyntheticFileSystem.h 2d7a993db3 SynthFS: Remove unused create_text_file() feature 6 years ago
TmpFS.cpp 952baf32cd TmpFS: Notify any associated InodeVMObject on inode changes 6 years ago
TmpFS.h b4c607a8da Kernel: Add TmpFS 6 years ago
VirtualFileSystem.cpp 8f45a259fc ByteBuffer: Remove pointer() in favor of data() 5 years ago
VirtualFileSystem.h 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
ext2_fs.h 0dc9af5f7e Add clang-format file 6 years ago
ext2_types.h 0dc9af5f7e Add clang-format file 6 years ago