summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Mount.h
AgeCommit message (Expand)Author
2022-01-12Kernel: Convert Mount::absolute_path to ErrorOr<NonnullOwnPtr<KString>>Idan Horowitz
2021-12-15Kernel: Fix missing include in FileSystem/Mount.hHendiadyoin1
2021-07-18Kernel/Ext2FS: Cache the root inode in a member variableAndreas Kling
2021-07-11Kernel: Use Forward.h headers moreAndreas Kling
2021-07-11Kernel: Make VirtualFileSystem::Mount a top-level classAndreas Kling