Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-18 | Kernel/Ext2FS: Cache the root inode in a member variable | Andreas Kling | |
We often get queried for the root inode, and it will always be cached in memory anyway, so let's make Ext2FS::root_inode() fast by keeping the root inode in a dedicated member variable. | |||
2021-07-11 | Kernel: Use Forward.h headers more | Andreas Kling | |
2021-07-11 | Kernel: Make VirtualFileSystem::Mount a top-level class | Andreas Kling | |
And move it to its own compilation unit. |