Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 лет назад |
Brian Gianforcaro
|
23c021912e
Kernel: Move TmpFS towards OOM safety
|
4 лет назад |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
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
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 лет назад |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 лет назад |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 лет назад |
Andreas Kling
|
2871df6f0d
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
|
4 лет назад |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 лет назад |
Ben Wiederhake
|
05d5e3fad9
Kernel: Remove duplicative kgettimeofday(timeval&) function
|
4 лет назад |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 лет назад |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 лет назад |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 лет назад |
Andreas Kling
|
bcd2844439
TmpFS: Use fallible KBuffer API
|
4 лет назад |
Andreas Kling
|
abe9cec612
TmpFS: Set the root inode's timestamp to the current time
|
4 лет назад |
Andreas Kling
|
a316ca0e0d
TmpFS: Don't allow file names longer than NAME_MAX
|
4 лет назад |
Linus Groh
|
bcfc6f0c57
Everywhere: Fix more typos
|
4 лет назад |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
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
|
4 лет назад |
Andreas Kling
|
c096cb9352
TmpFS: Avoid unnecessary inode lookup in TmpFSInode::lookup()
|
4 лет назад |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 лет назад |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
4 лет назад |
Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 лет назад |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 лет назад |
Sergey Bugaev
|
e0d0d52455
Kernel: Use symbolic constants for file modes
|
5 лет назад |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 лет назад |
Sergey Bugaev
|
54550365eb
Kernel: Use shared locking mode in some places
|
5 лет назад |
Andreas Kling
|
1d468ed6d3
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
|
5 лет назад |