Andreas Kling
|
3e3a72f2a2
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
|
4 年之前 |
Andreas Kling
|
20205708b9
Ext2FS: Use cached inode block list in resize() if available
|
4 年之前 |
Andreas Kling
|
bb9c705fc2
Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG
|
4 年之前 |
Andreas Kling
|
df758a5a51
Ext2FS: Clear out the direct block list when an inode is resized to 0
|
4 年之前 |
Andreas Kling
|
1da828b8bf
Ext2FS: Zero out inode metadata when deleting them
|
4 年之前 |
Andreas Kling
|
bab24ce34c
Ext2FS: Deallocate block list meta blocks when freeing an inode
|
4 年之前 |
Andreas Kling
|
eeffd5be07
Ext2FS: Fix block allocation ignoring the very last block group
|
4 年之前 |
Luke
|
d79194d87f
Kernel: Return early in create_inode if name is too long
|
4 年之前 |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
4 年之前 |
asynts
|
206dcd84a6
FileSystem: Use OutputMemoryStream instead of BufferStream.
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Ben Wiederhake
|
737c9f0a14
Kernel: Explain correctness of reference to local lambda
|
4 年之前 |
Itamar
|
33138900de
FileSystem: Convert file types to DT_* types at a later stage
|
4 年之前 |
Itamar
|
b6c34c0521
Ext2FS: Make reported file_type values match up with those in dirent
|
4 年之前 |
Andreas Kling
|
31d3eac651
Ext2FS: Fix build with EXT2_DEBUG
|
4 年之前 |
Andreas Kling
|
607e085823
Ext2FS: Fix inode link leak on all new inodes
|
4 年之前 |
Andreas Kling
|
6ad2d31952
Ext2FS: Stop using FS::DirectoryEntry
|
4 年之前 |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 年之前 |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
4 年之前 |
Brian Gianforcaro
|
d67069d922
Kernel: Propagate a few KResults properly in FileSystem subsystems
|
4 年之前 |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
4 年之前 |
Tom
|
bc107d0b33
Kernel: Add SMP IPI support
|
5 年之前 |
Sergey Bugaev
|
187b785a05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
|
5 年之前 |
Andreas Kling
|
0d577ab781
Kernel: Add "child added" and "child removed" InodeWatcher events
|
5 年之前 |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 年之前 |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 年之前 |
Andreas Kling
|
d63b6287f5
Kernel: Add missing casts when calling AK::min()
|
5 年之前 |
Yonatan Goldschmidt
|
3a90a01dd4
Ext2FS: Fix indirect-blocks iteration
|
5 年之前 |
Sergey Bugaev
|
88e23113ae
Kernel: Tweak FileBackedFS API to avoid intermediary copies
|
5 年之前 |
Liav A
|
65dd9d5ad3
Kernel: Ensure we flush the entire ext2 superblock
|
5 年之前 |