提交历史

作者 SHA1 备注 提交日期
  Andreas Kling db4388f21b Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children 3 年之前
  Andreas Kling 416b0374fb Kernel: Fix race condition in TmpFSInode::notify_watchers() 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 年之前
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 年之前
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 年之前
  Andreas Kling 049d846eb9 Kernel/TmpFS: Stop leaking directory entry metadata 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 704a2bfad5 Kernel: Use TRY() in TmpFSInode::write_bytes() 3 年之前
  Andreas Kling 56a2594de7 Kernel: Make KString factories return KResultOr + use TRY() everywhere 3 年之前
  Andreas Kling a8516681b7 Kernel: Tidy up TmpFS and TmpFSInode construction 3 年之前
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> 3 年之前
  Brian Gianforcaro 0678ac265c Kernel: Pass InodeMetadata by reference in TmpFSInode::create 3 年之前
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 年之前
  Edward Palmer abccb45060 Kernel: Move set_metadata_dirty calls to notify_watchers 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 7791f7b9e6 Kernel/TmpFS: Remove some unnecessary includes 4 年之前
  Andreas Kling 61e17ed590 Kernel/TmpFS: Use IntrusiveList and KString for OOM safety 4 年之前
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 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 cee9528168 Kernel: Rename Lock to Mutex 4 年之前
  Andrew Kaster 3f0dcd63dc Kernel: Fix TmpFS resize behavior around INT32_MAX for 32-bit systems 4 年之前
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 年之前
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` 4 年之前