Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr hace 3 años
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> hace 3 años
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult hace 3 años
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription hace 3 años
  Andreas Kling efe4e230ee Kernel: Tidy up DevPtsFS construction and handle OOM errors hace 3 años
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> hace 3 años
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's hace 4 años
  Andreas Kling 0de8c95d49 Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList hace 4 años
  Andreas Kling fc0cd8317a Kernel/DevPtsFS: Add tightly typed DevPtsFSInode::fs() hace 4 años
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult hace 4 años
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> hace 4 años
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& hace 4 años
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() hace 4 años
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView hace 4 años
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView hace 4 años
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem hace 4 años
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t hace 4 años
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type hace 4 años
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks hace 4 años
  Andreas Kling 4527d9852a Kernel: Track time-of-last-write in SlavePTY and report it as mtime hace 4 años
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal hace 5 años
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. hace 5 años
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly hace 5 años
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers hace 5 años
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. hace 5 años
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace hace 5 años
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit hace 5 años