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
/
ProcFS.h
Age
Commit message (
Expand
)
Author
2021-05-05
Kernel: Fix `write`s to `ProcFS` (#6879)
Spencer Dixon
2021-05-04
Kernel: Remove unused function ProcFS::add_sys_string
Brian Gianforcaro
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
ProcFS: Fix /proc/PID/* hardening bypass
Andreas Kling
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-12-18
Kernel: Move KBufferBuilder to the fallible KBuffer API
Andreas Kling
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-09-19
Kernel: Simplify ProcFS callbacks by using function pointers directly
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-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-05-26
Kernel: Clang format file system in prep for changes.
Brian Gianforcaro
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
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-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
ProcFS: Implement symlink magic
Sergey Bugaev
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2019-12-31
ProcFS: Reduce the amount of info accessible to non-superusers
Andreas Kling
2019-08-17
ProcFS: Do not assume there is one of it
Sergey Bugaev
2019-08-05
Kernel: Use KBuffers for ProcFS and SynthFS
Andreas Kling
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-09
Kernel: Use StringView more in Inode and subclasses.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-01
FileSystem: Make Inode::lookup() take a StringView.
Andreas Kling
2019-06-01
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
Andreas Kling
2019-05-31
FileSystem: Pass mode_t to Inode::add_child().
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-16
Kernel: Move Inode to its own files.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-15
Kernel: Make it possible to have kmalloc() dump call stacks.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling