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
/
DevPtsFS.h
Age
Commit message (
Expand
)
Author
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-06
Kernel: Track time-of-last-write in SlavePTY and report it as mtime
Andreas Kling
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-18
Kernel: Fix identifier casing
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2019-08-17
DevPtsFS: Do not assume there is one of it
Sergey Bugaev
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling