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