index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Ext2FileSystem.cpp
Age
Commit message (
Expand
)
Author
2019-02-16
Kernel: Make BochsVGADevice a BlockDevice and support mmapping it.
Andreas Kling
2019-02-15
Ext2FS: Fix various bugs in inode and block allocation.
Andreas Kling
2019-02-11
Ext2FS: Fix broken logic for accessing inode and block bitmaps.
Andreas Kling
2019-02-11
IDEDiskDevice: Detect disk errors and report failure to clients.
Andreas Kling
2019-02-08
Ext2FS: Fix bitmap overrun when reaching outside the first block group.
Andreas Kling
2019-02-08
Ext2FS: Fix dumb bitmap size bug in *_inode_allocation_state().
Andreas Kling
2019-02-05
Kernel: Invalidate file-backed VMO's when inodes are written.
Andreas Kling
2019-02-03
Ext2FS: Avoid a kmallocation every time we fetch an inode from disk.
Andreas Kling
2019-01-31
Big, possibly complete sweep of naming changes.
Andreas Kling
2019-01-31
Kernel: Include absolute paths of mount points in /proc/mounts
Andreas Kling
2019-01-31
Make stat() work on device files again.
Andreas Kling
2019-01-31
Ext2FS: Remove an unnecessary heap allocation in create_inode().
Andreas Kling
2019-01-30
Fix dumb bug in HashTable::clear().
Andreas Kling
2019-01-29
Implement basic chmod() syscall and /bin/chmod helper.
Andreas Kling
2019-01-28
Add support for removing directories.
Andreas Kling
2019-01-23
Ext2FS: Include meta blocks in an inode's i_blocks count.
Andreas Kling
2019-01-23
Kernel: Get rid of Unix namespace.
Andreas Kling
2019-01-23
VFS: Rename FS::id() to fsid() for consistency.
Andreas Kling
2019-01-23
Move VFS sources into Kernel/.
Andreas Kling