Age | Commit message (Expand) | Author |
---|---|---|
2021-05-02 | Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> | Brian Gianforcaro |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-12 | Kernel: Add distinct InodeIndex type | Andreas Kling |
2021-01-04 | Kernel: Specify default memory order for some non-synchronizing Atomics | Tom |
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: Make Inode::directory_entry_count errors observable. | Brian Gianforcaro |
2020-08-03 | Kernel: Fix a few Thread::block related races | Tom |
2020-07-05 | Kernel: Add Plan9FS :^) | Sergey Bugaev |