Brian Gianforcaro
|
7c950c2d01
Kernel: Use ByteBuffer::zero_fill() instead of raw memset in Ext2
|
4 年之前 |
Jean-Baptiste Boric
|
9ce0639383
Kernel: Use divide_rounded_up inside write_block_list_for_inode
|
4 年之前 |
Jean-Baptiste Boric
|
869b33d6dd
Kernel: Support triply indirect blocks for BlockListShape computation
|
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
|
95064f8b58
Ext2FS: Convert #if EXT2_DEBUG => dbgln_if() and constexpr-if
|
4 年之前 |
Andreas Kling
|
a280cdf9ba
Ext2FS: Shrink Ext2FSDirectoryEntry from 16 to 12 bytes
|
4 年之前 |
Andreas Kling
|
4c0707e56c
Kernel: Don't create a zero-length VLA in Ext2FS block list walk
|
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 年之前 |
asynts
|
7cf0c7cc0d
Meta: Split debug defines into multiple headers.
|
4 年之前 |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 年之前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年之前 |
Andreas Kling
|
bfb254ed14
Ext2FS: Assert that create_directory() is called with valid mode
|
4 年之前 |
Andreas Kling
|
f2ea6c3d4c
Ext2FS: Don't create a directory when asked to create a socket file
|
4 年之前 |
Andreas Kling
|
1f53dd0943
Ext2FS: Propagate I/O errors from Ext2FSInode::write_bytes()
|
4 年之前 |
Andreas Kling
|
19d3f8cab7
Kernel+LibC: Turn errno codes into a strongly typed enum
|
4 年之前 |
Andreas Kling
|
e279b45aed
Kernel: Make BlockBasedFS read/write functions return a KResult
|
4 年之前 |
Andreas Kling
|
6613cef2f8
Ext2FS: Update block group directory count after directory removal
|
4 年之前 |
Andreas Kling
|
77656aed8e
Ext2FS: Zero out new space when growing an inode
|
4 年之前 |
Andreas Kling
|
f0093e5d59
Ext2FS: Convert dbg() to dbgln()
|
4 年之前 |
asynts
|
938e5c7719
Everywhere: Replace a bundle of dbg with dbgln.
|
4 年之前 |
Tom
|
ae956edf6e
Kernel: Improve some low-memory situations with ext2
|
4 年之前 |
Andreas Kling
|
43d9fe15f9
Revert "Kernel: Convert read_block method to get a reference instead of pointer"
|
4 年之前 |
Liav A
|
092a13211a
Kernel: Convert read_block method to get a reference instead of pointer
|
4 年之前 |
Nathan Lanza
|
d1891f67ac
AK: Use direct-list-initialization for Vector::empend() (#4564)
|
4 年之前 |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 年之前 |