index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
Plan9FileSystem.cpp
Age
Commit message (
Expand
)
Author
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-30
Kernel: Consolidate the various BlockCondition::unblock variants
Tom
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-05
Kernel: Suppress remaining unobserved KResult return codes
Brian Gianforcaro
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-08-03
Kernel: Consolidate timeout logic
Tom
2020-08-03
Kernel: Fix a few Thread::block related races
Tom
2020-07-07
Kernel: Fix checking BlockResult
Tom
2020-07-05
Kernel: Add Plan9FS :^)
Sergey Bugaev