Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 years ago |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
Liav A
|
fcc0e4d538
Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Tim Schumacher
|
3b3af58cf6
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
|
3 years ago |
Liav A
|
58acdce41f
Kernel/FileSystem: Simplify even more the mount syscall
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
190cf1507b
Kernel: Use default constructors/destructors
|
3 years ago |
Andreas Kling
|
cda8f34876
Kernel/TmpFS: Remove inode map from TmpFS
|
3 years ago |
Andreas Kling
|
08e927f084
Kernel: Synchronize removals from TmpFS inode map
|
3 years ago |
mjz19910
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 years ago |
Andreas Kling
|
db4388f21b
Kernel/TmpFS: Prevent TmpFS::add_child() from adding duplicate children
|
3 years ago |
Andreas Kling
|
416b0374fb
Kernel: Fix race condition in TmpFSInode::notify_watchers()
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
5ce753b74d
Kernel: Make Inode::traverse_as_directory() callback return ErrorOr
|
3 years ago |
Andreas Kling
|
79fa9765ca
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
|
3 years ago |
Andreas Kling
|
6f69d5204f
Kernel: Make Inode::flush_metadata() return a KResult
|
3 years ago |
Andreas Kling
|
049d846eb9
Kernel/TmpFS: Stop leaking directory entry metadata
|
3 years ago |
Andreas Kling
|
899cee8185
Kernel: Make KBuffer::try_create_with_size() return KResultOr
|
3 years ago |
Andreas Kling
|
4a9c18afb9
Kernel: Rename FileDescription => OpenFileDescription
|
3 years ago |
Andreas Kling
|
b481132418
Kernel: Make UserOrKernelBuffer return KResult from read/write/memset
|
3 years ago |
Andreas Kling
|
704a2bfad5
Kernel: Use TRY() in TmpFSInode::write_bytes()
|
3 years ago |
Andreas Kling
|
56a2594de7
Kernel: Make KString factories return KResultOr + use TRY() everywhere
|
3 years ago |
Andreas Kling
|
a8516681b7
Kernel: Tidy up TmpFS and TmpFSInode construction
|
3 years ago |
Andreas Kling
|
caaeae9607
Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>>
|
3 years ago |
Brian Gianforcaro
|
0678ac265c
Kernel: Pass InodeMetadata by reference in TmpFSInode::create
|
3 years ago |
Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 years ago |
Edward Palmer
|
abccb45060
Kernel: Move set_metadata_dirty calls to notify_watchers
|
3 years ago |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 years ago |