Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-21 | Kernel: Use RefPtr instead of LockRefPtr for Custody | Andreas Kling | |
By protecting all the RefPtr<Custody> objects that may be accessed from multiple threads at the same time (with spinlocks), we remove the need for using LockRefPtr<Custody> (which is basically a RefPtr with a built-in spinlock.) | |||
2022-01-12 | Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>> | Idan Horowitz | |
2021-07-11 | Kernel: Make VirtualFileSystem::Mount a top-level class | Andreas Kling | |
And move it to its own compilation unit. |