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
2022-01-05
Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS
Andreas Kling
2022-01-05
Kernel: Remove temporary Vector from Ext2FS::flush_writes()
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_empend instead of Vector::empend
Brian Gianforcaro
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2022-01-04
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
Daniel Bertalan
2022-01-04
Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem
Owen Smith
2022-01-02
Kernel: Always pass InodeIdentifier by value
Andreas Kling
2022-01-02
Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children
Andreas Kling
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Propagate allocation failure in resolve_path_without_veil
Daniel Bertalan
2021-12-29
Kernel: Make File::unref virtual
Idan Horowitz
2021-12-29
Kernel: Port File to RefCounted
Idan Horowitz
2021-12-29
Kernel: Rename File::{before_removing => will_be_destroyed}
Idan Horowitz
2021-12-29
Kernel: Port Custody to ListedRefCounted
Idan Horowitz
2021-12-29
Kernel: Support Mutex Protected lists in ListedRefCounted
Idan Horowitz
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-28
Kernel: Fix race condition in TmpFSInode::notify_watchers()
Andreas Kling
2021-12-26
Kernel: Remove old SlabAllocator :^)
Andreas Kling
2021-12-26
Kernel: Remove all uses of MAKE_SLAB_ALLOCATED()
Andreas Kling
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
[next]