Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> před 3 roky
  Andreas Kling c70e2f2519 Kernel: Protect the Custody cache with a mutex instead of a spinlock před 4 roky
  Andrew January f62ac5d81d Kernel/SysFS: Prepend to the custody cache instead of append před 4 roky
  Andreas Kling d6d7d11590 Kernel: Cache Custody objects (weakly) to avoid expensive reconstruction před 4 roky
  Andreas Kling 7a4e6257b7 Kernel: Switch Custody to east-const style před 4 roky
  Max Wipfli 95f769ea51 Kernel: Add Custody::try_create_absolute_path() před 4 roky
  Daniel Bertalan f820917a76 Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull` před 4 roky
  Andreas Kling 9d801d2345 Kernel: Rename Custody::create() => try_create() před 4 roky
  Andreas Kling 9a827ad3da Kernel: Use a KString for Custody::m_name před 4 roky
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. před 4 roky
  Sergey Bugaev fdb71cdf8f Kernel: Support read-only filesystem mounts před 5 roky
  Andreas Kling 7d862dd5fc AK: Reduce header dependency graph of String.h před 5 roky
  Andreas Kling d5fe839166 Kernel: Remove unused artifacts of the Custody cache před 5 roky
  Andreas Kling 635ae70b8f Kernel: More header dependency reduction work před 5 roky
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace před 5 roky
  Andreas Kling 94ca55cefd Meta: Add license header to source files před 5 roky
  Sergey Bugaev 4566c2d811 Kernel+LibC: Add support for mount flags před 5 roky
  Andreas Kling 944fbf507a Kernel: Custody::absolute_path() should always return "/" for roots před 5 roky
  Andreas Kling b020a5e7ce Kernel: Don't create a String every time we look up a Custody by name před 6 roky
  Andreas Kling 9104d32341 Kernel: Use range-for with InlineLinkedList před 6 roky
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists před 6 roky
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. před 6 roky
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. před 6 roky
  Andreas Kling 8adadf8a46 FileSystem: Reuse existing custodies when possible, and keep them updated. před 6 roky
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. před 6 roky
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. před 6 roky