提交历史

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