index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
Custody.h
Age
Commit message (
Expand
)
Author
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
Andreas Kling
2020-02-22
Kernel: Make Custody slab-allocated
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-25
Kernel: Don't create a String every time we look up a Custody by name
Andreas Kling
2019-08-08
Kernel: Turns global Custody and Inode tables into InlineLinkedLists
Andreas Kling
2019-06-21
AK: Rename Retainable.h => RefCounted.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
AK: Rename Retainable => RefCounted.
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