Brian Gianforcaro
|
0348d9afbe
Kernel: Always initialize ext2_inode and ext_super_block structs
|
3 vuotta sitten |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 vuotta sitten |
Andreas Kling
|
f86ee71f65
Kernel/Ext2FS: Propagate errors from block list computation functions
|
3 vuotta sitten |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 vuotta sitten |
Ben Wiederhake
|
bf7a2ff941
AK+Kernel: Make BitmapView read-only
|
3 vuotta sitten |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 vuotta sitten |
Andreas Kling
|
fe98cb2c4b
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
|
3 vuotta sitten |
Andreas Kling
|
98b865fe10
Kernel: Make Ext2FS::write_ext2_inode() return KResult
|
3 vuotta sitten |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 vuotta sitten |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 vuotta sitten |
Andreas Kling
|
36725228fa
Kernel: Tidy up Ext2FS construction a bit
|
3 vuotta sitten |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 vuotta sitten |
Andreas Kling
|
4cbe348a0f
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
|
3 vuotta sitten |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 vuotta sitten |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
4 vuotta sitten |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
4 vuotta sitten |
Brian Gianforcaro
|
15cd5d324c
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
|
4 vuotta sitten |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 vuotta sitten |
Andreas Kling
|
58c6d30f6a
Kernel/Ext2FS: Cache the root inode in a member variable
|
4 vuotta sitten |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 vuotta sitten |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 vuotta sitten |
Andreas Kling
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 vuotta sitten |
Andreas Kling
|
79552c91d5
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
|
4 vuotta sitten |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 vuotta sitten |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 vuotta sitten |
Sam Atkins
|
ab7023dbe5
Kernel: Ensure Ext2FSInode's lookup is populated before using it
|
4 vuotta sitten |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 vuotta sitten |
Mart G
|
25a5e59f79
Kernel: Place ext2 dir entries so they don't span multiple blocks
|
4 vuotta sitten |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 vuotta sitten |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 vuotta sitten |