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
Age
Commit message (
Expand
)
Author
2021-12-26
Kernel: Fix deadlock caused by page faults while holding disk cache lock
Andreas Kling
2021-12-23
Kernel: Make major and minor numbers to be DistinctNumerics
Liav A
2021-12-22
Kernel: Always initialize ext2_inode and ext_super_block structs
Brian Gianforcaro
2021-12-21
Kernel: Move symlink recursion limit to .h, increase it to 8
Martin Bříza
2021-12-18
Kernel: Make File::stat() & friends return Error<struct stat>
Andreas Kling
2021-12-18
Kernel: Use copy_typed_from_user() in more places :^)
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
2021-12-15
Kernel: Remove duplicate access specifier in DevTmpFSInode
Hendiadyoin1
2021-12-15
Kernel: Remove else statements after return in Plan9FileSystem.cpp
Hendiadyoin1
2021-12-15
Kernel: Add implied auto-specifiers in FileSystem
Hendiadyoin1
2021-12-15
Kernel: Fix missing include in FileSystem/Mount.h
Hendiadyoin1
2021-12-14
Kernel/SysFS: Prevent allocation for component name during construction
Liav A
2021-12-12
Kernel+SystemServer: Add /dev/tty
Daniel Bertalan
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-06
Kernel: Remove unused Inode::preopen_fd()
Andreas Kling
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-11-30
Kernel: Handle string format errors in FileSystem APIs :^)
Brian Gianforcaro
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-18
Kernel: Propagate Vector append failures from Inode::apply_flock()
Andreas Kling
2021-11-17
Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
Kernel: Reject writable shared file mappings
Daniel Bertalan
2021-11-16
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-make-member-function-const
Andrew Kaster
2021-11-14
Kernel: Resolve clang-tidy readability-implicit-bool-conversion warnings
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-11
Kernel/Ext2FS: Propagate HashMap errors instead of panicking
Andreas Kling
2021-11-10
Kernel/Ext2FS: Propagate errors from block list computation functions
Andreas Kling
2021-11-10
Kernel: Propagate Vector append errors in two places in Ext2FS
Andreas Kling
2021-11-10
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-05
Kernel: Return ENOTIMPL when trying to read from SysFS inodes
Liav A
2021-10-31
Kernel: Don't crash on writes to ProcFS
Ben Wiederhake
2021-10-31
Kernel: Remove misleading FIXME in DevTmpFS
Ben Wiederhake
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-31
Kernel: Enable early-returns from VFS::for_each_mount
Ben Wiederhake
2021-10-22
Kernel: Remove unused InodeIdentifier::to_string()
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
Andreas Kling
2021-10-21
Kernel: Make Ext2FS::write_ext2_inode() return KResult
Andreas Kling
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
2021-10-21
AK+Kernel: Format DistinctNumeric using the underlying type's formatter
Daniel Bertalan
2021-10-17
Kernel/ProcFS: Provide a way to write to ProcFS inodes
SeekingBlues
2021-10-14
Kernel: Add per platform Processor.h headers
James Mintram
2021-10-14
Kernel: Add header includes closer to their use
James Mintram
2021-10-09
Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes
Liav A
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-17
Kernel: Introduce the DeviceManagement singleton
Liav A
[next]