kleines Filmröllchen
|
a6a439243f
Kernel: Turn lock ranks into template parameters
|
2 years ago |
sin-ack
|
3275015786
Kernel: Implement flock downgrading
|
2 years ago |
sin-ack
|
3b03077abb
Kernel: Update the ".." inode for directories after a rename
|
2 years ago |
Andreas Kling
|
10fa72d451
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
|
2 years ago |
Liav A
|
0a793a7fa3
Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects
|
2 years ago |
Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
3 years ago |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
2 years ago |
Andreas Kling
|
dbe182f1c6
Kernel: Make Inode::resolve_as_link() take credentials as input
|
2 years ago |
Andreas Kling
|
728c3fbd14
Kernel: Use RefPtr instead of LockRefPtr for Custody
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
kleines Filmröllchen
|
4314c25cf2
Kernel: Require lock rank for Spinlock construction
|
2 years ago |
Mike Akers
|
de980de0e4
Kernel: Lock the inode before writing in SharedInodeVMObject::sync
|
2 years ago |
Liav A
|
fcc0e4d538
Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
|
3 years ago |
Idan Horowitz
|
3a80b25ed6
Kernel: Support F_SETLKW in fcntl
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Idan Horowitz
|
316fa0c3f3
AK+Kernel: Specialize Trie for NNOP<KString> and use it in UnveilNode
|
3 years ago |
Idan Horowitz
|
e37e4a7980
Kernel: Make Inode::set_shared_vmobject() OOM-fallible
|
3 years ago |
Andreas Kling
|
cda56f8049
Kernel: Robustify and rename Inode bound socket API
|
3 years ago |
Andreas Kling
|
e7dc9f71b8
Kernel: Protect Inode flock list with spinlock instead of mutex
|
3 years ago |
Andreas Kling
|
e0d9472ced
Kernel: Protect Inode's list of watchers with spinlock instead of mutex
|
3 years ago |
Idan Horowitz
|
a9cd8ca841
Kernel: Make Inode::register_watcher() OOM-fallible
|
3 years ago |
Idan Horowitz
|
e236f9d85a
Kernel: Convert Inode event APIs to use StringViews instead of Strings
|
3 years ago |
Andreas Kling
|
08e927f084
Kernel: Synchronize removals from TmpFS inode map
|
3 years ago |
Andreas Kling
|
c427f8bbeb
Kernel: Always pass InodeIdentifier by value
|
3 years ago |
Idan Horowitz
|
be91b4fe3e
Kernel: Support Mutex Protected lists in ListedRefCounted
|
3 years ago |
Andreas Kling
|
0f9ca51c76
Kernel: Remove unused Inode::preopen_fd()
|
3 years ago |
Andreas Kling
|
e08d213830
Kernel: Use DistinctNumeric for filesystem ID's
|
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 |