Age | Commit message (Expand) | Author |
---|---|---|
2023-04-04 | Kernel: Simplify Mount internals | Andreas Kling |
2023-04-04 | Kernel: Stop using *LockRefPtr for FileSystem pointers | Andreas Kling |
2023-03-09 | Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode> | Andreas Kling |
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-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 |