Andreas Kling
|
416b0374fb
Kernel: Fix race condition in TmpFSInode::notify_watchers()
|
3 vuotta sitten |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 vuotta sitten |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 vuotta sitten |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 vuotta sitten |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 vuotta sitten |
Ali Mohammad Pur
|
5a0cdb15b0
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
|
3 vuotta sitten |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 vuotta sitten |
Andreas Kling
|
a8516681b7
Kernel: Tidy up TmpFS and TmpFSInode construction
|
3 vuotta sitten |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 vuotta sitten |
Brian Gianforcaro
|
0678ac265c
Kernel: Pass InodeMetadata by reference in TmpFSInode::create
|
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 |
Andreas Kling
|
7791f7b9e6
Kernel/TmpFS: Remove some unnecessary includes
|
4 vuotta sitten |
Andreas Kling
|
61e17ed590
Kernel/TmpFS: Use IntrusiveList and KString for OOM safety
|
4 vuotta sitten |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
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
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 vuotta sitten |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 vuotta sitten |
Brian Gianforcaro
|
23c021912e
Kernel: Move TmpFS towards OOM safety
|
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 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 vuotta sitten |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 vuotta sitten |
Andreas Kling
|
bcd2844439
TmpFS: Use fallible KBuffer API
|
4 vuotta sitten |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 vuotta sitten |
Andreas Kling
|
108263314a
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
|
5 vuotta sitten |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
5 vuotta sitten |