Commit History

Автор SHA1 Съобщение Дата
  Andreas Kling fe98cb2c4b Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more преди 3 години
  Andreas Kling 98b865fe10 Kernel: Make Ext2FS::write_ext2_inode() return KResult преди 3 години
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult преди 3 години
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr преди 3 години
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription преди 3 години
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset преди 3 години
  Andreas Kling b083b165a7 Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY() преди 3 години
  Andreas Kling 36725228fa Kernel: Tidy up Ext2FS construction a bit преди 3 години
  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 преди 4 години
  Brian Gianforcaro 15cd5d324c Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block() преди 4 години
  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 години