summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/OpenFileDescription.h
AgeCommit message (Expand)Author
2022-10-22Kernel/FileSystem: Add a few missing includesLiav A
2022-08-24Kernel: Simplify the File memory-mapping APIAndreas Kling
2022-08-24Kernel: Wrap process address spaces in SpinlockProtectedAndreas Kling
2022-08-21Kernel: Make File::{chown,chmod} take credentials as inputAndreas Kling
2022-08-21Kernel: Use RefPtr instead of LockRefPtr for CustodyAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-08-20AK+Kernel: Add AK::AtomicRefCounted and use everywhere in the kernelAndreas Kling
2022-08-19Kernel: Require lock rank for Spinlock constructionkleines Filmröllchen
2022-07-21Kernel: Support F_SETLKW in fcntlIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-03Kernel: Convert OpenFileDescriptor from mutex to spinlockAndreas Kling
2021-12-26Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()Andreas Kling
2021-12-18Kernel: Make File::stat() & friends return Error<struct stat>Andreas Kling
2021-11-14Kernel: Resolve clang-tidy readability-implicit-bool-conversion warningsAndrew Kaster
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