summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/OpenFileDescription.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-03Kernel: Convert OpenFileDescriptor from mutex to spinlockAndreas Kling
2021-12-18Kernel: Make File::stat() & friends return Error<struct stat>Andreas Kling
2021-12-16Kernel+LibC: Move errno definitions to Kernel/API/POSIXsin-ack
2021-12-15Kernel: Add implied auto-specifiers in FileSystemHendiadyoin1
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-31Kernel: Clarify ambiguous {File,Description}::absolute_pathBen Wiederhake
2021-09-12Kernel+LibC: Implement fsyncTheFightingCatfish
2021-09-08Kernel+SystemServer: Defer creation of device nodes to userspaceLiav A
2021-09-07Kernel: Rename FileDescription => OpenFileDescriptionAndreas Kling