Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 年 前 |
Andreas Kling
|
0763f67043
AK: Make Bitmap use size_t for its size
|
5 年 前 |
Andreas Kling
|
b6887bd9cd
Ext2FS: The max current block count of a file is size/block_size
|
5 年 前 |
Andreas Kling
|
59c052a72a
Ext2FS: Allow holes in block lists
|
5 年 前 |
Andreas Kling
|
88b9fcb976
AK: Use size_t for ByteBuffer sizes
|
5 年 前 |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 年 前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年 前 |
Andreas Kling
|
7291370478
Kernel: Make File::truncate() take a u64
|
5 年 前 |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 年 前 |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 年 前 |
Andreas Kling
|
cb97ef5589
Ext2FS: Fail with EMFILE if we would overflow i_links_count
|
5 年 前 |
Andreas Kling
|
88ea152b24
Kernel: Merge unnecessary DiskDevice class into BlockDevice
|
5 年 前 |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
5 年 前 |
Andreas Kling
|
1d506a935c
Ext2FS: Give names to some KBuffers
|
5 年 前 |
Marios Prokopakis
|
da296f5865
Ext2FS: allocate_blocks allocates contiguous blocks (#1095)
|
5 年 前 |
Andreas Kling
|
f309381d4e
Ext2FS: Use more dbg() in Ext2FS code
|
5 年 前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年 前 |
Andreas Kling
|
e91f03cb39
Ext2FS: Assert that inline symlink read/write always uses offset=0
|
5 年 前 |
Andreas Kling
|
9e54c7c17f
Ext2FS: Don't allow creating new files in removed directories
|
5 年 前 |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
5 年 前 |
Andreas Kling
|
82760998a9
Ext2FS: Take the inode lock in Ext2FSInode::metadata()
|
5 年 前 |
Drew Stratford
|
ee0eed26f4
Ext2FileSystem: set_metadata_dirty(true) during write_directory().
|
5 年 前 |
Andreas Kling
|
8ccbd7002b
Ext2FS: Rename allocate_inode() => find_a_free_inode()
|
5 年 前 |
Andreas Kling
|
a712d4ac0c
Ext2FS: Writing to a slow symlink should not treat it like a fast one
|
5 年 前 |
Andreas Kling
|
5d08665d9a
Ext2FS: Remove unnecessary extra cache lookup in get_inode()
|
5 年 前 |
Andreas Kling
|
ba997c0a72
Ext2FS: Add some FIXME's while browsing this code
|
5 年 前 |
Andreas Kling
|
8d4d63d9b6
Ext2FS: Minor cleanup, remove an unused function
|
5 年 前 |
Andreas Kling
|
59ed235c85
Kernel: Implement O_DIRECT open() flag to bypass disk caches
|
5 年 前 |
Andreas Kling
|
721585473b
Ext2FS: Don't uncache inodes while they are being watched
|
5 年 前 |
Andreas Kling
|
c538648465
Ext2FS: Uncache unused Inodes after flushing contents to disk
|
5 年 前 |