Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 lat temu |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 lat temu |
Andreas Kling
|
865eb54f75
Kernel/Ext2FS: Use TRY() in the Ext2FS
|
3 lat temu |
Andreas Kling
|
9d736772bd
Kernel/Ext2FS: Remove a String allocation in debug logging
|
3 lat temu |
Andreas Kling
|
4cbe348a0f
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
|
3 lat temu |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 lat temu |
Andreas Kling
|
7676edfb9b
Kernel: Stop allowing implicit conversion from KResult to int
|
3 lat temu |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 lat temu |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 lat temu |
Andreas Kling
|
2cd8b21974
Kernel: Add convenience values to the Memory::Region::Access enum
|
3 lat temu |
Andreas Kling
|
93d98d4976
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
|
3 lat temu |
Brian Gianforcaro
|
a6db2f985a
Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems
|
3 lat temu |
Brian Gianforcaro
|
15cd5d324c
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
|
3 lat temu |
Andreas Kling
|
bd37840cf5
Kernel/Ext2FS: Surface Vector allocation failures in block allocation
|
4 lat temu |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 lat temu |
Andreas Kling
|
58c6d30f6a
Kernel/Ext2FS: Cache the root inode in a member variable
|
4 lat temu |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 lat temu |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 lat temu |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 lat temu |
Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 lat temu |
Andreas Kling
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 lat temu |
Andreas Kling
|
41c0009f6d
Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()
|
4 lat temu |
Andreas Kling
|
abbd237ec1
Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()
|
4 lat temu |
Andreas Kling
|
98c230b370
Kernel/Ext2FS: Uncache unknown inode indices when flushing writes
|
4 lat temu |
Andreas Kling
|
ace8b9a0ee
Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()
|
4 lat temu |
Andreas Kling
|
79552c91d5
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
|
4 lat temu |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 lat temu |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 lat temu |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 lat temu |
Sam Atkins
|
ab7023dbe5
Kernel: Ensure Ext2FSInode's lookup is populated before using it
|
4 lat temu |