summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-30EXT2: Improve block cacheAnton Kling
2023-10-30Kernel/Networking/LibC: Add syscalls and libc functions for UDPAnton Kling
2023-10-24EXT2: Add truncate function to filesystemAnton Kling
2023-10-24VFS/LibC: Create ftruncate function and corresponding syscall and libc implem...Anton Kling
2023-10-23EXT2: Use the vfs_create_inode function to create the mountAnton Kling
2023-10-23VFS/libc: Create a syscall for mkdir and add the function to libcAnton Kling
2023-10-23EXT2: Make a function for directory creation and refactor directory entry cre...Anton Kling
2023-10-23EXT2: Invalidate inode cache if the inode gets written to.Anton Kling
2023-10-22EXT2: Implement a very basic cache for blocks and inodesAnton Kling
2023-10-22Move everything into a new repo.Anton Kling