Tom
|
ae956edf6e
Kernel: Improve some low-memory situations with ext2
|
hace 4 años |
Andreas Kling
|
43d9fe15f9
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
|
hace 4 años |
Liav A
|
092a13211a
Kernel: Convert read_block method to get a reference instead of pointer
|
hace 4 años |
Nathan Lanza
|
d1891f67ac
AK: Use direct-list-initialization for Vector::empend() (#4564)
|
hace 4 años |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
hace 4 años |
Andreas Kling
|
47da86d136
Ext2FS: Fail the mount if BGD table cache allocation fails
|
hace 4 años |
Andreas Kling
|
76308c2e1f
Kernel: Reduce ByteBuffer thrashing in inode block list generation
|
hace 4 años |
Andreas Kling
|
3e3a72f2a2
Ext2FS: Oops, fix forgotten assignment in Ext2FSInode::resize()
|
hace 4 años |
Andreas Kling
|
20205708b9
Ext2FS: Use cached inode block list in resize() if available
|
hace 4 años |
Andreas Kling
|
bb9c705fc2
Ext2FS: Move some EXT2_DEBUG logging behind EXT2_VERY_DEBUG
|
hace 4 años |
Andreas Kling
|
df758a5a51
Ext2FS: Clear out the direct block list when an inode is resized to 0
|
hace 4 años |
Andreas Kling
|
1da828b8bf
Ext2FS: Zero out inode metadata when deleting them
|
hace 4 años |
Andreas Kling
|
bab24ce34c
Ext2FS: Deallocate block list meta blocks when freeing an inode
|
hace 4 años |
Andreas Kling
|
eeffd5be07
Ext2FS: Fix block allocation ignoring the very last block group
|
hace 4 años |
Luke
|
d79194d87f
Kernel: Return early in create_inode if name is too long
|
hace 4 años |
Andreas Kling
|
2cb32f8356
Kernel: Let InodeWatcher track child inode numbers instead of names
|
hace 4 años |
asynts
|
206dcd84a6
FileSystem: Use OutputMemoryStream instead of BufferStream.
|
hace 4 años |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
hace 4 años |
Ben Wiederhake
|
737c9f0a14
Kernel: Explain correctness of reference to local lambda
|
hace 4 años |
Itamar
|
33138900de
FileSystem: Convert file types to DT_* types at a later stage
|
hace 4 años |
Itamar
|
b6c34c0521
Ext2FS: Make reported file_type values match up with those in dirent
|
hace 4 años |
Andreas Kling
|
31d3eac651
Ext2FS: Fix build with EXT2_DEBUG
|
hace 4 años |
Andreas Kling
|
607e085823
Ext2FS: Fix inode link leak on all new inodes
|
hace 4 años |
Andreas Kling
|
6ad2d31952
Ext2FS: Stop using FS::DirectoryEntry
|
hace 4 años |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
hace 4 años |
Brian Gianforcaro
|
946c96dd56
Kernel: Suppress remaining unobserved KResult return codes
|
hace 4 años |
Brian Gianforcaro
|
d67069d922
Kernel: Propagate a few KResults properly in FileSystem subsystems
|
hace 4 años |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
hace 4 años |
Tom
|
bc107d0b33
Kernel: Add SMP IPI support
|
hace 5 años |
Sergey Bugaev
|
187b785a05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
|
hace 5 años |