Age | Commit message (Expand) | Author |
---|---|---|
2019-08-25 | Kernel: Don't create a String every time we look up a Custody by name | Andreas Kling |
2019-08-08 | Kernel: Use range-for with InlineLinkedList | Andreas Kling |
2019-08-08 | Kernel: Turns global Custody and Inode tables into InlineLinkedLists | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-07 | Kernel: Run clang-format on everything. | Andreas Kling |
2019-05-31 | FileSystem: Reuse existing custodies when possible, and keep them updated. | Andreas Kling |
2019-05-30 | FileSystem: Port most of the code over to using custodies. | Andreas Kling |
2019-05-30 | FileSystem: Add a Custody class that represents a parent/child guardianship. | Andreas Kling |