summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/ISO9660FileSystem.h
AgeCommit message (Expand)Author
2021-08-15Kernel: Simplify OOM handling in ISO9660FileSystemsin-ack
2021-08-15Kernel: Add tightly typed ISO9660Inode::fs() overloadAndreas Kling
2021-08-14Kernel: Make FileSystem::initialize() return KResultAndreas Kling
2021-08-14Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>Andreas Kling
2021-08-07Kernel: Implement a ISO 9660 filesystem reader :^)sin-ack