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 سال پیش |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 سال پیش |
Andreas Kling
|
3f5c934ea6
Ext2FS: Put bg_used_dirs_count debug logging behind EXT2_DEBUG
|
4 سال پیش |
Andreas Kling
|
acebc9beaf
Ext2FS: Use if-with-initializer a lot more
|
4 سال پیش |
Andreas Kling
|
642b428793
Ext2FS: Support reading from file holes
|
4 سال پیش |
Andreas Kling
|
b5b38d372c
Ext2FS: Clarify error handling in Ext2FSInode::read_bytes() somewhat
|
4 سال پیش |
Andreas Kling
|
5001b71c42
Kernel: Reading past the end of an Ext2FSInode should return 0
|
4 سال پیش |
Jean-Baptiste Boric
|
eea5a5ed5d
Kernel: Make block-based file system code 64 bit ready
|
4 سال پیش |
Jean-Baptiste Boric
|
71b433a6f9
Kernel: Add 64 bit file size support to Ext2FS
|
4 سال پیش |
Jean-Baptiste Boric
|
aeef14ae28
Kernel: Rationalize logs inside Ext2Fs
|
4 سال پیش |
Jean-Baptiste Boric
|
800dca3834
Kernel: Implement triply indirect block support in Ext2FSInode
|
4 سال پیش |
Jean-Baptiste Boric
|
facd18113b
Kernel: Modify block lists in place for Ext2FSInode::resize()
|
4 سال پیش |
Andreas Kling
|
e58a600d52
Kernel: Remove VLA usage in Ext2FS block traversal code
|
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
|
a1d1a3b50b
Kernel: Use BitmapView instead of Bitmap::wrap()
|
4 سال پیش |
Ben Wiederhake
|
336303bda4
Kernel: Make kgettimeofday use AK::Time
|
4 سال پیش |
Andreas Kling
|
69a30f95cc
Ext2FS: Make block list flushing a bit less aggressive
|
4 سال پیش |