summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/OpenFileDescription.cpp
AgeCommit message (Expand)Author
2023-06-04Kernel: Move all tasks-related code to the Tasks subdirectoryLiav A
2023-05-15Kernel: Remove `FIFO::{attach,detach}(Direction)`Daniel Bertalan
2023-04-17Kernel: Remove unused functions related to reading full inodesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-07Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescriptionAndreas Kling
2023-02-08Kernel: Use `AK::Stream` to write packed binary dataTim Schumacher
2023-02-08Kernel: Modernize Error handling when serializing directory entriesTim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
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-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-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