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
/
FileDescription.cpp
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-03
Kernel: Fix miscellaneous warnings when building with Clang
Daniel Bertalan
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-06-11
Kernel: Use m_inode to stat in FileDescription::stat() if available
Max Wipfli
2021-06-08
Kernel: Implement InodeFile::stat() and simplify FileDescription::stat()
Max Wipfli
2021-06-04
Kernel: Implement offset for `lseek` with `SEEK_END`
Jelle Raaijmakers
2021-05-13
Kernel: Remove unused header from FileDescription.cpp
Brian Gianforcaro
2021-05-13
Kernel: Move FileDescription::get_dir_entries to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-13
Kernel: Make FileDescription::create() APIs OOM safe
Brian Gianforcaro
2021-05-12
Kernel: Implement multi-watch InodeWatcher :^)
sin-ack
2021-05-12
Kernel+LibC: Make get_dir_entries syscall retriable
Mart G
2021-04-30
Kernel: Closing a file descriptor should not always close the file
Gunnar Beutner
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
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-03-19
Kernel: Make FileDescription::seek() return KResultOr<off_t>
Andreas Kling
2021-03-19
Kernel: Refactor storage stack with u64 as mmap offset
Jean-Baptiste Boric
2021-03-08
Kernel: Add bitwise operators for Thread::FileBlocker::BlockFlags enum
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
Kernel: Handle overflow in FileDescription::seek(, SEEK_CUR)
Brian Gianforcaro
2021-02-12
Kernel: Add distinct InodeIndex type
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-03
Kernel: Check for off_t overflow in FileDescription::read/write
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Kernel: Hoist VM range allocation up to sys$mmap() itself
Andreas Kling
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
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-11-24
Kernel: Remove unnecessary SmapDisablers in FileDescription
Andreas Kling
2020-09-16
Kernel: Fix kernel crash in get_dir_entries when buffer too small.
asynts
2020-09-15
FileSystem: Use OutputMemoryStream instead of BufferStream.
asynts
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-06
Kernel: Virtualize the File::stat() operation
Andreas Kling
2020-09-06
Kernel: Rename FileDescription::fstat() => stat()
Andreas Kling
2020-08-29
FileSystem: Convert file types to DT_* types at a later stage
Itamar
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-11
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
Andreas Kling
2020-08-09
Kernel: Fix my result propagation bug @BenWiederhake spotted
Brian Gianforcaro
2020-08-05
Kernel: Suppress remaining unobserved KResult return codes
Brian Gianforcaro
2020-08-05
Kernel: Propagate a few KResults properly in FileSystem subsystems
Brian Gianforcaro
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-06-17
Kernel: Use symbolic constants for file modes
Sergey Bugaev
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-05-29
Kernel: Pass a FileDescription to File::chmod() and File::chown()
Sergey Bugaev
2020-05-26
Kernel: Plumb KResult through FileDescription::read_entire_file() implementat...
Brian Gianforcaro
2020-05-23
Kernel+LibC: Fix various build issues introduced by ssize_t
Andreas Kling
[next]