Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 vuotta sitten |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 vuotta sitten |
Idan Horowitz
|
316fa0c3f3
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
|
3 vuotta sitten |
Andreas Kling
|
34f6c88ffd
Revert "Kernel: Protect InodeWatcher internals with spinlock instead of mutex"
|
3 vuotta sitten |
Andreas Kling
|
0bebf013e3
Kernel: Protect InodeWatcher internals with spinlock instead of mutex
|
3 vuotta sitten |
Idan Horowitz
|
664ca58746
Kernel: Use u64 instead of size_t for File::can_write offset
|
3 vuotta sitten |
Idan Horowitz
|
9ce537d703
Kernel: Use u64 instead of size_t for File::can_read offset
|
3 vuotta sitten |
Idan Horowitz
|
3c1ca61e74
Kernel: Use KString instead of String in InodeWatcher::Event's path
|
3 vuotta sitten |
Idan Horowitz
|
e236f9d85a
Kernel: Convert Inode event APIs to use StringViews instead of Strings
|
3 vuotta sitten |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 vuotta sitten |
Ben Wiederhake
|
c05c5a7ff4
Kernel: Clarify ambiguous {File,Description}::absolute_path
|
3 vuotta sitten |
Brian Gianforcaro
|
5f1c98e576
Kernel: Use `operator ""sv` in all class_name() implementations
|
3 vuotta sitten |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 vuotta sitten |
Andreas Kling
|
540d62d3b2
Kernel: Simplify WatchDescription::create()
|
3 vuotta sitten |
Andreas Kling
|
68a6d4c30a
Kernel: Tidy up InodeWatcher construction
|
3 vuotta sitten |
Andreas Kling
|
f9b7ea6de9
Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers"
|
4 vuotta sitten |
Andreas Kling
|
43d6a7e74e
Kernel: Use IntrusiveList for keeping track of InodeWatchers
|
4 vuotta sitten |
Andreas Kling
|
cee9528168
Kernel: Rename Lock to Mutex
|
4 vuotta sitten |
Andreas Kling
|
98080497d2
Kernel: Use Forward.h headers more
|
4 vuotta sitten |
Andreas Kling
|
c9f6786e8b
Kernel: Make various T::class_name() and similar return StringView
|
4 vuotta sitten |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 vuotta sitten |
Brian Gianforcaro
|
0d50d3ed1e
Kernel: Make InodeWatcher::crate API OOM safe
|
4 vuotta sitten |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 vuotta sitten |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 vuotta sitten |
Jean-Baptiste Boric
|
b05b4d4b24
Kernel: Refactor storage stack with u64 as file operations offset
|
4 vuotta sitten |
Itamar
|
345abc3132
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
|
4 vuotta sitten |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
4 vuotta sitten |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 vuotta sitten |
Andreas Kling
|
7a3ab6c517
Kernel: Make File::write() and File::read() return KResultOr<size_t>
|
5 vuotta sitten |
Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 vuotta sitten |