Commit History

Author SHA1 Message Date
  Sergey Bugaev fdb71cdf8f Kernel: Support read-only filesystem mounts 5 years ago
  Andreas Kling d5fe839166 Kernel: Remove unused artifacts of the Custody cache 5 years ago
  Andreas Kling 6428669a37 Kernel: Make Custody slab-allocated 5 years ago
  Andreas Kling 635ae70b8f Kernel: More header dependency reduction work 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 94ca55cefd Meta: Add license header to source files 5 years ago
  Sergey Bugaev 4566c2d811 Kernel+LibC: Add support for mount flags 5 years ago
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> 5 years ago
  Andreas Kling b020a5e7ce Kernel: Don't create a String every time we look up a Custody by name 6 years ago
  Andreas Kling 318068fe1b Kernel: Turns global Custody and Inode tables into InlineLinkedLists 6 years ago
  Andreas Kling d343fb2429 AK: Rename Retainable.h => RefCounted.h. 6 years ago
  Andreas Kling 550b0b062b AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. 6 years ago
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 6 years ago
  Andreas Kling 77b9fa89dd AK: Rename Retainable => RefCounted. 6 years ago
  Andreas Kling 8adadf8a46 FileSystem: Reuse existing custodies when possible, and keep them updated. 6 years ago
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. 6 years ago
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. 6 years ago