summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/ISO9660FileSystem.h
AgeCommit message (Expand)Author
2022-05-29Kernel/FileSystem: Simplify even more the mount syscallLiav A
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-11Kernel: Remove empty ISO9660Inode::one_ref_left()Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10Kernel: Make Inode::traverse_as_directory() callback return ErrorOrAndreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-10-21Kernel: Make Inode::flush_metadata() return a KResultAndreas Kling
2021-10-03Kernel: Use `operator ""sv` in all class_name() implementationsBrian Gianforcaro
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling
2021-09-05AK+Kernel: Move KResult.h to Kernel/API for userspace accesssin-ack
2021-08-29Kernel: Strongly typed user & group ID'sAndreas Kling
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