Sergey Bugaev
|
fdb71cdf8f
Kernel: Support read-only filesystem mounts
|
5 년 전 |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 년 전 |
Andreas Kling
|
d5fe839166
Kernel: Remove unused artifacts of the Custody cache
|
5 년 전 |
Andreas Kling
|
635ae70b8f
Kernel: More header dependency reduction work
|
5 년 전 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 년 전 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 년 전 |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 년 전 |
Andreas Kling
|
944fbf507a
Kernel: Custody::absolute_path() should always return "/" for roots
|
5 년 전 |
Andreas Kling
|
b020a5e7ce
Kernel: Don't create a String every time we look up a Custody by name
|
5 년 전 |
Andreas Kling
|
9104d32341
Kernel: Use range-for with InlineLinkedList
|
6 년 전 |
Andreas Kling
|
318068fe1b
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
|
6 년 전 |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 년 전 |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 년 전 |
Andreas Kling
|
8adadf8a46
FileSystem: Reuse existing custodies when possible, and keep them updated.
|
6 년 전 |
Andreas Kling
|
393851418b
FileSystem: Port most of the code over to using custodies.
|
6 년 전 |
Andreas Kling
|
4cb87b1753
FileSystem: Add a Custody class that represents a parent/child guardianship.
|
6 년 전 |