Age | Commit message (Expand) | Author |
---|---|---|
2023-01-02 | Kernel: Turn lock ranks into template parameters | kleines Filmröllchen |
2022-12-09 | Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList | Liav A |
2022-11-11 | Kernel: Add missing includes for Mount.h file | Liav A |
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-01-12 | Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>> | Idan Horowitz |
2021-12-15 | Kernel: Fix missing include in FileSystem/Mount.h | Hendiadyoin1 |
2021-07-18 | Kernel/Ext2FS: Cache the root inode in a member variable | Andreas Kling |
2021-07-11 | Kernel: Use Forward.h headers more | Andreas Kling |
2021-07-11 | Kernel: Make VirtualFileSystem::Mount a top-level class | Andreas Kling |