提交历史

作者 SHA1 备注 提交日期
  kleines Filmröllchen a6a439243f Kernel: Turn lock ranks into template parameters 2 年之前
  sin-ack 3275015786 Kernel: Implement flock downgrading 2 年之前
  sin-ack 3b03077abb Kernel: Update the ".." inode for directories after a rename 2 年之前
  Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2 年之前
  Liav A 0a793a7fa3 Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects 2 年之前
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual 3 年之前
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically 2 年之前
  Andreas Kling dbe182f1c6 Kernel: Make Inode::resolve_as_link() take credentials as input 2 年之前
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 年之前
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 年之前
  kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction 2 年之前
  Mike Akers de980de0e4 Kernel: Lock the inode before writing in SharedInodeVMObject::sync 2 年之前
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 3 年之前
  Idan Horowitz 3a80b25ed6 Kernel: Support F_SETLKW in fcntl 3 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Idan Horowitz 316fa0c3f3 AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode 3 年之前
  Idan Horowitz e37e4a7980 Kernel: Make Inode::set_shared_vmobject() OOM-fallible 3 年之前
  Andreas Kling cda56f8049 Kernel: Robustify and rename Inode bound socket API 3 年之前
  Andreas Kling e7dc9f71b8 Kernel: Protect Inode flock list with spinlock instead of mutex 3 年之前
  Andreas Kling e0d9472ced Kernel: Protect Inode's list of watchers with spinlock instead of mutex 3 年之前
  Idan Horowitz a9cd8ca841 Kernel: Make Inode::register_watcher() OOM-fallible 3 年之前
  Idan Horowitz e236f9d85a Kernel: Convert Inode event APIs to use StringViews instead of Strings 3 年之前
  Andreas Kling 08e927f084 Kernel: Synchronize removals from TmpFS inode map 3 年之前
  Andreas Kling c427f8bbeb Kernel: Always pass InodeIdentifier by value 3 年之前
  Idan Horowitz be91b4fe3e Kernel: Support Mutex Protected lists in ListedRefCounted 3 年之前
  Andreas Kling 0f9ca51c76 Kernel: Remove unused Inode::preopen_fd() 3 年之前
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 年之前