summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Plan9FileSystem.h
AgeCommit message (Expand)Author
2021-05-02Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>Brian Gianforcaro
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-12Kernel: Add distinct InodeIndex typeAndreas Kling
2021-01-04Kernel: Specify default memory order for some non-synchronizing AtomicsTom
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-18Kernel: Add DirectoryEntryView for VFS directory traversalAndreas Kling
2020-08-16AK: Rename KB, MB, GB to KiB, MiB, GiBNico Weber
2020-08-05Kernel: Make Inode::directory_entry_count errors observable.Brian Gianforcaro
2020-08-03Kernel: Fix a few Thread::block related racesTom
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev