Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 年之前 |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Andreas Kling
|
4e4a930b13
Kernel: Use the system boot time as default timestamp in /sys and /dev
|
3 年之前 |
Liav A
|
58acdce41f
Kernel/FileSystem: Simplify even more the mount syscall
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 年之前 |
Brian Gianforcaro
|
f8ad3cc6a0
Kernel: Harden DevPtsFSInode::traverse_as_directory against OOM
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 年之前 |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 年之前 |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 年之前 |
Liav A
|
aee4786d8e
Kernel: Introduce the DeviceManagement singleton
|
3 年之前 |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 年之前 |
Andreas Kling
|
efe4e230ee
Kernel: Tidy up DevPtsFS construction and handle OOM errors
|
3 年之前 |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 年之前 |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 年之前 |
Andreas Kling
|
3a2d888913
Kernel/DevPtsFS: Avoid String allocation during directory traversal
|
3 年之前 |
Andreas Kling
|
0de8c95d49
Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList
|
3 年之前 |
Andreas Kling
|
fc0cd8317a
Kernel/DevPtsFS: Add tightly typed DevPtsFSInode::fs()
|
3 年之前 |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 年之前 |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 年之前 |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
3 年之前 |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 年之前 |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 年之前 |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 年之前 |
Brian Gianforcaro
|
1c43836990
Kernel: Remove unused header includes in FileSystem subtree
|
4 年之前 |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 年之前 |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年之前 |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 年之前 |