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
/
OpenFileDescription.cpp
Age
Commit message (
Expand
)
Author
2023-06-04
Kernel: Move all tasks-related code to the Tasks subdirectory
Liav A
2023-05-15
Kernel: Remove `FIFO::{attach,detach}(Direction)`
Daniel Bertalan
2023-04-17
Kernel: Remove unused functions related to reading full inodes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-07
Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription
Andreas Kling
2023-02-08
Kernel: Use `AK::Stream` to write packed binary data
Tim Schumacher
2023-02-08
Kernel: Modernize Error handling when serializing directory entries
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2022-10-22
Kernel/FileSystem: Add a few missing includes
Liav A
2022-08-24
Kernel: Simplify the File memory-mapping API
Andreas Kling
2022-08-24
Kernel: Wrap process address spaces in SpinlockProtected
Andreas Kling
2022-08-21
Kernel: Make File::{chown,chmod} take credentials as input
Andreas Kling
2022-08-21
Kernel: Use RefPtr instead of LockRefPtr for Custody
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-21
Kernel: Support F_SETLKW in fcntl
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-03
Kernel: Convert OpenFileDescriptor from mutex to spinlock
Andreas Kling
2021-12-18
Kernel: Make File::stat() & friends return Error<struct stat>
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-15
Kernel: Add implied auto-specifiers in FileSystem
Hendiadyoin1
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-08
Kernel+SystemServer: Defer creation of device nodes to userspace
Liav A
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling