Liav A
|
1b04726c85
Kernel: Move all tasks-related code to the Tasks subdirectory
|
2 years ago |
Liav A
|
ee4e9b807a
Kernel: Protect internal structures in InodeWatcher with spinlocks
|
2 years ago |
Andreas Kling
|
03cc45e5a2
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
|
2 years ago |
Ben Wiederhake
|
65b420f996
Everywhere: Remove unused includes of AK/Memory.h
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Andreas Kling
|
34f6c88ffd
Revert "Kernel: Protect InodeWatcher internals with spinlock instead of mutex"
|
3 years ago |
Andreas Kling
|
0bebf013e3
Kernel: Protect InodeWatcher internals with spinlock instead of mutex
|
3 years ago |
Idan Horowitz
|
a9cd8ca841
Kernel: Make Inode::register_watcher() OOM-fallible
|
3 years ago |
Idan Horowitz
|
87bd930e7e
Kernel: Make InodeWatcher inode registration completely OOM-fallible
|
3 years ago |
Idan Horowitz
|
9ce537d703
Kernel: Use u64 instead of size_t for File::can_read offset
|
3 years ago |
Idan Horowitz
|
3c1ca61e74
Kernel: Use KString instead of String in InodeWatcher::Event's path
|
3 years ago |
Idan Horowitz
|
e236f9d85a
Kernel: Convert Inode event APIs to use StringViews instead of Strings
|
3 years ago |
Brian Gianforcaro
|
fa517b213a
Kernel: Handle string format errors in FileSystem APIs :^)
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Andreas Kling
|
68a6d4c30a
Kernel: Tidy up InodeWatcher construction
|
3 years ago |
Brian Gianforcaro
|
668c429900
Kernel: Convert UserOrKernelBuffer callbacks to use AK::Bytes
|
3 years ago |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 years ago |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 years ago |
Andreas Kling
|
e46343bf9a
Kernel: Make UserOrKernelBuffer R/W helpers return KResultOr<size_t>
|
4 years ago |
Brian Gianforcaro
|
0d50d3ed1e
Kernel: Make InodeWatcher::crate API OOM safe
|
4 years ago |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 years ago |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 years ago |