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-05-28
Kernel: Rename Custody::create() => try_create()
Andreas Kling
2021-05-28
Kernel: Use a KString for Custody::m_name
Andreas Kling
2021-05-27
Kernel+AK: Move UBSanitizer to AK, and to AK namespace
Andrew Kaster
2021-05-26
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-19
Kernel: Expose FileSystem's fragment size
Justin
2021-05-19
Kernel: Ignore null parent custody without error in VFS::open
Max Wipfli
2021-05-16
Kernel: Rename Console => ConsoleDevice
Liav A
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-13
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
Andreas Kling
2021-05-13
Kernel: Make InodeWatcher::crate API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem
Brian Gianforcaro
2021-05-13
Kernel: Replace bare new in Custody::create() with adopt_ref_if_nonnull
Brian Gianforcaro
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-13
Kernel: Make InodeFile::create() API 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-05-10
Kernel: Plumb OOM propagation through Custody factory
Brian Gianforcaro
2021-05-08
Kernel: Traverse ext2 directories blockwise.
Mart G
2021-05-08
Kernel: Place ext2 dir entries so they don't span multiple blocks
Mart G
2021-05-08
Kernel-VFS: Fixed kernel crash if parent custody is null
r-paiva
2021-05-07
Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero
Mart G
2021-05-07
Kernel: Set unused block pointers in ext2 inodes to zero
Mart G
2021-05-06
Kernel: Resize Ext2FSInode when writing directory contents (#6897)
Mart G
2021-05-05
Kernel: Allow remapping Caps Lock to Control (#6883)
Spencer Dixon
2021-05-05
Kernel: Fix `write`s to `ProcFS` (#6879)
Spencer Dixon
2021-05-04
Kernel: Return one kernel frame from procfs$tid_stack for normal users.
Brian Gianforcaro
2021-05-04
Kernel: Remove unused function ProcFS::add_sys_string
Brian Gianforcaro
2021-05-04
Kernel: Remove unused header includes from ProcFS.cpp
Brian Gianforcaro
2021-05-03
Kernel: Fix some 64-bit portability issues
Gunnar Beutner
2021-05-02
Kernel: Fix ProcFS for non-process backed sub dirs
Spencer Dixon
2021-05-02
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
Brian Gianforcaro
2021-05-01
Kernel: Harden Ext2FileSystem Vector usage against OOM.
Brian Gianforcaro
2021-05-01
Kernel: Harden DevFS Vector usage against OOM.
Brian Gianforcaro
2021-04-30
Kernel: chmod()/chown() for PTYs should return EROFS
Gunnar Beutner
2021-04-30
Kernel: Make Inode::set_{a,c,m}time return KResult
Andreas Kling
2021-04-30
Kernel: Closing a file descriptor should not always close the file
Gunnar Beutner
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-25
Kernel: Remove the now defunct `LOCKER(..)` macro.
Brian Gianforcaro
2021-04-25
Kernel: Add lock_count to procfs$all when LOCK_DEBUG is enabled.
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-04-21
Kernel: Convert String::format() => String::formatted()
Andreas Kling
2021-04-20
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
Andreas Kling
2021-04-17
Kernel+LibC: Update struct stat to use struct timespec instead of time_t
Gunnar Beutner
2021-04-16
AK+Kernel: Make IntrusiveList capable of holding non-raw pointers
AnotherTest
[next]