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-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
2021-09-05
Kernel: Make copy_{from,to}_user() return KResult and use TRY()
Andreas Kling
2021-09-05
Kernel: Use TRY() in FileDescription::attach()
Andreas Kling
2021-09-05
Kernel: Use TRY() in Inode
Andreas Kling
2021-09-05
Kernel: Use TRY() in FIFO
Andreas Kling
2021-09-05
Kernel: Use TRY() in InodeFile
Andreas Kling
2021-09-05
Kernel/Ext2FS: Use TRY() in the Ext2FS
Andreas Kling
2021-09-05
Kernel: Use TRY() even more in VirtualFileSystem
Andreas Kling
2021-09-05
Kernel: Tidy up VirtualFileSystem::mount_root() a little bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in FileDescription
Andreas Kling
2021-09-05
Kernel: Tidy up AnonymousFile construction a bit
Andreas Kling
2021-09-05
Kernel: Use TRY() in VirtualFileSystem
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-05
Kernel: Rename FileBlocker::unblock() => unblock_if_conditions_are_met()
Andreas Kling
2021-09-05
Kernel: Tidy up InodeWatcher construction
Andreas Kling
2021-09-05
Kernel/Plan9FS: Use KString instead of String in one place
Andreas Kling
2021-09-05
Kernel/Ext2FS: Remove a String allocation in debug logging
Andreas Kling
2021-09-04
Kernel/SysFS: Ensure data stability when reading from Inodes
Liav A
2021-09-04
Kernel/DevFS: Remove unnecessary include
Liav A
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-01
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
Brian Gianforcaro
2021-09-01
Kernel: Pass InodeMetadata by reference in TmpFSInode::create
Brian Gianforcaro
2021-08-29
Kernel/SysFS: Remove unnecessary mutex lockers in SysFS metadata getters
Andreas Kling
2021-08-29
Kernel: Make all ProcFS and SysFS files zero-sized
Andreas Kling
2021-08-29
Kernel: Remove an obviously redundant check in FIFO::read()
Andreas Kling
2021-08-29
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
Andreas Kling
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-29
Kernel: Rename FileDescription::create() => try_create()
Andreas Kling
2021-08-24
Kernel: Move Blocker setup out from constructors into setup_blocker()
Andreas Kling
2021-08-23
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
Andreas Kling
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
[next]