summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/VirtualFileSystem.h
AgeCommit message (Expand)Author
2019-05-31FileSystem: Merge symlink following logic into path resolution.Andreas Kling
2019-05-30FileSystem: Get rid of VFS::resolve_path().Andreas Kling
2019-05-30FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.Andreas Kling
2019-05-30FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path().Andreas Kling
2019-05-30FileSystem: Port most of the code over to using custodies.Andreas Kling
2019-05-30FileSystem: Add a Custody class that represents a parent/child guardianship.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-03Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.Andreas Kling
2019-04-15Kernel: Start using StringView in the VFS class.Andreas Kling
2019-04-07Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.Andreas Kling
2019-04-03Kernel: Remove Limits.hAndreas Kling
2019-04-03Kernel: Move FS-related files into Kernel/FileSystem/Andreas Kling