Andreas Kling
|
c62c00e7db
Ext2FS: Make Ext2FS::GroupIndex a distinct integer type
|
4 år sedan |
Andreas Kling
|
489317e573
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
|
4 år sedan |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 år sedan |
Andreas Kling
|
a280cdf9ba
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
|
4 år sedan |
Andreas Kling
|
d4f40241f1
Ext2FS: Avoid unnecessary parent inode lookup during inode creation
|
4 år sedan |
Andreas Kling
|
9e4dd834ab
Ext2FS: Simplify inode creation by always starting empty
|
4 år sedan |
Andreas Kling
|
dbb668ddd3
Ext2FS: Propagate error codes from write_directory()
|
4 år sedan |
Peter Elliott
|
c0e88b9710
Kernel: Add FIBMAP ioctl to Ext2FileSystem
|
4 år sedan |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 år sedan |
Tom
|
ae956edf6e
Kernel: Improve some low-memory situations with ext2
|
4 år sedan |
Andreas Kling
|
47da86d136
Ext2FS: Fail the mount if BGD table cache allocation fails
|
4 år sedan |
Andreas Kling
|
bab24ce34c
Ext2FS: Deallocate block list meta blocks when freeing an inode
|
4 år sedan |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 år sedan |
Itamar
|
33138900de
FileSystem: Convert file types to DT_* types at a later stage
|
4 år sedan |
Itamar
|
b6c34c0521
Ext2FS: Make reported file_type values match up with those in dirent
|
4 år sedan |
Andreas Kling
|
6ad2d31952
Ext2FS: Stop using FS::DirectoryEntry
|
4 år sedan |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 år sedan |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
4 år sedan |
Sergey Bugaev
|
187b785a05
Kernel: Split BlockBasedFileSystem off FileBackedFileSystem
|
5 år sedan |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
5 år sedan |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 år sedan |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 år sedan |
Sergey Bugaev
|
88e23113ae
Kernel: Tweak FileBackedFS API to avoid intermediary copies
|
5 år sedan |
Liav A
|
ecee76b741
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 år sedan |
Andreas Kling
|
c2a8bbcb59
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
|
5 år sedan |
Liav A
|
6b59311d4b
Kernel: Change Ext2FS to be backed by a file instead of a block device
|
5 år sedan |
Andreas Kling
|
75a6b27f73
Ext2FS: Remove unused allocate_block()
|
5 år sedan |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 år sedan |
Andreas Kling
|
97e9deccf0
Ext2FS: Add Missing HashMap.h include
|
5 år sedan |
Andreas Kling
|
b6887bd9cd
Ext2FS: The max current block count of a file is size/block_size
|
5 år sedan |