Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
il y a 4 ans |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
il y a 4 ans |
Brian Gianforcaro
|
23c021912e
Kernel: Move TmpFS towards OOM safety
|
il y a 4 ans |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
il y a 4 ans |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
il y a 4 ans |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
il y a 4 ans |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
il y a 4 ans |
Andreas Kling
|
bcd2844439
TmpFS: Use fallible KBuffer API
|
il y a 4 ans |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
il y a 4 ans |
Andreas Kling
|
108263314a
TmpFS: Stop using FS::DirectoryEntry in TmpFSInode
|
il y a 5 ans |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
il y a 5 ans |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
il y a 5 ans |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
il y a 5 ans |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
il y a 5 ans |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
il y a 5 ans |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
il y a 5 ans |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
il y a 5 ans |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
il y a 5 ans |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
il y a 5 ans |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
il y a 5 ans |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
il y a 5 ans |
Sergey Bugaev
|
c0b32f7b76
Meta: Claim copyright for files created by me
|
il y a 5 ans |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
il y a 5 ans |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
il y a 5 ans |
Andreas Kling
|
5292f6e78f
Kernel+FileManager: Disallow watch_file() in unsupported file systems
|
il y a 5 ans |
Sergey Bugaev
|
b4c607a8da
Kernel: Add TmpFS
|
il y a 6 ans |