Liav A
|
1b04726c85
Kernel: Move all tasks-related code to the Tasks subdirectory
|
2 年之前 |
kleines Filmröllchen
|
939600d2d4
Kernel: Use UnixDateTime wherever applicable
|
2 年之前 |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 年之前 |
Tim Schumacher
|
d4e114a31e
Kernel: Remove unused functions related to reading full inodes
|
2 年之前 |
Tim Schumacher
|
6f524e35a7
Kernel: Use purpose-sized buffers when resolving inodes as links
|
2 年之前 |
Tim Schumacher
|
acd8c8dba4
Kernel: Add `Inode::read_until_filled_or_end`
|
2 年之前 |
Andreas Kling
|
03cc45e5a2
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
|
2 年之前 |
Andreas Kling
|
e6fc7b3ff7
Kernel: Switch LockRefPtr<Inode> to RefPtr<Inode>
|
2 年之前 |
Andreas Kling
|
7369d0ab5f
Kernel: Stop using NonnullLockRefPtrVector
|
2 年之前 |
Peter Elliott
|
ae5d7f542c
Kernel: Change polarity of weak ownership between Inode and LocalSocket
|
2 年之前 |
kleines Filmröllchen
|
a6a439243f
Kernel: Turn lock ranks into template parameters
|
2 年之前 |
sin-ack
|
3275015786
Kernel: Implement flock downgrading
|
2 年之前 |
Andreas Kling
|
10fa72d451
Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t
|
2 年之前 |
Liav A
|
c88cc8557f
Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual
|
2 年之前 |
Andreas Kling
|
280694bb46
Kernel: Update atime/ctime/mtime timestamps atomically
|
2 年之前 |
Andreas Kling
|
dbe182f1c6
Kernel: Make Inode::resolve_as_link() take credentials as input
|
2 年之前 |
Andreas Kling
|
c3351d4b9f
Kernel: Make VirtualFileSystem functions take credentials as input
|
2 年之前 |
Andreas Kling
|
728c3fbd14
Kernel: Use RefPtr instead of LockRefPtr for Custody
|
2 年之前 |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 年之前 |
Liav A
|
fcc0e4d538
Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method
|
3 年之前 |
Idan Horowitz
|
3a80b25ed6
Kernel: Support F_SETLKW in fcntl
|
3 年之前 |
Hendiadyoin1
|
c3e57bfccb
Kernel: Try to set [cm]time in Inode::did_modify_contents
|
3 年之前 |
Tim Schumacher
|
cd189999d1
Kernel: Don't let locks of the same owner conflict with each other
|
3 年之前 |
Tim Schumacher
|
dc6016cd18
Kernel: Don't fail on unlocking nonexistent file locks
|
3 年之前 |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 年之前 |
Idan Horowitz
|
e37e4a7980
Kernel: Make Inode::set_shared_vmobject() OOM-fallible
|
3 年之前 |
Andreas Kling
|
cda56f8049
Kernel: Robustify and rename Inode bound socket API
|
3 年之前 |
Andreas Kling
|
e7dc9f71b8
Kernel: Protect Inode flock list with spinlock instead of mutex
|
3 年之前 |
Andreas Kling
|
e0d9472ced
Kernel: Protect Inode's list of watchers with spinlock instead of mutex
|
3 年之前 |
Idan Horowitz
|
a9cd8ca841
Kernel: Make Inode::register_watcher() OOM-fallible
|
3 年之前 |