Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 tahun lalu |
Liav A
|
4f4717e351
Kernel/FileSystem: Mark ext2 inode block list non-const
|
2 tahun lalu |
Liav A
|
843bd43c5b
Kernel/FileSystem: Mark ext2 inode lookup cache non-const
|
2 tahun lalu |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
2 tahun lalu |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 tahun lalu |
Linus Groh
|
8150d71821
Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_'
|
3 tahun lalu |
Liav A
|
58acdce41f
Kernel/FileSystem: Simplify even more the mount syscall
|
3 tahun lalu |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 tahun lalu |
David Briggs
|
cf45370c47
Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write
|
3 tahun lalu |
Idan Horowitz
|
77a81f5eed
Kernel: Use KString instead of String in Ext2FSInode's lookup cache
|
3 tahun lalu |
Andreas Kling
|
a4b3bf1d63
Kernel: Remove empty Ext2FSInode::one_ref_left()
|
3 tahun lalu |
Brian Gianforcaro
|
0348d9afbe
Kernel: Always initialize ext2_inode and ext_super_block structs
|
3 tahun lalu |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 tahun lalu |
Andreas Kling
|
f86ee71f65
Kernel/Ext2FS: Propagate errors from block list computation functions
|
3 tahun lalu |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 tahun lalu |
Ben Wiederhake
|
bf7a2ff941
AK+Kernel: Make BitmapView read-only
|
3 tahun lalu |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 tahun lalu |
Andreas Kling
|
fe98cb2c4b
Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more
|
3 tahun lalu |
Andreas Kling
|
98b865fe10
Kernel: Make Ext2FS::write_ext2_inode() return KResult
|
3 tahun lalu |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 tahun lalu |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 tahun lalu |
Andreas Kling
|
36725228fa
Kernel: Tidy up Ext2FS construction a bit
|
3 tahun lalu |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 tahun lalu |
Andreas Kling
|
4cbe348a0f
Kernel/Ext2FS: Avoid temporary String allocation during inode creation
|
3 tahun lalu |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 tahun lalu |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 tahun lalu |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 tahun lalu |
Brian Gianforcaro
|
15cd5d324c
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
|
4 tahun lalu |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 tahun lalu |
Andreas Kling
|
58c6d30f6a
Kernel/Ext2FS: Cache the root inode in a member variable
|
4 tahun lalu |