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.cpp
Age
Commit message (
Expand
)
Author
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-18
Kernel: Protect the Custody cache with a spinlock
Andreas Kling
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-01-12
Kernel: Remove the Custody::absolute_path() API
Idan Horowitz
2022-01-12
Kernel: Use Vector::try_append in Custody::try_serialize_absolute_path
Idan Horowitz
2021-12-29
Kernel: Port Custody to ListedRefCounted
Idan Horowitz
2021-12-15
Kernel: Add implied auto-specifiers in FileSystem
Hendiadyoin1
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Improvements to Custody absolute path serialization
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-18
Kernel: Protect the Custody cache with a mutex instead of a spinlock
Andreas Kling
2021-08-17
Kernel/SysFS: Prepend to the custody cache instead of append
Andrew January
2021-08-15
Kernel: Cache Custody objects (weakly) to avoid expensive reconstruction
Andreas Kling
2021-07-11
Kernel: Switch Custody to east-const style
Andreas Kling
2021-07-07
Kernel: Add Custody::try_create_absolute_path()
Max Wipfli
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use a KString for Custody::m_name
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
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
2020-01-10
Kernel: Custody::absolute_path() should always return "/" for roots
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: 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