Brian Gianforcaro
|
0678ac265c
Kernel: Pass InodeMetadata by reference in TmpFSInode::create
|
3 年 前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年 前 |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
4 年 前 |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
4 年 前 |
Andreas Kling
|
7791f7b9e6
Kernel/TmpFS: Remove some unnecessary includes
|
4 年 前 |
Andreas Kling
|
61e17ed590
Kernel/TmpFS: Use IntrusiveList and KString for OOM safety
|
4 年 前 |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
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
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 年 前 |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 年 前 |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年 前 |
Brian Gianforcaro
|
23c021912e
Kernel: Move TmpFS towards OOM safety
|
4 年 前 |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 年 前 |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 年 前 |
Andreas Kling
|
bcd2844439
TmpFS: Use fallible KBuffer API
|
4 年 前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年 前 |
Andreas Kling
|
108263314a
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
|
5 年 前 |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
5 年 前 |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
5 年 前 |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
5 年 前 |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 年 前 |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 年 前 |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 年 前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年 前 |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 年 前 |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 年 前 |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 年 前 |