Historial de Commits

Autor SHA1 Mensaje Fecha
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe hace 3 años
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> hace 3 años
  Andreas Kling 865eb54f75 Kernel/Ext2FS: Use TRY() in the Ext2FS hace 3 años
  Andreas Kling 9d736772bd Kernel/Ext2FS: Remove a String allocation in debug logging hace 3 años
  Andreas Kling 4cbe348a0f Kernel/Ext2FS: Avoid temporary String allocation during inode creation hace 3 años
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's hace 3 años
  Andreas Kling 7676edfb9b Kernel: Stop allowing implicit conversion from KResult to int hace 3 años
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult hace 3 años
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> hace 3 años
  Andreas Kling 2cd8b21974 Kernel: Add convenience values to the Memory::Region::Access enum hace 3 años
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace hace 3 años
  Brian Gianforcaro a6db2f985a Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems hace 3 años
  Brian Gianforcaro 15cd5d324c Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block() hace 3 años
  Andreas Kling bd37840cf5 Kernel/Ext2FS: Surface Vector allocation failures in block allocation hace 4 años
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& hace 4 años
  Andreas Kling 58c6d30f6a Kernel/Ext2FS: Cache the root inode in a member variable hace 4 años
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 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 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock hace 4 años
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView hace 4 años
  Andreas Kling 41c0009f6d Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory() hace 4 años
  Andreas Kling abbd237ec1 Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes() hace 4 años
  Andreas Kling 98c230b370 Kernel/Ext2FS: Uncache unknown inode indices when flushing writes hace 4 años
  Andreas Kling ace8b9a0ee Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup() hace 4 años
  Andreas Kling 79552c91d5 Kernel: Rename BlockBasedFS => BlockBasedFileSystem hace 4 años
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem hace 4 años
  Jean-Baptiste Boric fdb5367da1 Kernel: Promote various integers to 64 bits in storage layer hace 4 años
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` hace 4 años
  Sam Atkins ab7023dbe5 Kernel: Ensure Ext2FSInode's lookup is populated before using it hace 4 años