summaryrefslogtreecommitdiff
path: root/VirtualFileSystem/Ext2FileSystem.h
AgeCommit message (Expand)Author
2018-11-13Add metadata to CoreInode.Andreas Kling
2018-11-13Make page_in_from_vnode 2x faster.Andreas Kling
2018-11-07Rename FileHandle to FileDescriptor.Andreas Kling
2018-10-29Add an inode metadata cache to the ext2fs implementation.Andreas Kling
2018-10-28Add a VFS::absolutePath(InodeIdentifier).Andreas Kling
2018-10-27Greatly improve /proc/PID/stack by tracing the ebp frame chain.Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16BlockDevice -> DiskDevice.Andreas Kling
2018-10-16Implement creating a new directory.Andreas Kling
2018-10-15Support the ext2 directory entry file_type field.Andreas Kling
2018-10-15Move readEntireInode() up to FileSystem (from ext2.)Andreas Kling
2018-10-14Add a Unix namespace for foo_t types.Andreas Kling
2018-10-14Work on POSIX-like read() and lseek() support.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling