Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 yıl önce |
Brian Gianforcaro
|
493d4d1cd7
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
|
4 yıl önce |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 yıl önce |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 yıl önce |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 yıl önce |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 yıl önce |
Andreas Kling
|
a166a65eff
Kernel: Don't return -EFOO when return type is KResultOr<...>
|
4 yıl önce |
Andreas Kling
|
2871df6f0d
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
|
4 yıl önce |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 yıl önce |
Andreas Kling
|
c8a90a31b6
Kernel: Remove default arguments from Inode::resolve_as_link()
|
4 yıl önce |
Peter Elliott
|
c0e88b9710
Kernel: Add FIBMAP ioctl to Ext2FileSystem
|
4 yıl önce |
Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 yıl önce |
Andreas Kling
|
1fdd39ff14
Kernel: Sprinkle some lockers in Inode
|
4 yıl önce |
Andreas Kling
|
b8db585a83
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
|
4 yıl önce |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 yıl önce |
Andreas Kling
|
dfce9051fa
ProcFS: Take the "all inodes" lock when generating /proc/inodes
|
4 yıl önce |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 yıl önce |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
4 yıl önce |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 yıl önce |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
5 yıl önce |
Ben Wiederhake
|
5e48eda218
Kernel: Avoid ninja-import of global variable
|
5 yıl önce |
Andreas Kling
|
62ec6e5fe0
Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer)
|
5 yıl önce |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
5 yıl önce |
Peter Elliott
|
d01eba6fa3
Kernel: Implement FIFOs/named pipes
|
5 yıl önce |
Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 yıl önce |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 yıl önce |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 yıl önce |
Brian Gianforcaro
|
c459e4ecb2
Kernel: Clang format file system in prep for changes.
|
5 yıl önce |
Sergey Bugaev
|
9cbdd5f01e
Kernel: Inline Inode::fsid()
|
5 yıl önce |
Andreas Kling
|
53d0ca2ad8
Kernel: Strip SUID+SGID bits from file when written to or chowned
|
5 yıl önce |