Commit History

Author SHA1 Message Date
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input 2 years ago
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 years ago
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 years ago
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 2 years ago
  Idan Horowitz 3a80b25ed6 Kernel: Support F_SETLKW in fcntl 3 years ago
  Hendiadyoin1 c3e57bfccb Kernel: Try to set [cm]time in Inode::did_modify_contents 3 years ago
  Tim Schumacher cd189999d1 Kernel: Don't let locks of the same owner conflict with each other 3 years ago
  Tim Schumacher dc6016cd18 Kernel: Don't fail on unlocking nonexistent file locks 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Idan Horowitz e37e4a7980 Kernel: Make Inode::set_shared_vmobject() OOM-fallible 3 years ago
  Andreas Kling cda56f8049 Kernel: Robustify and rename Inode bound socket API 3 years ago
  Andreas Kling e7dc9f71b8 Kernel: Protect Inode flock list with spinlock instead of mutex 3 years ago
  Andreas Kling e0d9472ced Kernel: Protect Inode's list of watchers with spinlock instead of mutex 3 years ago
  Idan Horowitz a9cd8ca841 Kernel: Make Inode::register_watcher() OOM-fallible 3 years ago
  Idan Horowitz e236f9d85a Kernel: Convert Inode event APIs to use StringViews instead of Strings 3 years ago
  Andreas Kling c427f8bbeb Kernel: Always pass InodeIdentifier by value 3 years ago
  Daniel Bertalan 8e2efe78f7 Kernel: Tighten String-related includes 3 years ago
  Andreas Kling abf2204402 Kernel: Use copy_typed_from_user() in more places :^) 3 years ago
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 years ago
  Andreas Kling b285323d91 Kernel: Propagate Vector append failures from Inode::apply_flock() 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 years ago
  Brian Gianforcaro 85d36e56d2 Kernel: Pack Flock struct tighter 3 years ago
  TheFightingCatfish a81b21c1a7 Kernel+LibC: Implement fsync 3 years ago
  Andreas Kling 524ef5e475 Kernel: Add KBuffer::bytes() and use it 3 years ago
  Andreas Kling 300402cc14 Kernel: Make it possible for KBufferBuilder creation to fail 3 years ago
  Andreas Kling ed5d04b0ea Kernel: Use KResultOr and TRY() for FIFO 3 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling 2065ced8f6 Kernel: Make KBufferBuilder::append() & friends return KResult 3 years ago
  Andreas Kling 48a0b31c47 Kernel: Make copy_{from,to}_user() return KResult and use TRY() 3 years ago