Gunnar Beutner
|
bc3076f894
Kernel: Remove various other uses of ssize_t
|
4 年之前 |
Mart G
|
25a5e59f79
Kernel: Place ext2 dir entries so they don't span multiple blocks
|
4 年之前 |
Brian Gianforcaro
|
234c6ae32d
Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t>
|
4 年之前 |
Andreas Kling
|
cd9be1733c
Kernel: Make Inode::set_{a,c,m}time return KResult
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Jean-Baptiste Boric
|
71b433a6f9
Kernel: Add 64 bit file size support to Ext2FS
|
4 年之前 |
Jean-Baptiste Boric
|
800dca3834
Kernel: Implement triply indirect block support in Ext2FSInode
|
4 年之前 |
Andreas Kling
|
a1d1a3b50b
Kernel: Use BitmapView instead of Bitmap::wrap()
|
4 年之前 |
Andreas Kling
|
c3a0fd4b7a
Ext2FS: Move block list computation from Ext2FS to Ext2FSInode
|
4 年之前 |
Andreas Kling
|
c09921b9be
Ext2FS: Don't hog FS lock while reading/writing inodes
|
4 年之前 |
Andreas Kling
|
1f9409a658
Ext2FS: Inode allocation improvements
|
4 年之前 |
Andreas Kling
|
19083fd760
Ext2FS: Propagate errors from more places
|
4 年之前 |
Andreas Kling
|
6352b4fd74
Ext2FS: Share some bitmap code between inode and block allocation
|
4 年之前 |
Andreas Kling
|
c62c00e7db
Ext2FS: Make Ext2FS::GroupIndex a distinct integer type
|
4 年之前 |
Andreas Kling
|
489317e573
Kernel: Make BlockBasedFS::BlockIndex a distinct integer type
|
4 年之前 |
Andreas Kling
|
e44c1792a7
Kernel: Add distinct InodeIndex type
|
4 年之前 |
Andreas Kling
|
a280cdf9ba
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
|
4 年之前 |
Andreas Kling
|
d4f40241f1
Ext2FS: Avoid unnecessary parent inode lookup during inode creation
|
4 年之前 |
Andreas Kling
|
9e4dd834ab
Ext2FS: Simplify inode creation by always starting empty
|
4 年之前 |
Andreas Kling
|
dbb668ddd3
Ext2FS: Propagate error codes from write_directory()
|
4 年之前 |
Peter Elliott
|
c0e88b9710
Kernel: Add FIBMAP ioctl to Ext2FileSystem
|
4 年之前 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 年之前 |
Tom
|
ae956edf6e
Kernel: Improve some low-memory situations with ext2
|
4 年之前 |
Andreas Kling
|
47da86d136
Ext2FS: Fail the mount if BGD table cache allocation fails
|
4 年之前 |
Andreas Kling
|
bab24ce34c
Ext2FS: Deallocate block list meta blocks when freeing an inode
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
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
|
6ad2d31952
Ext2FS: Stop using FS::DirectoryEntry
|
4 年之前 |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 年之前 |