Andreas Kling
|
ae197deb6b
Kernel: Strongly typed user & group ID's
|
3 роки тому |
Andreas Kling
|
d30d776ca4
Kernel: Make FileSystem::initialize() return KResult
|
3 роки тому |
Andreas Kling
|
ef2720bcad
Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>>
|
3 роки тому |
Brian Gianforcaro
|
15cd5d324c
Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block()
|
3 роки тому |
Andreas Kling
|
1f18558ee2
Kernel: Make FileSystem::root_inode() return a plain Inode&
|
4 роки тому |
Andreas Kling
|
58c6d30f6a
Kernel/Ext2FS: Cache the root inode in a member variable
|
4 роки тому |
Andreas Kling
|
b8d6c3722d
Kernel: Remove Inode::directory_entry_count()
|
4 роки тому |
Andreas Kling
|
6766efff9c
Kernel: Make Inode::create_child() take the name as a StringView
|
4 роки тому |
Andreas Kling
|
a803c4026c
Kernel: Make FileSystem::class_name() return a StringView
|
4 роки тому |
Andreas Kling
|
79552c91d5
Kernel: Rename BlockBasedFS => BlockBasedFileSystem
|
4 роки тому |
Andreas Kling
|
d53d9d3677
Kernel: Rename FS => FileSystem
|
4 роки тому |
Jean-Baptiste Boric
|
fdb5367da1
Kernel: Promote various integers to 64 bits in storage layer
|
4 роки тому |
Sam Atkins
|
ab7023dbe5
Kernel: Ensure Ext2FSInode's lookup is populated before using it
|
4 роки тому |
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 роки тому |