提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Gunnar Beutner bf779e182e Kernel: Remove obsolete size_t casts 4 年之前
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 年之前
  Andreas Kling dc65f54c06 AK: Rename Vector::append(Vector) => Vector::extend(Vector) 4 年之前
  Lenny Maiorani 5751327195 Kernel: static vs non-static constexpr variables 4 年之前
  Justin 721a867c65 Kernel: Expose FileSystem's fragment size 4 年之前