summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/File.cpp
AgeCommit message (Expand)Author
2021-08-29Kernel: Rename FileDescription::create() => try_create()Andreas Kling
2021-08-17Kernel: Customize File::unref() and make it virtualAndreas Kling
2021-08-06Kernel: Rename Range => VirtualRangeAndreas Kling
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-07-27Kernel: Modify the IOCTL API to return KResultBrian Gianforcaro
2021-07-27Kernel: Utilize AK::Userspace<T> in the ioctl interfaceBrian Gianforcaro
2021-07-20Kernel+LibC: Implement fcntl(2) advisory locksPeter Elliott
2021-04-30Kernel: Closing a file descriptor should not always close the fileGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-26Kernel: Remove unused FileBlockCondition::m_file.Michel Hermier
2021-03-19Kernel: Refactor storage stack with u64 as mmap offsetJean-Baptiste Boric
2021-01-25Kernel: Hoist VM range allocation up to sys$mmap() itselfAndreas Kling
2021-01-20Kernel+LibC: Turn errno codes into a strongly typed enumAndreas Kling
2021-01-03Kernel: Improve ProcFS behavior in low memory conditionsTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-06-02Kernel: Allow File::close() to failSergey Bugaev
2020-05-23Kernel: Use a FlatPtr for the "argument" to ioctl()Andreas Kling
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-02-28Kernel: Implement basic support for sys$mmap() with MAP_PRIVATEAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling
2020-01-18Kernel: Move setting file flags and r/w mode to VFS::open()Sergey Bugaev
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-04Kernel: File::open() should apply r/w mode from the provided optionsAndreas Kling
2019-08-11FileDescription: Disallow construction with a null FileAndreas Kling
2019-07-09Kernel: Move File.{cpp,h} into FileSystem/Andreas Kling