Andreas Kling
|
fe98cb2c4b
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
|
3 年 前 |
Andreas Kling
|
98b865fe10
Kernel: Make Ext2FS::write_ext2_inode() return KResult
|
3 年 前 |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 年 前 |
Andreas Kling
|
899cee8185
Kernel: Make KBuffer::try_create_with_size() return KResultOr
|
3 年 前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年 前 |
Andreas Kling
|
b481132418
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
3 年 前 |
Andreas Kling
|
b083b165a7
Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY()
|
3 年 前 |
Andreas Kling
|
36725228fa
Kernel: Tidy up Ext2FS construction a bit
|
3 年 前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年 前 |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 年 前 |
Andreas Kling
|
865eb54f75
Kernel/Ext2FS: Use TRY() in the Ext2FS
|
3 年 前 |
Andreas Kling
|
9d736772bd
Kernel/Ext2FS: Remove a String allocation in debug logging
|
3 年 前 |
Andreas Kling
|
4cbe348a0f
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
|
3 年 前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年 前 |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
3 年 前 |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 年 前 |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 年 前 |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
3 年 前 |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 年 前 |
Brian Gianforcaro
|
a6db2f985a
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
|
4 年 前 |
Brian Gianforcaro
|
15cd5d324c
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
|
4 年 前 |
Andreas Kling
|
bd37840cf5
Kernel/Ext2FS: Surface Vector allocation failures in block allocation
|
4 年 前 |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 年 前 |
Andreas Kling
|
58c6d30f6a
Kernel/Ext2FS: Cache the root inode in a member variable
|
4 年 前 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 年 前 |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 年 前 |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 年 前 |
Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 年 前 |
Andreas Kling
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 年 前 |
Andreas Kling
|
41c0009f6d
Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()
|
4 年 前 |