Brian Gianforcaro
|
8d3b819daf
Kernel: Handle OOM from DoubleBuffer creation in FIFO creation
|
3 年之前 |
Andreas Kling
|
f9b7ea6de9
Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers"
|
4 年之前 |
Andreas Kling
|
43d6a7e74e
Kernel: Use IntrusiveList for keeping track of InodeWatchers
|
4 年之前 |
Peter Elliott
|
3fa2816642
Kernel+LibC: Implement fcntl(2) advisory locks
|
4 年之前 |
Andreas Kling
|
9457d83986
Kernel: Rename Locker => MutexLocker
|
4 年之前 |
Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 年之前 |
Andreas Kling
|
63e1423830
Kernel: Remove unused Inode::is_shared_vmobject()
|
4 年之前 |
Andreas Kling
|
0d39bd04d3
Kernel: Rename VFS => VirtualFileSystem
|
4 年之前 |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 年之前 |
Gunnar Beutner
|
58c182b19e
Kernel: Update check in Inode::read_entire
|
4 年之前 |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年之前 |
Brian Gianforcaro
|
493d4d1cd7
Kernel: Switch Inode to IntrusiveList from InlineLinkedList
|
4 年之前 |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 年之前 |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 年之前 |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 年之前 |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Andreas Kling
|
10f10abaa3
Kernel: Convert klog() => dmesgln() in filesystem code
|
4 年之前 |
Andreas Kling
|
2871df6f0d
Kernel: Stop trying to keep InodeVMObject in sync with disk changes
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 年之前 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 年之前 |
Andreas Kling
|
a6917465d7
Kernel: Assert on attempt to mark inode metadata dirty on read-only FS
|
4 年之前 |
asynts
|
dca6f1f49b
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Andreas Kling
|
1fdd39ff14
Kernel: Sprinkle some lockers in Inode
|
4 年之前 |
Andreas Kling
|
b8db585a83
Kernel: Remove unnecessary non-const Inode::shared_vmobject()
|
4 年之前 |
Andreas Kling
|
51713901b1
Kernel: Tweak parameter name in Inode::read_entire()
|
4 年之前 |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 年之前 |
Itamar
|
345abc3132
Kernel: Move InodeWatcher::Event into Kernel/API/InodeWatcherEvent
|
4 年之前 |
Andreas Kling
|
dfce9051fa
ProcFS: Take the "all inodes" lock when generating /proc/inodes
|
4 年之前 |