summaryrefslogtreecommitdiff
path: root/Kernel/FileSystem/Ext2FileSystem.cpp
AgeCommit message (Expand)Author
2019-05-25Ext2FS: Block #0 can terminate an inode block list early.Andreas Kling
2019-05-25Ext2FS: Fix build with EXT2_DEBUG enabled, and tweak some variable names.Andreas Kling
2019-05-03Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.Andreas Kling
2019-04-28Ext2FS: Put some debug spam behind EXT2_DEBUG.Andreas Kling
2019-04-28Ext2FS: Support shrinking inode to a smaller size.Andreas Kling
2019-04-27Ext2FS: Fix accidental zero-fill when appending to a file.Andreas Kling
2019-04-25Ext2FS: Reduce debug spam in block allocation.Andreas Kling
2019-04-23Ext2S: Fix off-by-one error in block allocation.Andreas Kling
2019-04-23Ext2FS: Bitmaps aren't always at full capacity.Andreas Kling
2019-04-23Ext2FS: More bitmap misunderstanding cleanups.Andreas Kling
2019-04-23Ext2FS: Simplify block bitmap stuff.Andreas Kling
2019-04-23Do a pass of compiler warning fixes.Andreas Kling
2019-04-03Kernel: Move FS-related files into Kernel/FileSystem/Andreas Kling