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
/
ISO9660FileSystem.cpp
Age
Commit message (
Expand
)
Author
2022-01-11
Kernel: Remove empty ISO9660Inode::one_ref_left()
Andreas Kling
2021-12-15
Kernel: Add implied auto-specifiers in FileSystem
Hendiadyoin1
2021-11-11
Everywhere: Pass AK::StringView by value
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-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-21
Kernel: Make Inode::flush_metadata() return a KResult
Andreas Kling
2021-09-07
Kernel: Make KBuffer::try_create_with_size() return KResultOr
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-07
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
Andreas Kling
2021-09-06
Kernel: Wrap ISO9660FS directory traversal in TRY()
Andreas Kling
2021-09-06
Kernel: Use TRY() in ISO9660FileSystem
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-08-29
Kernel: Strongly typed user & group ID's
Andreas Kling
2021-08-15
Kernel: Simplify OOM handling in ISO9660FileSystem
sin-ack
2021-08-15
Kernel: Add tightly typed ISO9660Inode::fs() overload
Andreas Kling
2021-08-14
Kernel: Make FileSystem::initialize() return KResult
Andreas Kling
2021-08-14
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
Andreas Kling
2021-08-07
Kernel: Implement a ISO 9660 filesystem reader :^)
sin-ack