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-09-16
Kernel: Pack Flock struct tighter
Brian Gianforcaro
2021-09-16
Kernel: Weakly hold on to the file in LocalSocket
sin-ack
2021-09-12
Kernel/SysFS: Make it possible to have custom permissions for nodes
Liav A
2021-09-12
Kernel+LibC: Implement fsync
TheFightingCatfish
2021-09-11
Kernel/Devices: Defer creation of SysFS component after the constructor
Liav A
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-09
Kernel/VFS: Restrict special unveil rule for Loader.so
Ralf Donau
2021-09-08
Kernel: Add KBuffer::bytes() and use it
Andreas Kling
2021-09-08
Kernel+SystemServer: Simplify the DevTmpFS design
Liav A
2021-09-08
Kernel: Rename DevFS => DevTmpFS
Liav A
2021-09-08
Kernel/DevFS: Add the ability to remove device nodes
Liav A
2021-09-08
Kernel: Expose device presence in /sys/dev/char and /sys/dev/block
Liav A
2021-09-08
Kernel/VFS: Silence mknod debug spam
Liav A
2021-09-08
Kernel+SystemServer: Defer creation of device nodes to userspace
Liav A
2021-09-08
Kernel/DevFS: Simplify nodes insertion and lookup
Liav A
2021-09-07
Kernel/TmpFS: Stop leaking directory entry metadata
Andreas Kling
2021-09-07
Kernel: Use OOM-safe absolute path serialization in InodeFile::mmap()
Andreas Kling
2021-09-07
Kernel: Make it possible for KBufferBuilder creation to fail
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-07
Kernel: Use KResultOr and TRY() for FIFO
Andreas Kling
2021-09-07
Kernel: Make DoubleBuffer::try() return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Add FileDescription::try_serialize_absolute_path()
Andreas Kling
2021-09-07
Everywhere: Behaviour => Behavior
Andreas Kling
2021-09-07
Kernel: Store process names as KString
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Kernel: Wrap two VirtualFileSystem directory traversals in TRY()
Andreas Kling
2021-09-06
Kernel: Wrap ISO9660FS directory traversal in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() in TmpFSInode::write_bytes()
Andreas Kling
2021-09-06
Kernel: Make KString factories return KResultOr + use TRY() everywhere
Andreas Kling
2021-09-06
Kernel: Make KBufferBuilder::append() & friends return KResult
Andreas Kling
2021-09-06
Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObject
Andreas Kling
2021-09-06
Kernel: Improvements to Custody absolute path serialization
Andreas Kling
2021-09-06
Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() more in Plan9FS
Andreas Kling
2021-09-06
Kernel: Tidy up Plan9FS construction a bit
Andreas Kling
2021-09-06
Kernel: Tidy up Ext2FS construction a bit
Andreas Kling
2021-09-06
Kernel: Tidy up SysFS construction
Andreas Kling
2021-09-06
Kernel: Tidy up DevFS construction and handle OOM errorso
Andreas Kling
2021-09-06
Kernel: Tidy up DevPtsFS construction and handle OOM errors
Andreas Kling
2021-09-06
Kernel: Tidy up TmpFS and TmpFSInode construction
Andreas Kling
2021-09-06
Kernel: Use TRY() in ISO9660FileSystem
Andreas Kling
2021-09-06
Kernel: Simplify WatchDescription::create()
Andreas Kling
2021-09-06
Kernel: Use TRY() some more in FileDescription
Andreas Kling
2021-09-06
Kernel: Use TRY() in BlockBasedFileSystem
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-05
Kernel: Make all Spinlocks use u8 for storage, remove template
Brian Gianforcaro
2021-09-05
Kernel: Use TRY() in DevFSLinkInode::write_bytes()
Andreas Kling
2021-09-05
Kernel: Use TRY() in ProcFS
Andreas Kling
2021-09-05
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
Andreas Kling
[prev]
[next]