Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 năm trước cách đây |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 năm trước cách đây |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 năm trước cách đây |
Andreas Kling
|
d63b6287f5
Kernel: Add missing casts when calling AK::min()
|
5 năm trước cách đây |
Yonatan Goldschmidt
|
3a90a01dd4
Ext2FS: Fix indirect-blocks iteration
|
5 năm trước cách đây |
Sergey Bugaev
|
88e23113ae
Kernel: Tweak FileBackedFS API to avoid intermediary copies
|
5 năm trước cách đây |
Liav A
|
65dd9d5ad3
Kernel: Ensure we flush the entire ext2 superblock
|
5 năm trước cách đây |
Liav A
|
ecee76b741
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 năm trước cách đây |
Liav A
|
a7d708e47d
Kernel: Don't enumerate blocks of ext2 symlinks by default
|
5 năm trước cách đây |
Andreas Kling
|
53d0ca2ad8
Kernel: Strip SUID+SGID bits from file when written to or chowned
|
5 năm trước cách đây |
Andreas Kling
|
c2a8bbcb59
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
|
5 năm trước cách đây |
Liav A
|
6b59311d4b
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 năm trước cách đây |
Andreas Kling
|
7d862dd5fc
AK: Reduce header dependency graph of String.h
|
5 năm trước cách đây |
marprok
|
3cbc2f4381
Ext2FS: Reset the found_a_group flag
|
5 năm trước cách đây |
Andreas Kling
|
75a6b27f73
Ext2FS: Remove unused allocate_block()
|
5 năm trước cách đây |
Andreas Kling
|
8bb361889c
AK: Remove Optional::operator bool()
|
5 năm trước cách đây |
Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
5 năm trước cách đây |
Andreas Kling
|
7cd1bdfd81
Kernel: Simplify some dbg() logging
|
5 năm trước cách đây |
Liav A
|
b0d40e9495
Ext2Filesystem: Use dbg() instead of dbgprintf()
|
5 năm trước cách đây |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 năm trước cách đây |
Andreas Kling
|
0763f67043
AK: Make Bitmap use size_t for its size
|
5 năm trước cách đây |
Andreas Kling
|
b6887bd9cd
Ext2FS: The max current block count of a file is size/block_size
|
5 năm trước cách đây |
Andreas Kling
|
59c052a72a
Ext2FS: Allow holes in block lists
|
5 năm trước cách đây |
Andreas Kling
|
88b9fcb976
AK: Use size_t for ByteBuffer sizes
|
5 năm trước cách đây |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 năm trước cách đây |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 năm trước cách đây |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 năm trước cách đây |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 năm trước cách đây |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 năm trước cách đây |
Andreas Kling
|
cb97ef5589
Ext2FS: Fail with EMFILE if we would overflow i_links_count
|
5 năm trước cách đây |