Andreas Kling
|
3b805a57e6
Kernel: Rename Inode::m_lock => m_inode_lock
|
4 лет назад |
Andreas Kling
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 лет назад |
Andreas Kling
|
41c0009f6d
Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()
|
4 лет назад |
Andreas Kling
|
abbd237ec1
Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()
|
4 лет назад |
Andreas Kling
|
98c230b370
Kernel/Ext2FS: Uncache unknown inode indices when flushing writes
|
4 лет назад |
Andreas Kling
|
ace8b9a0ee
Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()
|
4 лет назад |
Andreas Kling
|
79552c91d5
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
|
4 лет назад |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 лет назад |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 лет назад |
Daniel Bertalan
|
f820917a76
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
|
4 лет назад |
Sam Atkins
|
ab7023dbe5
Kernel: Ensure Ext2FSInode's lookup is populated before using it
|
4 лет назад |
Gunnar Beutner
|
bf779e182e
Kernel: Remove obsolete size_t casts
|
4 лет назад |
Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 лет назад |
Andreas Kling
|
dc65f54c06
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
|
4 лет назад |
Lenny Maiorani
|
5751327195
Kernel: static vs non-static constexpr variables
|
4 лет назад |
Justin
|
721a867c65
Kernel: Expose FileSystem's fragment size
|
4 лет назад |
Brian Gianforcaro
|
fb40da0429
Kernel: Replace make<T>() with adopt_own_if_nonnull() in Ext2FileSystem
|
4 лет назад |
sin-ack
|
fe5ca6ca27
Kernel: Implement multi-watch InodeWatcher :^)
|
4 лет назад |
Mart G
|
e0deb46723
Kernel: Traverse ext2 directories blockwise.
|
4 лет назад |
Mart G
|
25a5e59f79
Kernel: Place ext2 dir entries so they don't span multiple blocks
|
4 лет назад |
Mart G
|
cab6155254
Kernel: Allow Ext2FSInode::write_bytes calls with a byte count of zero
|
4 лет назад |
Mart G
|
bfce328ade
Kernel: Set unused block pointers in ext2 inodes to zero
|
4 лет назад |
Mart G
|
6e641fadfa
Kernel: Resize Ext2FSInode when writing directory contents (#6897)
|
4 лет назад |
Gunnar Beutner
|
6990ab41c8
Kernel: Fix some 64-bit portability issues
|
4 лет назад |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 лет назад |
Brian Gianforcaro
|
f05086a5d2
Kernel: Harden Ext2FileSystem Vector usage against OOM.
|
4 лет назад |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 лет назад |
Andreas Kling
|
3d4afe7614
Everywhere: "indexes" => "indices"
|
4 лет назад |
Brian Gianforcaro
|
8d6e9fad40
Kernel: Remove the now defunct `LOCKER(..)` macro.
|
4 лет назад |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 лет назад |